This section explains how to debug an error, with the help of an example of a sample error from the bpmevents.log. The procedure for debugging other Business Process Server components is very similar to the one explained in this section.
In the above sample error from the bpmevents.log, the top level error is BIZPULSE_ERR_566, which is documented in the Table 2. This error has the following information.
RuleName = Approval::toa1::TimeOutOccured
where Approval is the application name, toa1 is the module name, and TimeOutOccured is the rule name.
Correlating Event Variable Location = 0
where 0 is the index number of the correlation event.
Event: evt
where evt is the actual event that caused the error.
@[line: 26, column: 74] :
The actual line number and column number in the rule module where the error occurred.