Page 1 of 1

rotuine error

Posted: Wed Jan 09, 2008 7:23 pm
by just4u_sharath
when i tried to execute a routine in a sequencer, this is the error i got

"Routine DSU.mdsCountLines did not finish OK, return code = '61'"

Now where can i find the information about the error codes for routine

Posted: Wed Jan 09, 2008 7:37 pm
by chulett
I guess nobody searches first anymore. [sigh]

Your routine returned a value of '61', not a error code of 61. You have the option 'Automatically handle activities that fail' turned on in the Sequence job. That option considers any routine that does not return a zero to have failed. It thought your routine failed and automatically handled it.

Lots of discussion here on the issue, cause and resolution. Suggest you search for "did not finish ok" and work through those postings first.