Understanding the Trace
The trace has a number of simple text entries. The following tags are samples of the informational messages and help determine the flow:
**** BEGIN TRANSACTION ****
2018-05-18 10:38:59.966::MAXPAY = 25Tells you that a new transaction was started and the time it happened.
MAXPAY = 25Tells you that the variable MAXPAY was set to 25.
Deleted ERRORTells you that a variable named ERROR was deleted.
2018-05-18 10:38:59.968::Entering rule Name Splitter in Initialization.xmlTells you that the rule set entered a given rule.
Chaining to ContinueTells you which chain point was used from a given rule.
Returning from NotFoundTells you that the rule set returned from a nominated chain point.
Completion status set to true
Completion scope set to PROCESSTells you that the Set Completed rule was called and the scope set.
Last updated

