Search found 149 matches

by nicolas_mulot
12 Aug 2010 11:35
Forum: Job Definition
Topic: Send mail with start and end time of the job
Replies: 4
Views: 3807

Thomasraku, If you are interested in the start times and end times on the server point of view, another solution is to use the %%PRECMD and %%POSTCMD AutoEdit variables. You need 2 standard scripts to be executed at %%PRECMD, let’s say beginjob.bat and at %%POSTCMD, let’s say endjob.bat. Those 2 scr...
by nicolas_mulot
06 Aug 2010 10:47
Forum: Exploitation / Operation
Topic: Job ordering into the queue twice
Replies: 2
Views: 2375

Rashid, Your job has to be ordered twice for some reason, or it is defined twice by mistake. To check the multiple order, first check the "Log" option under the GUI against your job. You will see when and by which user/daily your job has been ordered. If you find for the first log message, which wil...
by nicolas_mulot
06 Aug 2010 9:15
Forum: Control-M Server
Topic: Filewatcher in Windows panel vs Filewatcher for AFT panel
Replies: 2
Views: 3283

Sharonc, The filewatcher tab you can use to define a filewatcher job is designed to run a single_action filewatcher against a single (exact or generic) file name. If you want to retrieve the file name, you must use a filewatcher rule, then run the file watcher using the following format: ctmfw -inpu...
by nicolas_mulot
27 Jul 2010 9:33
Forum: Exploitation / Operation
Topic: Do shout (pass a variable to a script)
Replies: 1
Views: 3100

Diablo, From what you write, I'm afraid you get a bit confused. SendAlarmtoScript is a control-m/EM variable which allows you to process an EM alarm by a script. The format of the EM alarm is very specific, and has nothing to do whith the SHOUT, which is a control-M SERVER facility. The shout destin...
by nicolas_mulot
27 Jul 2010 9:21
Forum: SQL Scripts
Topic: SQL Script executed in Unix from jobs Command line
Replies: 5
Views: 16120

Your first script include a "SQL" command, which is supplied as part of the controlm distibution, and which hides either a sqlplus or isql command, depending on whether you use sybase or oracle on Unix. Actually, I just checked under a windows DOS prompt, and SQL command is also available. It actual...
by nicolas_mulot
27 Jul 2010 6:32
Forum: SQL Scripts
Topic: SQL Script executed in Unix from jobs Command line
Replies: 5
Views: 16120

Simple: just build up your request by echo-ing your commands into a txt file, which you take as input to SQL You do not mention who hides behind the SQL command, neither whether you change your control-m DB (from Oracle to MS/SQL for example) For MSSQL, the MSDOS syntax would be: set CTMU=control-m ...
by nicolas_mulot
27 Jul 2010 5:18
Forum: Job Definition
Topic: Cyclic job issue
Replies: 4
Views: 3222

Hi, Cannot "shout when late" help? In case your job is to be confirmed, then started before 7H30 AM, just specify shout when late 0730, dest ECS, msg PLS CONFIRM JOBxxx, and this message will appear in the EM alert window. Since your guys seem very busy, will they look at the alert window ? Cheers N...
by nicolas_mulot
27 Jul 2010 12:56
Forum: Job Definition
Topic: need some guidance on schedulling..
Replies: 4
Views: 2880

shiva2010, Everyone has a forecast available, which is the ctmrpln utility (ctm server). Once you have uploaded your table, run (under ctm server prompt) the following command. ctmrpln mj y TABLE_NAME "*" 201008 .. where TABLE_NAME is your actual scheduling table name, to get a forecast of all the j...
by nicolas_mulot
27 Jul 2010 12:29
Forum: Job Definition
Topic: Is Control-M runs .exe files?
Replies: 4
Views: 4549

Hi,

As far as I could experience and read, TASKTYPE=Detached is namely designed to handle .exe

Cheers
Nicolas Mulot
by nicolas_mulot
27 Jul 2010 12:02
Forum: Job Definition
Topic: Make 2 schedule tags problem
Replies: 5
Views: 2833

LordOfAfford,

I havent checked my mails for a good while. Private mail will be sent to you today.

Nicolas mulot
by nicolas_mulot
27 Jul 2010 11:58
Forum: Exploitation / Operation
Topic: Rerunning a job
Replies: 2
Views: 3144

Winsome, Do Rerun is not compatible with cyclic attribute. Still, the Do rerun is controlled by the same rerun counter as the one used for cyclic job. If you just specify DoRerun and forget to set any value in the "Maximum Reruns" parameter of the Execution tab, the job will not be rerun, and you wi...
by nicolas_mulot
09 Apr 2010 6:26
Forum: Job Definition
Topic: Holding Jobs on failure
Replies: 5
Views: 3247

himanshu, One can understand that those jobs you intend to HOLD have no connection with the failing job in terms of conditions, resources etc.. I found that kind of situation while moving to controlm from specific schedulers as CA/Autosys or others, which provide that kind of facility as a standard....
by nicolas_mulot
30 Mar 2010 3:29
Forum: Control-M Server
Topic: New day procedure
Replies: 4
Views: 3728

1°)By menu:
ctm_menu --> Parameter Customization --> System Parameters and Shout Destination Tables --> System Parameters --> Day Time

2°)By SQL request against ctm DB
select DAYTIME from CMS_SYSPRM
by nicolas_mulot
26 Mar 2010 9:56
Forum: Control-M Agents
Topic: Launch job that is not shell script
Replies: 13
Views: 8293

fearless kambiante,

Pls refer to bmc for this request. Honnestly, I dont think you will get a positive answer.

Cheers
Nicolas Mulot
by nicolas_mulot
26 Mar 2010 9:53
Forum: Control-M Control Module
Topic: Creating one or More Active Shout Destination Table
Replies: 1
Views: 4740

rahulsehgal, THE active shout table is marked in the ACT_SH_TAB column of the CMS_SYSPRM table of the server. This table has only one line.This means that only one shout table can be active at a time. If you need routing info from 2 different tables, you have to define a third table which will be th...