Error Reporting

Enhanced error reporting functionality has been provided. When viewing event details, you can click Error Report to get a detailed dump of all objects associated with the event.

This is very powerful and includes all files generated and most of the data from the workflow state and records.

The error report can be downloaded from the event details itself. The report includes most of the configuration files, workflow definition, all in/out docs for each of the process logs, data for all associated repositories, catalog editions, process, event, product logs, records and so on.

To get a description of the process detail entry, run the following SQL in your database:

INSERT INTO DOMAINENTRY (domaintype,value, description) VALUES ( 'PROCESSDETAIL',’ERRORREPORT’,'Error Report');