Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software 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 the TIBCO Hawk Display application, 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 Adapter for Kenan/BP received an object from TIBCO Adapter for R/3 and then processed the object.
The first message indicates that TIBCO Adapter for Kenan/BP has started. 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. The status code indicates that the adapter started successfully.
 
2003 Apr 07 16:10:38:446 GMT +5
Kenan/BPAdapterConfiguration Info [Configuration]
ADKENAN-990038 "Application Ready".
The next set of trace messages indicates the adapter received an object that was sent on the TIBCO Rendezvous subject, FROM.SAP. The #MU3oTJ/WWCV1MU96J0zzwA9kzzw# tracking identifier included in the trace message uniquely identifies the message. The adapter (TIBCO Adapter for R/3) from which the message originated provided the identifier.
 
2003 Apr 07 16:14:53:943 GMT +5
KenanAdapterConfiguration Info [Adapter]
ADKENAN-990034 Incoming event is BusCompPubEvent with Key Name/A* and Operation type 4.
tracking=#iGQSCYoeNvds1kkG67zzw6R-zzw#
 
2003 Apr 07 16:14:57:959 GMT +5
KenanAdapterConfiguration Info [Adapter]
ADKENAN-990036 Event BusCompPubEvent completed with result 0. Time elapsed: 3996 ms.
tracking=#iGQSCYoeNvds1kkG67zzw6R-zzw#
The final trace message states that the event has been completed with result 0.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved