Page 1 of 1

Posted: Fri Jul 24, 2009 4:52 am
by ArndW
Linda - please edit your post and enclose it in code tags so that the indentation isn't lost.

It is returning a 0 because the call to DSDetachJob() is successful. You will need to use the result of DSRunJob() for the return code.

Also, instead of the IF-THEN construct, you can do a simple

Code: Select all

JobHandle = DSPrepareJob(JobHandle)

Re: Job run status in the server routine

Posted: Fri Jul 24, 2009 5:35 am
by lindatgeorge
Dear ArndW,

Thanks a lot for your reply. But I am not able to view the solution as I don't have premium membership.. :(

Posted: Fri Jul 24, 2009 5:46 am
by chulett
That's easily solved. And regardless, I'll wager you can see the critical bit of information provided.