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


Appendix A 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 ActiveMatrix Adapter for LDAP published a message that used the UPDATE operation, and then processed the message.
The first message indicates that TIBCO ActiveMatrix Adapter for LDAP 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 Jul 09 10:58:54:984 GMT +5 ldap.LDAPAdapterConfiguration Info [Adapter] Adapter ldap started successfully
The next set of trace messages indicates the publication service of the adapter publishing a message that uses the UPDATE operation. The #Kj2--7--Dkic3UxU-/gPzzw6E-zzw# tracking identifier included in the trace message uniquely identifies the message. The adapter provided the identifier.
2003 Jul 09 10:58:54:984 GMT +5 ldap.LDAPAdapterConfiguration Info [Adapter]
AELDAP-00004 Publisher LDAPPublicationService publishing
tracking=#Kj2--7--Dkic3UxU-/gPzzw6E-zzw#
2003 Jul 09 10:58:55:015 GMT +5 ldap.LDAPAdapterConfiguration Info [Adapter]
AELDAP-00008 Adapter publishing : Publisher : LDAPPublicationService
publishing. Opcode = LDAP_MODIFY DN =
uid=pop,ou=unit5,o=BenchMark,dc=us.tibco.com
The final trace message indicates the subscription service has received the message, and acknowledges that the UPDATE operation is complete with the following message.
2003 Jul 09 10:58:55:031 GMT +5 ldap.LDAPAdapterConfiguration Info [Adapter]
AELDAP-00003 Service LDAPSubscriptionService invoked
tracking=#0vA--9--Dkic3k-w-/gQzzw6E-zzw#
2003 Jul 09 10:58:55:031 GMT +5 ldap.LDAPAdapterConfiguration Info [Adapter]
AELDAP-00013 Service: LDAPSubscriptionService Operation: LDAP_MODIFY DN:
uid=pop,ou=unit5,o=BenchMark,dc=us.tibco.com

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