Search found 317 matches

by gglau
18 Jul 2013 10:09
Forum: Job Definition
Topic: Strange behavior with "run on all node in the group&
Replies: 3
Views: 2868

"Run on all nodes" is just like ordering a job definition multiple times, one for each node in the group. The result as described is expected. For the identical active jobs, the only difference is OrderID and NodeID. To connect jobs of the same node, condition name must be encoded with node ID, for ...
by gglau
18 Jul 2013 6:35
Forum: Control-M Server
Topic: Urgent: Email arrived to user two hours later than it should
Replies: 2
Views: 6481

CTM sends message via SMTP relay. You should check SMTP server or check email header to determine where the delay is.
by gglau
04 Jul 2013 3:08
Forum: Scripts
Topic: Hi, we have lot of jobs ordering into AJF and not running
Replies: 2
Views: 6295

Without automation, scripting and special access permission, the quickest way is to use EM GUI. Instead of flow diagram view, it can be changed to List view. Within List view, the list can be exported to a CSV file to be manipulated within Excel.
by gglau
03 Jul 2013 5:27
Forum: Control-M Agents
Topic: Running ctmorder from a FW rules file.
Replies: 1
Views: 5818

FW does not interpret any variables within rule file, whether variable from shell or from CTM. The only way is to generate rule file dynamically based on content from the concerned variables.
by gglau
03 Jul 2013 5:19
Forum: Control-M Enterprise Manager
Topic: Long delay between job finishing and showing done
Replies: 3
Views: 4496

Check that tracker process is running at the agent. If in doubt, simply restart the agent when no job is running there.
by gglau
03 Jul 2013 5:17
Forum: Exploitation / Operation
Topic: Setting up control m environment from scratch
Replies: 1
Views: 3458

If installing a new CTM, my advice is to use a version more recent than 6.4. When dealing with HA cluster, my other advice is to use professional service.
by gglau
21 Jun 2013 5:47
Forum: Reporting
Topic: Database Content Definitions
Replies: 5
Views: 7756

I did some modifications at active job to determine the meaning of the field. 1 IN condition 2 OUT condition 3 Control resource 4 Quantitative resource 5 AutoEdit variable 6 SYSOUT handling 7 Post Processing (Shout) 8 On-Do block 9 Do-Condition 10 Do-SetVar 11 Do-Notify 12 Do-Force 13 Do-SYSOUT 14 A...
by gglau
20 Jun 2013 6:28
Forum: Reporting
Topic: Database Content Definitions
Replies: 5
Views: 7756

KB article SLN000000165194 has the following lists. The article was published in 2003 for up to v6.4.01. It will be good to know what is in AJFSONSTR. ============================= All the valid states used CONTROL-M/Server can be found below. Be aware that state definitions may change without notic...
by gglau
11 Jun 2013 3:29
Forum: Control-M Control Module
Topic: Automating the drat bkp
Replies: 1
Views: 4845

automate my process bkp the draft
Draft is the set of tables/jobs in user's workspace. There is no way to automate backup of this 'draft'. User has to save the draft manually.

If 'draft' means job definition tables in EM database, you can run exportdeftable command to make a backup copy.
by gglau
11 Jun 2013 3:22
Forum: Job Definition
Topic: How to resolve variables in command line without running
Replies: 5
Views: 5316

it is a check on new created schedules Use Control-M/Desktop to look at job definition. You are looking at how variables are being defined, not being resolved. to resolve variables in a command line without running the job or command line ... be able to do this without having the job to be ordered ...
by gglau
08 May 2013 7:14
Forum: Monitoring
Topic: i need alets in 24 hour format in CM version 7
Replies: 4
Views: 7708

OS of each EM client
by gglau
08 May 2013 12:50
Forum: Monitoring
Topic: Post proc with Latesub
Replies: 4
Views: 7577

If 6am is new day time, job Latesub cannot be later than 6am next day. If you want Latesub in the next day, you have to derive something else to achieve the goal. There is no direct feature to support your requirement. The closest is to use BIM.
by gglau
07 May 2013 8:07
Forum: Monitoring
Topic: Post proc with Latesub
Replies: 4
Views: 7577

What do you mean by "same day" and "second day"? Latesub is up to 24 hours from new day time of job ODate. If new day is 7am, Latesub can be up to 6:59 next calendar day. If "day" means calendar day, Latesub can go to "second day" but before next new day time. If "day" means ODate, Latesub has to be...
by gglau
07 May 2013 7:55
Forum: Monitoring
Topic: i need alets in 24 hour format in CM version 7
Replies: 4
Views: 7708

Time format is determined by locale settings at OS.
by gglau
07 May 2013 7:53
Forum: Job Definition
Topic: Error when using ctmvar.
Replies: 3
Views: 4166

[APWMAD0A0773] C:\>ctmvar -action set -var "%%#\nnnn" -varexpr "hello"
Why would you use "%%#\nnnn"? RTFM to learn what it does.