Example trace file

This is a sample trace file from the WebSphere MQ Automation Classes
for ActiveX product. It has been edited and annotated for clarity.
Comments have been added to illustrate its contents and are enclosed
between bands of dashes.
******************************************************************
 
Trace for program C:.\PROGRAM FILES\MICROSOFT VISUAL BASIC\VB32.EXE
                   ---- WebSphere MQ ActiveX ----
started at Wed Aug 06 08:59: 30 1997
@(!)     ***** Code Level is 2.0.0 *****
  ! BuildDate Aug  5 1997
  ! Trace Level is 2
 
-------------------------------------------------------------------
The head of the trace gives details of when the trace was
started, and the build level of the code. These details may
be required by IBM Service in order to help problem resolution.
The trace level is also shown (2 in this case) and may be
controlled by use of the OMQ_TRACE_LEVEL environment variable.
-------------------------------------------------------------------
 
(97161)@08:59:30.720
  -->xxxInitialize
 
-------------------------------------------------------------------
Every 40 entries (excluding text or data entries) there will be a
timestamp preceded in brackets by a 5 digit number representing
the current thread within the process.
Entries beginning --> show entry into a section of internal code
the number of dashes indicates the depth within the code. Entries
beginning <-- show return from a section of code.
-------------------------------------------------------------------
 
---->ObtainSystemCP
! Code page is 850
 
<----ObtainSystemCP (rc= OK)
! Attempting to find xlat path via Registry
! XLAT_PATH (stored in xihConvPath) is h:\convert
 
! XLAT_PATH is h:\convert
! Successfully opened CCSID.TBL under path - h:\convert\CCSID.TBL -
 
-------------------------------------------------------------------
Entries beginning ! are text entries placed in the code by the 
programmer as an aid to problem determination.
-------------------------------------------------------------------
 
<--xxxInitialize (rc= OK)
 
-->MQSession:initialize
 
<--MQSession:initialize (rc= OK)
 
-->MQSession:initialize
 
<--MQSession:initialize (rc= OK)
 
-->MQSession:ccessQueueManager
!  ++ object e11bb0
 
---->GlobalLock
 
<----GlobalLock (rc= OK)
 
---->MQQueueManager::initialize
 
<----MQQueueManager::initialize (rc= OK)
 
---->ImqQueueManager::connect
 
<----ImqQueueManager::connbsp;  ---->ImqObject::open
 
<----ImqObject&:open (rc= OK)
 
---->GlobalUnlock
 
<----GlobalUnlock (rc= OK)
 
<--MQSession::AccessQueueManager (rc= OK)
!  -- object e11bb0
 
-->MQQueueManager::AccessQueue
!  ++ object e11d28
 
---->GlobalLock
 
<----GlobalLock (rc= OK)
! parm# 1 is char* 'SYSTEM.DEFAULT.LOCAL.QUEUE'
! parm# 2 is 17.000000
! parm# 3 is variant type 10
! parm# 4 is variant type 10
! parm# 5 is variant type 10
 
(97161)@08::59::47.750
---->ImqObject::open
 
<----ImqObject::open (rc= OK)
 
---->GlobalUnlock
 
<----GlobalUnlock (rc= OK)
!  -- object e11d28
 
<--MQQueueManager::AccessQueue (rc= OK)
 
-->MQSession::AccessMessage
!  ++ object e11bb0
 
---->MQMessage::MQMessage() <<< Constructor
 
<----MQMessage::MQMessage() (rc= OK)
 
<--MQSession::AccessMessage (rc= OK)
!  -- object e11bb0
 
-->MQMessage::SetCharacterSet
!  long value to set is 850
!  ++ object e11f60
!  -- object e11f60
 
<--MQMessage::SetCharacterSet (rc= OK)
 
-->MQMessage::SetMessageData
!  long value to set is 5724228
!  ++ object e11f60
 
---->MQMessage::WriteString
!  ++ object e11f60
! WriteString malloc, outstring = 0xe12104, outstrlen = 380
! -- object e11f60
 
<----MQMessage::WriteString (rc= OK)
! -- object e11f60
 
<--MQMessage::SetMessageData (rc= OK)
 
-->MQMessage::SetMessageId
! BSTR value to set is as BSTR
!  ++ object e11f60
!  -- object e11f60
 
<--MQMessage::SetMessageId (rc= OK)
 
-->MQSession::AccessPutMessageOptions
!  ++ object e11bb0
 
<--MQSession::AccessPutMessageOptions (rc= OK)
!  -- object e11bb0
 
-->MQueue::Put
!  ++ object e11e48
 
---->GetObjectFromVariantOptional
! optVar type is 9
! optVar type is VT_DISPATCH
 
<----GetObjectFromVariantOptional (rc= 66)
!  ++ object e11f60
!  ++ object e12104
 
---->ImqQueue::put
 
<----ImqQueue::put (rc= OK)
!  -- object e11f60
!  -- object e12104
!  -- object e11e48
 
<--MQueue::Put (rc= OK)
 
-->MQSession::AccessMessage
!  ++ object e11bb0
 
---->MQMessage::MQMessage() <<< Constructor
 
<----MQMessage::MQMessage() (rc= OK)
 
<--MQSession::AccessMessage (rc= OK)
!  -- object e11bb0
 
-->MQMessage::SetMessageId
! BSTR value to set is as BSTR
!  ++ object e12300
!  -- object e12300
 
<--MQMessage::SetMessageId (rc= OK)
 
-->MQSession::AccessGetMessageOptions
!  ++ object e11bb0
 
<--MQSession::AccessGetMessageOptions (rc= OK)
! -- object e11bb0
 
-->MQueue::Get
!  ++ object e11e48
! parm# 2 is variant type 9
! parm# 3 is variant type 10
 
---->GetObjectFromVariantOptional
! optVar type is 9
!  optVar type is VT_DISPATCH
 
<----GetObjectFromVariantOptional (rc= 66)
 
---->GetObjectFromVariantOptional
! optVar type is a
! optional optVar not specified
 
<----GetObjectFromVariantOptional (rc= 67)
!  ++ object e12300
!  ++ object e121d0
 
---->ImqQueue::get
 
<----ImqQueue::get (rc= OK)
!  -- object e12300
!  -- object e121d0
!  -- object e11e48
 
<--MQueue::Get (rc= OK)
 
(97161)@08::59::47.970
-->MQMessage::ReadString
!  ++ object e12300
 
---->ConvertStrToDefault
! Readstring instrlen = 95
! string before conv::
  0000 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 30 : !"#¢%&'()*+,-./0
  0010 31 32 00 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F 40 : 12.456789:;<=>?@
  0020 41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4E 4F 50 : ABCDEFGHIJKLMNOP
  0030 51 52 53 54 55 56 57 58 59 5A 5B 5C 5D 5E 5F 60 : QRSTUVWXYZoe\1/8_`
  0040 61 62 63 64 65 66 67 68 69 6A 6B 6C 6D 6E 6F 70 : abcdefghijklmnop
  0050 71 72 73 74 75 76 77 78 79 7A 7B 7C 7D 7E 1C    : qrstuvwxyz{}}'.
-------------------------------------------------------------------
The entry above shows an example of a data area dump within the
trace where the contents of a piece of memory is displayed
in hex and ascii.
-------------------------------------------------------------------
! Character set conversion from 850 to 1200, rc = 0
! string after conv:
  0000 21 00 22 00 23 00 24 00 25 00 26 00 27 00 28 00 : !.".#.¢.%.&;'.(.
  0010 29 00 2A 00 2B 00 2C 00 2D 00 2E 00 2F 00 30 00 : ).*.+.,.-../.0.
  0020 31 00 32 00 00 00 34 00 35 00 36 00 37 00 38 00 : 1.2..4.5.6.7.8.
  0030 39 00 3A 00 3B 00 3C 00 3D 00 3E 00 3F 00 40 00 : 9.:..;.<=>.?.@.
  0040 41 00 42 00 43 00 44 00 45 00 46 00 47 00 48 00 : A.B.C.D.E.F.G.H.
  0050 49 00 4A 00 4B 00 4C 00 4D 00 4E 00 4F 00 50 00 : I.J.K.L.M.N.O.P.
  0060 51 00 52 00 53 00 54 00 55 00 56 00 57 00 58 00 : Q.R.S.T.U.V.W.X.
  0070 59 00 5A 00 5B 00 5C 00 5D 00 5E 00 5F 00 60 00 : Y.Z.oe.\.Ù.1/8._.`.
  0080 61 00 62 00 63 00 64 00 65 00 66 00 67 00 68 00 : a.b.c.d.e.f.g.h.
  0090 69 00 6A 00 6B 00 6C 00 6D 00 6E 00 6F 00 70 00 : i.j.k.l.m.n.o.p.
  00A0 71 00 72 00 73 00 74 00 75 00 76 00 77 00 78 00 : q.r.s.t.u.v.w.x.
  00B0 79 00 7A 00 7B 00 7C 00 7D 00 7E 00 7F 00       : y.z.{.3.}.'..
 
<----ConvertStrToDefault (rc= OK)
! Input length was 95, output length was 190
!  -- object e12300
 
<--MQMessage::ReadString (rc= OK)
 
-->MQSession::destruct
 
<--MQSession::destruct (rc= OK)
 
-->MQQueueManager::destruct
 
<--MQQueueManager::destruct (rc= OK)
 
-->ImqQueueManager::disconnect
 
---->ImqObject::close
 
<----ImqObject::close (rc= OK)
 
---->ImqObject::close
 
<----ImqObject::close (rc= OK)
 
---->ImqQueueManager:backout
 
<----ImqQueueManager:backout (rc= OK)
 
---->gmqdyn0a:MQDISC
! >>>HConn..
     0000 01 00 00 00
      : ....
 
-->MQMessage::OnFinalRelease()
 
---->MQMessage::'MQMessage() <<< Destructor
 
<----MQMessage::'MQMessage() (rc= OK)
 
<--MQMessage::OnFinalRelease() (rc= OK)
 
-->MQMessage::OnFinalRelease()
 
---->MQMessage::'MQMessage() <<< Destructor
 
<----MQMessage::'MQMessage() (rc= OK)
 
<--MQMessage::OnFinalRelease() (rc= OK)