Not possible to kill task - still yellow and lock resources

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
chaoos
Nouveau
Nouveau
Posts: 17
Joined: 10 Jul 2008 12:00

Not possible to kill task - still yellow and lock resources

Post by chaoos » 30 May 2011 9:34

We have big problem. One of our task is still running and it is not possible to kill, delete, force it. This task done what had to do but status is still running. Thist task lock control resource and it lock all other task that use this resource.

Please help!

User avatar
philhaut
Nouveau
Nouveau
Posts: 32
Joined: 06 Feb 2007 12:00
Location: VALENCIENNES

yellow job

Post by philhaut » 30 May 2011 2:01

by sql
update CMR_AJF set STATE = '5', OSCOMPSTAT=1, STATUS='N' where orderno = 'Order ID';
commit;
hold and free the job

User avatar
chaoos
Nouveau
Nouveau
Posts: 17
Joined: 10 Jul 2008 12:00

Post by chaoos » 30 May 2011 2:37

Thanks.

Another problem appears - all jobs run on nodeid:t2pro not finish. They last in execution state even comand on that nodeid finised. It can be problem with agent.

Please help

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 30 May 2011 2:55

database is in autocommit

regards
Philmalmaison

User avatar
chaoos
Nouveau
Nouveau
Posts: 17
Joined: 10 Jul 2008 12:00

Post by chaoos » 30 May 2011 3:35

no

User avatar
wolfe
Nouveau
Nouveau
Posts: 12
Joined: 20 Nov 2010 12:00

Post by wolfe » 05 Jun 2011 1:08

The controlm agent runs two services; listener (which "hears" instructions from Control-M Server on when to initiate a job) and tracker (which determines when a job completes and sends completion status back to Control-M Server). If the listener is running but not the tracker, jobs start but their completion status is never sent back to the CTM Server.

Make sure both processes are running.

Post Reply