2013-07-23

save message version in PI 7.31

xiadapter.stage.conf

This property defines the persistence mode for the XI protocol handler.
Its value is given as a comma-separated list of persistence mode configurations at specific stages.
Stages:
 BI - Before inbound processing
 VI - After inbound schema validation
 MS - Between receiver determination and mapping step
 AM - Between mapping and schema validation
 VO - After outbound schema validation
 Modes:
 1 - Store on error
 2 - Store and continue
 3 - Store and return (to queue)
 Example:
 BI=1,MS=3

xiadapter.logger.conf 

This property defines the logging mode for the XI protocol handler.
Its value is given as a comma-separated list of logging mode configurations at specific stages.
Stages:
 BI - Before inbound processing
 MS - Between receiver determination and mapping step
 AM - Between mapping and schema validation
 Modes:
 2 - Synchronous messages are logged
 6  - Only synchronous error messages are logged
 10 - As mode 2, with the business content hidden
 14 - As mode 6, with the business content hidden
 Example:
 BI=6,AM=2