UBE errors

A UBE error is what you get when a batch application (usually a report) ends up with a status of E (error). In my experience this usually happens if:

1) The application is run on the server, but has not been properly package-built and deployed to the server, or

2) Someone manually terminates the job in the submitted jobs queue, or

3) The application is not well written and cannot finish processing in an orderly way.

Hope this helps.
 
Back
Top