Search found 7 matches

by kambiante
29 Mar 2010 1:58
Forum: Control-M Agents
Topic: Launch job that is not shell script
Replies: 13
Views: 8472

Hi,

I have found a possible solution for my problem.

If I put my job as tasktype- Detached , I can edit/view my job and it runs without /bin/sh.

Thans for your help Nicolas!!
by kambiante
26 Mar 2010 5:35
Forum: Control-M Agents
Topic: Launch job that is not shell script
Replies: 13
Views: 8472

Hi,

Could I modify some binary file to change the "/bin/sh -x" for my /opt/myshell.sh ?

Thanks.
by kambiante
17 Mar 2010 6:47
Forum: Control-M Agents
Topic: Launch job that is not shell script
Replies: 13
Views: 8472

Hi,

I dont understand you. I read the tab "Shell parameters" and the option "n" doesnt work.

Do you know other options?

Thanks.
by kambiante
16 Mar 2010 9:22
Forum: Control-M Agents
Topic: Launch job that is not shell script
Replies: 13
Views: 8472

Sorry, I dont want modify the task type, I want to edit jcls from CM/Enterprise interface. When we click right button over job, I can choose the option edit jcl but if the job is COMMAND the option dont work.
by kambiante
15 Mar 2010 8:58
Forum: Control-M Agents
Topic: Launch job that is not shell script
Replies: 13
Views: 8472

Because CM/Enterprise can not modify a job with task type command.
by kambiante
15 Mar 2010 5:47
Forum: Control-M Agents
Topic: Launch job that is not shell script
Replies: 13
Views: 8472

If the task type is command, I can not modify my job from CONTROLM/Enterprise, this is the problem.
by kambiante
11 Mar 2010 8:11
Forum: Control-M Agents
Topic: Launch job that is not shell script
Replies: 13
Views: 8472

Launch job that is not shell script

Hi I have a problem to launch controlm jobs.

I have this job with task type job:

#!/bin/env /opt/myshell.sh
echo ok

When I launch it, the controlm execute: /bin/sh -x myjob

I want that controlm execute: myjob (without /bin/sh)

Can someone help me?