Search found 473 matches

by Walty
17 Jan 2012 2:52
Forum: Exploitation / Operation
Topic: How do I get an alert on ECS if a job/group is not mounted?
Replies: 2
Views: 3303

Hi, You can look the <ctmudchk> Control-M utility ie: ctmudchk -DAILY <your user daily name> -ACTION LIST If it returns nothing, then everything for the specific User Daily is correctly ordered and found in the AJF. For future date: ctmudchk -DAILY <your user daily name> -ACTION LIST -ODATE <your fu...
by Walty
10 Nov 2011 8:18
Forum: Job Definition
Topic: Definig Weekday Variable
Replies: 2
Views: 4467

Hi, Look the '%%LIBMEMSYSM' special AutoEdit variable. It can be used in the AutoEdit Assignment to indicate a text file containing a list of AutoEdit assignments. This variable enables you to create a central file containing your AutoEdit assignment statements that can be read by many job processin...
by Walty
27 Jul 2011 4:52
Forum: Exploitation / Operation
Topic: don't generate alert
Replies: 4
Views: 3921

Hi catchtony,

Careful in this case, because your OUT conditions are posted in this case and perhaps it's not what you want if the job ENDED-NOTOK.
by Walty
26 Jul 2011 8:17
Forum: Exploitation / Operation
Topic: don't generate alert
Replies: 4
Views: 3921

Hi, See parameter AlertOnAbend in CCM->Tools->System Parameters This flag that indicates whether alerts are (1) or are not (0) sent for jobs that end NOTOK. Default: 1 If you put this parameter to 0 the alerts are not sent when jobs end NOTOK, in this case you must define the shout action alert in t...
by Walty
15 Jul 2011 7:29
Forum: Control-M Control Module
Topic: Files transfered report using AFT
Replies: 1
Views: 2645

Hi, For similar situation sometimes I used this query to identify the 'AFT jobs' (based on CMR_AJF and CMR_SETVAR table) You found : - jobname - the account used --> %%FTP-ACCOUNT - x local file (full path) --> %%FTP-LPATHx - x remote file (full path) --> %%FTP-RPATHx - status for job ENDED-OK - oda...
by Walty
09 Jul 2011 9:02
Forum: Job Definition
Topic: cyclic job scheduling issue
Replies: 1
Views: 1904

Hi,

You can see this post and try to replace the action 'DO Stop Cyclic' by 'Do Shout'
by Walty
08 Jul 2011 12:38
Forum: Control-M Enterprise Manager
Topic: Is it possible to define a read-only user?
Replies: 6
Views: 5249

Hi, I suggest to use in this situation the Control-M/EM security based on a GROUP with limited access. Try: From Control-M/EM Manager / Tools / Authorisations / Groups - Create a new GROUP and allow what specific access you want (Actions) - Select 'Filter' and choose in the 'Field' tab what specific...
by Walty
03 Jul 2011 11:09
Forum: Control-M Server
Topic: Job execution after newday
Replies: 2
Views: 2941

Hi, Look particularly usage of the character '>' in the Until field (see the CONTROL-M Job Parameter and Variable Reference Guide / Time From,Time Until) A '>' character can be specified in the Until field if the From field contains a valid time value. This character is used to indicate that once th...
by Walty
01 Jul 2011 9:54
Forum: SQL Scripts
Topic: Job Statistics
Replies: 7
Views: 10598

Hi,

Try to look this post
Like brownbag answer : one upgrade is recommended
by Walty
27 Jun 2011 11:38
Forum: Job Definition
Topic: Filewatcher job type and variable
Replies: 2
Views: 3385

Hi,

Try to look this post
by Walty
24 Jun 2011 9:16
Forum: Job Definition
Topic: When job is FORCE OK steps conditions are not executing
Replies: 2
Views: 4617

Hi, Conditional postprocessing actions are performed following job processing. That logic is part of the flow statement of execution. Once the job ends, OK or NOTOK, then it is done. If you manually FORCE-OK a job it' s not the same, that logic is not processed. If you want to post condition 'job_A_...
by Walty
21 Jun 2011 8:49
Forum: Job Definition
Topic: Prerequiste Conditions in Control-M
Replies: 4
Views: 6030

Hi Pinka, A selective clean up of prerequisite conditions is performed or disabled, depending on how the parameter "Ignore New Day Conditions" is set up. The Ignore 'New Day Conditions' parameter specifies whether or not the NDP should deletes all prerequisite conditions whose reference date (day an...
by Walty
20 Jun 2011 8:27
Forum: Job Definition
Topic: Prerequiste Conditions in Control-M
Replies: 4
Views: 6030

Hi, For this you can schedule a daily job based on ctmcontb with autoedit assignment See example 7 in the CONTROL-M/Server admin guide/utilities/ctmcontb The following job processing definition causes CONTROL-M to run ctmcontb to deleting all prerequisite conditions that are between five and ten day...
by Walty
24 May 2011 8:11
Forum: Job Definition
Topic: Problem define compstat
Replies: 4
Views: 3175

Hi,

On the distributed system each ON statement must be followed by one (or more) DO statements

You will need to specify each ON/DO Action for each RC
by Walty
18 May 2011 10:14
Forum: Job Definition
Topic: Order/Force with Hold disable.
Replies: 8
Views: 4810

Hi,

This function is available only on v6.2.01 and later.
Not available with earlier versions (Order/Force with Hold option is grayed out)