Page 1 of 1

Checking User/Job status on Sequnce link

Posted: Mon Jun 14, 2004 9:06 am
by johnno
I have been experiencing some rather weird results when checking the user status and job status in custom triggers for a job activity within a sequence. The code I am using is:

CheckStationId.$UserStatus = 2 AND CheckStationId.$JobStatus <> 3

Although the UserStatus = 2 and the JobStatus = 0, the next job in the sequence does not run, the sequence in fact finishes at this point and says everything is OK.

Any suggestions?

Thanks in advance
Johnno

Posted: Mon Jun 14, 2004 10:17 am
by kduke
The 2 will be =2 and <>3. Look at your logic again.

Posted: Thu Jun 17, 2004 10:48 am
by johnno
Thanks Kim,

Have got it working now - it only appeared not to be continuing with the sequence when it actually was. Have now put calls to dsloginfo to indicate when a certain routine was being run.

Cheers
John