Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix B Trace Messages : Overview

Overview
Trace messages provide information about adapter activities. The messages are logged to the console where the runtime adapter was started and to a log file. Trace messages can also be redirected to TIBCO Hawk Display, or sent to other applications using the TIBCO Rendezvous transport.
Each trace message can include the following fields:
 
<Timestamp> <Adapter Identifier> <Role> <Category> <Status Code> <Tracking Identifier>
The above fields are explained in Trace Message Fields. The following diagram shows an example trace message and calls out the fields.
Example Trace Messages
The following trace messages were written during a session where TIBCO ActiveMatrix Adapter for PeopleSoft received an object from TIBCO Adapter for R/3 and then processed the object.
The first message indicates that TIBCO Adapter for PeopleSoft has started successfully. The timestamp indicates when the adapter started, and the role indicates that the trace message is informational, which means the activity is normal for the adapter. The category is identified, and the corresponding status code is displayed.
2003 Mar 07 15:13:36:512 GMT +5 SubCancelPO Info [System] AEPS8-4003018 Adapter Initialized Successfully....
The second trace message indicates that the adapter received an object (in this case a Business Event).
2003 Mar 07 15:52:24:740 GMT +5 SubCancelPO Info [Adapter] AEPS8-4003005 Received an Event.
The third trace message indicates that the adapter is processing the event with the name FROM_SAP_CANCEL_PO.
2003 Mar 07 15:52:25:501 GMT +5 SubCancelPO Info [Adapter] AEPS8-4003006 Processing Business Event FROM_SAP_CANCEL_PO.
The fourth trace message indicates that the adapter has successfully processed the event FROM_SAP_CANCEL_PO.
2003 Mar 07 15:52:33:833 GMT +5 SubCancelPO Info [Adapter] AEPS8-4003031 Finished Processing..: FROM_SAP_CANCEL_PO.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved