Search found 24 matches

by Shashwat
13 Sep 2011 12:14
Forum: Job Definition
Topic: Problem in deploying new job
Replies: 0
Views: 23199

Problem in deploying new job

I'm using control-m in windows server and trying to deploy a cyclic job. I have created the job in XML with all parameter. But when I'm giving "CYCLIC=1" to make the job cyclic, I'm not able to deploy the job. But in the same XML if I'm changing the parameter "CYCLIC=0", it's getting deployed as a n...
by Shashwat
21 Feb 2011 6:38
Forum: Job Definition
Topic: Job Scheduling problem
Replies: 5
Views: 3457

The above is not working

When I'm doing like this, the jobs are not getting ordered. Please provide some other solution.
by Shashwat
21 Feb 2011 1:39
Forum: Job Definition
Topic: Job Scheduling problem
Replies: 5
Views: 3457

Job Scheduling problem

Hi Guys, I want to run a job from Monday to Friday except first and last day of month. That means if you take month of January as example, it'll not run on Jan 1st and Jan 31st. On other day it'll run from Monday to Friday every week. Can anyone please help how to configure the scheduling criteria f...
by Shashwat
13 Dec 2010 11:27
Forum: Scripts
Topic: Delete a table from command line
Replies: 13
Views: 32788

Over write option

How can I use the overwrite (\O) option? Can anyone tell me the complete command?

To upload the CTM table I'm using the command as below -

defjob -u XXX -p XXX -s EM-DEV -src <Source>
by Shashwat
08 Nov 2010 11:03
Forum: Scripts
Topic: Delete a table from command line
Replies: 13
Views: 32788

Delete a table from command line

Can anyone provide a script to delete the control-m tables from command line?

Before deploying a table, I need to delete the existing table from CTRL-M database. Currently I'm deleting it maually through Scheduling tab.
by Shashwat
06 Oct 2010 11:09
Forum: Job Definition
Topic: what is Resource concept??
Replies: 1
Views: 2114

Resource

The Control resource parameter is used to control parallel execution of jobs. Control resources are defined using the CONTROL-M/EM Control Resources window. If a job requires exclusive use of a Control resource, only that job can use the Control resource. If another job requests the same resource in...
by Shashwat
06 Oct 2010 11:05
Forum: Job Definition
Topic: Passing a value between jobs
Replies: 4
Views: 3901

Global variable

Hi, You can declare a global variable in "STEPS" tab and assign a value to that. You can use this value in any job in that environment of control-m. For example - On Stmt="*" CODE="OK" DOAUTOEDIT EXP="%%\MODE=N" /* Here MODE is the global variable*/ Now you can use this variable in any job as %%MODE.
by Shashwat
06 Oct 2010 10:53
Forum: Job Definition
Topic: Job start time and end time
Replies: 2
Views: 3318

Job start time and end time

Is there any way I can get the job start time and end time from control-m and pass it as a parameter.

I want to pass the start time and end time as an autoedit parameter. So is there any system variable available in control-m to get these values?
by Shashwat
06 Oct 2010 10:48
Forum: Job Definition
Topic: Interval for cyclic jobs
Replies: 3
Views: 3094

Thanks a lot

Thanks a lot for the clarification.
by Shashwat
17 Sep 2010 8:46
Forum: Job Definition
Topic: How to check Calender after job gets ordered
Replies: 1
Views: 1751

How to check Calender after job gets ordered

I have one cyclic job. I order it on every Sunday and it runs for the whole week. Now the requirement has come like this job should not run on 1st and last day of month. How can I do this? As per my understanding all the calendar check can be done before the table is getting ordered to E/M. After it...
by Shashwat
30 Jul 2010 12:36
Forum: Job Definition
Topic: Interval for cyclic jobs
Replies: 3
Views: 3094

Interval for cyclic jobs

Hi Guys,

To set up interval there is a from parameter (similar to re run from) for cyclic jobs. It can have 3 values - STRT, END and TRGT.

Can anyone explain what is use of TRGT? How is it different from START parameter. Both seems to be same.
by Shashwat
12 Jul 2010 2:00
Forum: Monitoring
Topic: Shout to E/M
Replies: 1
Views: 2377

Shout to E/M

I want to configure Latetime, Latesub and Exectime shouts in control-m. But I want to see the message on control-m E/M like a pop up or some kind of color change. Is this possible? From Control-m guide I found that the messages can only be sent to Console or to user. But nothing said about control-m...
by Shashwat
18 Apr 2010 6:46
Forum: Job Definition
Topic: Can I send e-mail from control-m with attachment?
Replies: 1
Views: 6340

Can I send e-mail from control-m with attachment?

Can I send e-mail from control-m with attachment?

I'm running some batch jobs in control-m. The job will create a MS Excel file in server. Can I attach that file and send to someone through control-m e-mail configuration?
by Shashwat
10 Apr 2010 5:50
Forum: Job Definition
Topic: Mutually exclusive between 2 groups
Replies: 2
Views: 2212

Resouce sharing

You can share resource between the jobs. For example share the same resource "A" between all the jobs.
by Shashwat
11 Mar 2010 6:41
Forum: Job Definition
Topic: What is the use of shared control resource?
Replies: 5
Views: 5859

Thanks.