Search found 72 matches

by rajesekhar
14 Jan 2008 10:41
Forum: Job Definition
Topic: How to kill a running job automatically
Replies: 27
Views: 22784

Helloooooo,
somebody please respond :(

Thanks,
Raj
by rajesekhar
14 Jan 2008 6:10
Forum: Exploitation / Operation
Topic: To kill a job which runs more than 60 minutes using BIM
Replies: 10
Views: 4146

This is what I have done till now

I have created a bat file kill.bat consisting of ctmkilljob -ORDERID $2 & and I have created a shout destination table "kill" as 1 P S kill <mypath>\kill.bat and I have a job which runs for arund 1 and half minutes. In the job editing form, in PostProc tab, I kept (when)=Exectime Param=>1 To=kill Ur...
by rajesekhar
14 Jan 2008 4:42
Forum: Job Definition
Topic: How to kill a running job automatically
Replies: 27
Views: 22784

No reply yet?:(
by rajesekhar
12 Jan 2008 12:10
Forum: Job Definition
Topic: How to kill a running job automatically
Replies: 27
Views: 22784

ok, I did the same

where should I use the "do shout"

in PostProc or "steps" tab?

I used it in PostProc

but the job is not killed, it ran successfully:(
by rajesekhar
11 Jan 2008 11:58
Forum: Job Definition
Topic: How to kill a running job automatically
Replies: 27
Views: 22784

where to save the batch file

Hi,

Could please clarify me the following?

1. If I want to kill the job using a batch file, where should I save it?

2. In the command " ctmkilljob -ORDERID $2 & " what does $2 & mean?

Please clarify. Thanks for your time.

-Raj
by rajesekhar
11 Jan 2008 11:24
Forum: Job Definition
Topic: How to kill a running job automatically
Replies: 27
Views: 22784

what I have done till now is:

I have created a bat file kill.bat consisting of set ordid=%1 ctmkilljob %ordid% and I have created a shout destination table "kill" as 1 P S kill <mypath>\kill.bat and I have a job which runs for aorund 1 and half minutes. In the job editing form, in PostProc tab, I kept (when)=Exectime Param=>1 To...
by rajesekhar
11 Jan 2008 10:58
Forum: Job Definition
Topic: How to kill a running job automatically
Replies: 27
Views: 22784

where in job definition

Thanks for the prompt replies

is it in "steps" or "postproc"

I am sorry if these are very small things.
I am very new to cTM
by rajesekhar
11 Jan 2008 10:54
Forum: Job Definition
Topic: How to kill a running job automatically
Replies: 27
Views: 22784

time specification?

And where can we specify the time limit?
by rajesekhar
11 Jan 2008 10:06
Forum: Job Definition
Topic: How to kill a running job automatically
Replies: 27
Views: 22784

how to create the script

Can you tell me how to create the script "killjob" in control-M server?

Thanks,
Raj
by rajesekhar
03 Jan 2008 5:43
Forum: Exploitation / Operation
Topic: To kill a job which runs more than 60 minutes using BIM
Replies: 10
Views: 4146

Thanks for the reply.
I will try that and get back to you

Raj
by rajesekhar
02 Jan 2008 5:07
Forum: Exploitation / Operation
Topic: To kill a job which runs more than 60 minutes using BIM
Replies: 10
Views: 4146

Thanks for the reply.
I dont know how to do that using a "Do shout" program as I am new to Control-M.
I know how to create shout destination tables but I dont know how to interlink that with "do shout" program.
Can you please guide me to do that?

Thanks in advance.
Raj
by rajesekhar
28 Dec 2007 7:13
Forum: Exploitation / Operation
Topic: To kill a job which runs more than 60 minutes using BIM
Replies: 10
Views: 4146

To kill a job which runs more than 60 minutes using BIM

Hi, I am very new to Control-M and BIM. I want a job to be killed if it runs more than 60 minutes(say) I am stuck at the very beginning. I have created a test job and a dummy BIM job. I intentionally gave the wrong path in the command line of the test job and it got failed. I want the BIM job to kil...