Page 1 of 1

RESET

Posted: Tue Jul 06, 2010 5:52 am
by GJ_Stage
We are getting while running ds job.

Error in executing DS Proj : DS_PROJ Job : work_cond , Error Code : RESET (21)

Please help what reason it is coming.

Posted: Tue Jul 06, 2010 6:00 am
by ArndW
What sort of a job is it - a job sequence or a PX job? If it is a job sequence, then could it be trying to reset the job "work_cond" before running it and encountering a problem there (for example, that "work_cond" is not compiled)?

Posted: Tue Jul 06, 2010 6:05 am
by chulett
Please help us help you by providing enough details so we can. In addition to what Arnd asked, how are you 'running' this job? :?

Posted: Tue Jul 06, 2010 10:44 am
by GJ_Stage
Hi,

It is a Pararell job and running thru unix. In the meantime many jobs will run pararelly.

Posted: Wed Jul 07, 2010 12:43 am
by ray.wurlod
Looks like the job is being run in Reset mode, not in Normal mode. Status code 21 means "has been reset". Check in the Director's status view.

Posted: Wed Jul 07, 2010 6:54 am
by chulett
Or it is still in the process of resetting when the run is requested? We had to add a small sleep in our launch script between the two steps to avoid that situation.