Checkpoint file contents are uninformative
In Ch 14, 'Inside the Check point file' I set up the 3 scripts tasks, and task 3 failed as designed, but a check point file without an error is not very informative. So in task 3 I put in a try-catch block so that upon the failure another user variable (string) would be set with the error message. The catch did execute and the error variable was assigned a meaningful value and this error variable was presented in the check point file but it had no value in the file. Is there a way to get the error message?
Last edited by get inc; August 12th, 2015 at 03:03 PM..
Reason: additional information
|