Document Failure Reason
Hey Everyone – I have an document failure task which uses a global variable to indicate what orders did not update in GP. Is there any way I can get a reason attached to this so I know why it failed? Similar to the messages that are shown when I run the map manually? Thanks!!!
Answers
Best Answer
There are a few global variables that you can use in your task
GlobalRunErrors
GlobalLastError
These will display the information that you see in the window when the map is run manually.
GlobalRunErrors
GlobalLastError
These will display the information that you see in the window when the map is run manually.
That is great to know Lorren. I have a customer who utilizes web services with a lot of homemade systems. Getting the error messages at runtime per document is great. I assume these are a string value so they are a concatenation of errors that happen within a document?
Thank you!