Hello,
What is the name of the table where user can check whether the job ended with success , error , end with error/success....table and column name?
Hello,
What is the name of the table where user can check whether the job ended with success , error , end with error/success....table and column name?
Hello,
If the job freezes ..... JOBQUEUE .... Ready2EXE .... value 'FROZEN'
If the job has been moved to history .... JOBHISTORY ..... WasError ...... True of False
HTH, Barry.
So if the job get frozen then it will be in JobQeue table Ready2EXE column and value will be 'Frozen'
If the is normally processed (success) - what it will be the value in JobHistory table wasError column?
If the the user end's with success or error - what it will be the value in JobHistory table wasError column?
So if the job get frozen then it will be in JobQeue table Ready2EXE column and value will be 'Frozen'
>> Yes .... IF ..... the job step has 'Stop on error' set .... otherwise it will go to JobHistory with WasError = True
If the is normally processed (success) - what it will be the value in JobHistory table wasError column?
>> False
If the the user end's with success or error - what it will be the value in JobHistory table wasError column?
>> If the job step itself had an error .... WasError will be True.
>> End with Success/Error only determines of the jobchain should continue with the next step(s) or end at that point.
So if the job get frozen then it will be in JobQeue table Ready2EXE column and value will be 'Frozen'
>> Yes .... IF ..... the job step has 'Stop on error' set .... otherwise it will go to JobHistory with WasError = True
If the is normally processed (success) - what it will be the value in JobHistory table wasError column?
>> False
If the the user end's with success or error - what it will be the value in JobHistory table wasError column?
>> If the job step itself had an error .... WasError will be True.
>> End with Success/Error only determines of the jobchain should continue with the next step(s) or end at that point.