home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2003 October (Alt) / PCNET_CD_2003_10.iso / patch / xpsp1a_tr_x86.exe / msdtctr.mo_ / msdtctr.mof
Encoding:
Text File  |  2002-03-25  |  27.2 KB  |  344 lines

  1. // Project        DTC Messages
  2. // Category     DTC process status 
  3. // ***************************************************************************
  4.  
  5. 9DC9C33D-ADE5-469f-8F18-DAC2D836657D g_TraceDTCProcessStatusGuid
  6.  
  7. #typev    TRANSACTION_MANAGER_STARTED                 11    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"MS DTC started with the following settings: Security Configuration (OFF = 0 and ON = 1): Network Administration of Transactions = %12!-1d!, Network Clients = %13!-1d!, Distributed Transactions using Native MSDTC Protocol = %14!-1d!, Transaction Internet Protocol (TIP) = %15!-1d!, XA Transactions = %16!-1d!.%""
  8.  
  9. {
  10.     SequenceNumber,             ItemUlong            // 10
  11.     ProcessId,                    ItemUlong            // 11
  12.     bNetworkAdminEnabled,        ItemUlong            // 12
  13.     bNetworkClientsEnabled,     ItemUlong            // 13
  14.     bNetworkTxEnabled,            ItemUlong            // 14
  15.     bTipEnabled,                ItemUlong            // 15
  16.     bXaTransactionsEnabled,     ItemUlong            // 16
  17. }
  18.  
  19. #typev    TRANSACTION_MANAGER_STOPPED                 12    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"The MS DTC service is stopping.%""
  20. {
  21.     SequenceNumber,             ItemUlong            // 10
  22.     ProcessId,                    ItemUlong            // 11
  23. }
  24.  
  25.  
  26. #typev    CHECKPOINTING_STOPPED                         13    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"MSDTC is suspending the checkpointing of transactions due to lack of activity%""
  27. {
  28.     SequenceNumber,             ItemUlong            // 10
  29.     ProcessId,                    ItemUlong            // 11
  30. }
  31.  
  32.  
  33. #typev    CHECKPOINTING_STARTED                         14    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"MSDTC is resuming the checkpointing of transactions %""
  34. {
  35.     SequenceNumber,             ItemUlong            // 10
  36.     ProcessId,                    ItemUlong            // 11
  37. }
  38.  
  39. // Project        DTC Messages
  40. // Category     DTC process status 
  41. // ***************************************************************************
  42.  
  43. 715E95BB-FC0A-4442-950B-9D1D1F1F964B g_TraceDTCTraceSettingsGuid
  44.  
  45. #typev    TRACE_SETTINGS                                11    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"Trace Configuration (OFF = 0 and ON = 1): Tracing Of DTC = %12!-1d!, Tracing Of Transactions = %13!-1d!, Tracing Of Aborted Transactions = %14!-1d!, Tracing Of Long-Lived Transactions = %15!-1d!, Tracing Of All Transactions = %16!-1d!, Max Limit on Memory Buffers = %17!-1d!.%""
  46.  
  47. {
  48.     SequenceNumber,             ItemUlong            // 10
  49.     ProcessId,                    ItemUlong            // 11
  50.     bTraceDTC,                    ItemUlong            // 12
  51.     bTraceTrans,                ItemUlong            // 13
  52.     bTraceAbortedTrans,         ItemUlong            // 14
  53.     bTraceLLTrans,                ItemUlong            // 15
  54.     bTraceAllTrans,             ItemUlong            // 16
  55.     dwMaxBuffers                ItemUlong            // 17
  56. }
  57.  
  58.  
  59. #typev    TRACING_STARTED                         12    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"MSDTC is resuming the tracing of long - lived transactions%""
  60. {
  61.     SequenceNumber,             ItemUlong            // 10
  62.     ProcessId,                    ItemUlong            // 11
  63. }
  64.  
  65.  
  66. #typev    TRACING_STOPPED                         13    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"MSDTC is suspending the tracing of long - lived transactions due to lack of activity%""
  67. {
  68.     SequenceNumber,             ItemUlong            // 10
  69.     ProcessId,                    ItemUlong            // 11
  70. }
  71.  
  72.  
  73. // Project        TM Messages
  74. // Category     Summary Level Transaction 
  75. // SubCategory    Client related messages
  76. // ***************************************************************************
  77.  
  78. 0B9B7BB9-E1AD-4657-8D90-736FA3B79492 g_TraceTMXactsClientGuid
  79.  
  80. #typev    TRANSACTION_BEGUN                            11    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction got begun, description : '%15!s!'%""
  81. #typev    AT_RESTART_COMMITTED_TRANSACTION_FOUND        12    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"committed transaction found during dtc restart. Description = '%15!s!'%""
  82. {
  83.     SequenceNumber,             ItemUlong            // 10
  84.     ProcessId,                    ItemUlong            // 11
  85.     Guid,                        ItemGuid            // 12
  86.     ThreadId,                    ItemUlong            // 13
  87.     TimeStamp,                    ItemTimestamp        // 14
  88.     Description,                ItemString            // 15
  89. }
  90. #typev    RECEIVED_COMMIT_REQUEST_FROM_BEGINNER        13    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received request to commit the transaction from beginner%""
  91. #typev    TRANSACTION_COMMITTED                        14    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction has got committed%""
  92. #typev    TRANSACTION_ABORTING                        15    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction is aborting%""
  93. #typev    TRANSACTION_ABORTED                         16    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction has been aborted%""
  94. #typev    TRANSACTION_READ_ONLY                        17    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction is read only%""
  95. #typev    TRANSACTION_IN_DOUBT                        18    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction is in_doubt%""
  96. #typev    ABORT_DUE_TO_CONNECTION_DOWN_FROM_BEGINNER    19    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"connection to the beginner went down%""
  97. #typev    ABORT_DUE_TO_TRANSACTION_TIMER_EXPIRED        20    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction timeout expired%""
  98. #typev    RECEIVED_ABORT_REQUEST_FROM_BEGINNER        21    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received request to abort the transaction from beginner%""
  99.  
  100. {
  101.     SequenceNumber,             ItemUlong            // 10
  102.     ProcessId,                    ItemUlong            // 11
  103.     Guid,                        ItemGuid            // 12
  104.     ThreadId,                    ItemUlong            // 13
  105.     TimeStamp,                    ItemTimestamp        // 14
  106. }
  107. // ***************************************************************************
  108.  
  109.  
  110. // Project        TM Messages
  111. // Category     Summary Level Transaction 
  112. // SubCategory    RM related messages
  113. // ***************************************************************************
  114.  
  115. 75F91E0E-D50C-47c9-B06F-3F2013E9DA73 g_TraceTMXactsRMGuid
  116.  
  117. #typev    RM_ENLISTED_IN_TRANSACTION                                    11    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"resource manager #%16!d! enlisted as transaction enlistment #%15!d!. RM guid = '%17'%""
  118. {
  119.     SequenceNumber,             ItemUlong            // 10
  120.     ProcessId,                    ItemUlong            // 11
  121.     Guid,                        ItemGuid            // 12
  122.     ThreadId,                    ItemUlong            // 13
  123.     TimeStamp,                    ItemTimestamp        // 14
  124.     ResourceNum,                ItemUlong            // 15
  125.     TransResourceNum,            ItemUlong            // 16
  126.     RMGuid,                     ItemGuid            // 17
  127. }
  128. #typev    RM_VOTED_COMMIT                                             12    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"resource manager #%16!d! voted commit for transaction enlistment #%15!d!%""
  129. #typev    RM_VOTED_ABORT                                                13    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"resource manager #%16!d! voted abort for transaction enlistment #%15!d!%""
  130. #typev    RM_VOTED_READ_ONLY                                            14    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"resource manager #%16!d! voted read-only for transaction enlistment #%15!d!%""
  131. #typev    COMMIT_REDELIVERY_ACKD_WITH_REENLISTMENT_COMPLETE_FROM_RM    15    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"commit redelivered to resource manager #%16!d! for transaction enlistment #%15!d!%""
  132. #typev    ABORT_DUE_TO_CONNECTION_DOWN_FROM_RM                        16    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"connection to the resource manager #%16!d! for transaction enlistment #%15!d! went down%""
  133. {
  134.     SequenceNumber,             ItemUlong            // 10
  135.     ProcessId,                    ItemUlong            // 11
  136.     Guid,                        ItemGuid            // 12
  137.     ThreadId,                    ItemUlong            // 13
  138.     TimeStamp,                    ItemTimestamp        // 14
  139.     ResourceNum,                ItemUlong            // 15
  140.     TransResourceNum,            ItemUlong            // 16
  141. }
  142. #typev    AT_RESTART_COMMIT_REDELIVERY_NEEDED_TO_RM                    17    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"commit redelivery needed for transaction resource #%15!d! at dtc restart. RM guid    = '%16'%""
  143. #typev    AT_RESTART_TRANSACTION_IS_INDOUBT_HAS_RM                    18    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"indoubt transaction has transaction resource #%15!d! at dtc restart. RM guid = '%16'%""
  144. {
  145.     SequenceNumber,             ItemUlong            // 10
  146.     ProcessId,                    ItemUlong            // 11
  147.     Guid,                        ItemGuid            // 12
  148.     ThreadId,                    ItemUlong            // 13
  149.     TimeStamp,                    ItemTimestamp        // 14
  150.     TransResourceNum,            ItemUlong            // 15
  151.     RMGuid,                     ItemGuid            // 16
  152. }
  153. #typev    RM_ISSUED_PREPARE                                            19    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"prepare request issued to resource manager #%16!d! for transaction enlistment #%15!d!%""
  154. #typev    RM_ISSUED_COMMIT                                            20    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"commit request issued to resource manager #%16!d! for transaction enlistment #%15!d!%""
  155. #typev    RM_ISSUED_ABORT                                             21    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"abort request issued to resource manager #%16!d! for transaction enlistment #%15!d!%""
  156. #typev    RM_ACKNOWLEDGED_COMMIT                                        22    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received acknowledgement of commit request from the resource manager #%16!d! for transaction enlistment #%15!d!%""
  157. #typev    RM_ACKNOWLEDGED_ABORT                                        23    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received acknowledgement of abort request from the resource manager #%16!d! for transaction enlistment #%15!d!%""
  158. #typev    RM_COMMIT_DELIVERY_FAILED_DUE_TO_CONNECTION_DOWN            24    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received connection down on commit request to resource manager #%16!d! for transaction enlistment #%15!d!%""
  159. #typev    RM_ABORT_DELIVERY_FAILED_DUE_TO_CONNECTION_DOWN_NO_RETRY    25    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received connection down on abort request to resource manager #%16!d! for transaction enlistment #%15!d!. No retries will be made to deliver this message. RM will learn outcome during recovery%""
  160. {
  161.     SequenceNumber,             ItemUlong            // 10
  162.     ProcessId,                    ItemUlong            // 11
  163.     Guid,                        ItemGuid            // 12
  164.     ThreadId,                    ItemUlong            // 13
  165.     TimeStamp,                    ItemTimestamp        // 14
  166.     ResourceNum,                ItemUlong            // 15
  167.     TransResourceNum,            ItemUlong            // 16
  168. }
  169. #typev    RM_ENLIST_FAILED_CONNECTION_DOWN_FROM_RM                    26    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"attempt to enlist the resource manager failed because the connection to the resource manager went down. RM guid = '%15'%""
  170. #typev    RM_ENLIST_FAILED_LOG_FULL                                    27    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"attempt to enlist the resource manager failed because the log was full. RM guid = '%15'%""
  171. #typev    RM_ENLIST_FAILED_TRANSACTION_PAST_ACTIVE                    28    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"attempt to enlist the resource manager failed because the transaction had already aborted. RM guid = '%15'%""
  172. #typev    RM_ENLIST_FAILED_TOO_MANY_ENLISTS                            29    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"attempt to enlist the resource manager failed because the limit on number of maximum enlistments has been reached. RM guid = '%15'%""
  173. {
  174.     SequenceNumber,             ItemUlong            // 10
  175.     ProcessId,                    ItemUlong            // 11
  176.     Guid,                        ItemGuid            // 12
  177.     ThreadId,                    ItemUlong            // 13
  178.     TimeStamp,                    ItemTimestamp        // 14
  179.     RMGuid,                     ItemGuid            // 15
  180. }
  181.  
  182. // ***************************************************************************
  183.  
  184.  
  185. // Project        TM Messages
  186. // Category     Summary Level Transaction 
  187. // SubCategory    Child Node related messages
  188. // **************************************************************************
  189.  
  190. 3C6DE2F3-BF53-461f-B199-2E2D1C24C5ED g_TraceTMXactsChildGuid
  191.  
  192. #typev    TRANSACTION_PROPOGATED_TO_CHILD_NODE                                11    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction propagated to '%16!s!' as transaction child node #%15!d!%""
  193. #typev    CHILD_NODE_VOTED_COMMIT                                             12    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction child node #%15!d! '%16!s!' voted commit%""
  194. #typev    CHILD_NODE_VOTED_ABORT                                                13    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction child node #%15!d! '%16!s!' voted abort%""
  195. #typev    CHILD_NODE_VOTED_READ_ONLY                                            14    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction child node #%15!d! '%16!s!' voted read-only%""
  196. #typev    AT_RESTART_COMMIT_REDELIVERY_NEEDED_TO_CHILD_NODE                    15    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"commit redelivery needed for transaction child #%15!d! '%16!s!' at dtc restart%""
  197. #typev    AT_RESTART_TRANSACTION_IS_INDOUBT_HAS_CHILD_NODE                    16    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"indoubt transaction has transaction child #%15!d! '%16!s!' at dtc restart%""
  198. #typev    CHILD_NODE_ACKNOWLEDGED_COMMIT                                        17    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received acknowledgement of commit request from transaction child node #%15!d! '%16!s!'%""
  199. #typev    CHILD_NODE_ACKNOWLEDGED_ABORT                                        18    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received acknowledgement of abort request from transaction child node #%15!d! '%16!s!'%""
  200. #typev    CHILD_NODE_ISSUED_PREPARE                                            19    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"prepare request issued to transaction child node #%15!d! '%16!s!'%""
  201. #typev    CHILD_NODE_ISSUED_COMMIT                                            20    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"commit request issued to transaction child node #%15!d! '%16!s!'%""
  202. #typev    CHILD_NODE_COMMIT_DELIVERY_FAILED_DUE_TO_CONNECTION_DOWN            21    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received connection down on commit request to transaction child node #%15!d! '%16!s!'%""
  203. #typev    CHILD_NODE_ISSUED_REDELIVER_COMMIT                                    22    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"commit redelivery request issued to transaction child node #%15!d! '%16!s!'%""
  204. #typev    CHILD_NODE_COMMIT_REDELIVERY_FAILED_DUE_TO_CONNECTION_DOWN            23    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received connection down on commit redelivery request to transaction child node #%15!d! '%16!s!'%""
  205. #typev    CHILD_NODE_COMMIT_REDELIVERY_ACKNOWLEDGED                            24    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"commit redelivery request successfully acknowleged by transaction child node #%15!d! '%16!s!'%""
  206. #typev    CHILD_NODE_ISSUED_ABORT                                             25    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"abort request issued to transaction child node #%15!d! '%16!s!'%""
  207. #typev    CHILD_NODE_ABORT_DELIVERY_FAILED_DUE_TO_CONNECTION_DOWN_NO_RETRY    26    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"received connection down on abort request to transaction child node #%15!d! '%16!s!'. No retries will be made to deliver this message. Child node will learn outcome during recovery%""
  208. {
  209.     SequenceNumber,             ItemUlong            // 10
  210.     ProcessId,                    ItemUlong            // 11
  211.     Guid,                        ItemGuid            // 12
  212.     ThreadId,                    ItemUlong            // 13
  213.     TimeStamp,                    ItemTimestamp        // 14
  214.     ChildNodeNum,                ItemUlong            // 15
  215.     ChildNodeName,                ItemWString         // 16
  216. }
  217. #typev    REPLYING_ABORT_TO_QUERY_ABORT_REQUEST_FROM_CHILD_NODE                27    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"Child node queried about transaction abort. Transacton was not found, so we presume abort.  Replying aborted to child node%""
  218. #typev    REPLYING_RETRY_TO_QUERY_ABORT_REQUEST_FROM_CHILD_NODE                28    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"Child node queried about transaction abort. Transaction was found, so outcome not known yet.  If transaction commits, parent will redeliver commit on separate connnection.  If transaction aborts, child will get abort reply when it retries later. Replying retry child node%""
  219. {
  220.     SequenceNumber,             ItemUlong            // 10
  221.     ProcessId,                    ItemUlong            // 11
  222.     Guid,                        ItemGuid            // 12
  223.     ThreadId,                    ItemUlong            // 13
  224.     TimeStamp,                    ItemTimestamp        // 14
  225. }
  226. #typev    TRANSACTION_PROPOGATION_FAILED_LOG_FULL_LOCAL_TM                    29    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"failed to propogate transaction to child node '%15!s!' because the log of the local transaction manager became full%""
  227. #typev    TRANSACTION_PROPOGATION_FAILED_NO_MEM_LOCAL_TM                        30    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"failed to propogate transaction to child node '%15!s!' because of lack of enough memory at the local transaction manager%""
  228. #typev    TRANSACTION_PROPOGATION_FAILED_TOO_MANY_CHILDREN_ON_LOCAL_TM        31    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"failed to propogate transaction to child node '%15!s!' because the limit on the number of children has been reached at the local transaction manager%""
  229. #typev    TRANSACTION_PROPOGATION_FAILED_LOG_FULL_REMOTE_TM                    32    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"failed to propogate transaction to child node '%15!s!' because the log of the remote transaction manager became full%""
  230. #typev    TRANSACTION_PROPOGATION_FAILED_NO_MEM_REMOTE_TM                     33    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"failed to propogate transaction to child node '%15!s!' because of lack of enough memory at the remote transaction manager%""
  231. #typev    TRANSACTION_PROPOGATION_FAILED_CONNECTION_DOWN_FROM_REMOTE_TM        34    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"failed to propogate transaction to child node '%15!s!' because the connection with the remote transaction manager went down%""
  232. #typev    TRANSACTION_PROPOGATION_FAILED_TRANSACTION_PAST_ACTIVE                35    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"failed to propogate transaction to child node '%15!s!' because the transaction is past the stage where new children can be added. Some possible reasons include, client might have already called commit or transaction might have got aborted.%""
  233. {
  234.     SequenceNumber,             ItemUlong            // 10
  235.     ProcessId,                    ItemUlong            // 11
  236.     Guid,                        ItemGuid            // 12
  237.     ThreadId,                    ItemUlong            // 13
  238.     TimeStamp,                    ItemTimestamp        // 14
  239.     ChildNodeName,                ItemWString         // 15
  240. }
  241. // **************************************************************************
  242.  
  243.  
  244. // Project        TM Messages
  245. // Category     Summary Level Transaction 
  246. // SubCategory    Parent Node related messages
  247. // ***************************************************************************
  248.  
  249. 92AA39C6-6F52-4677-B297-8A2E8C19ED2A g_TraceTMXactsParentGuid
  250.  
  251. #typev    TRANSACTION_PROPOGATED_FROM_PARENT                    11    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"transaction propagated from parent node '%15!s!', Description = '%16!s!'%""
  252. {
  253.     SequenceNumber,             ItemUlong            // 10
  254.     ProcessId,                    ItemUlong            // 11
  255.     Guid,                        ItemGuid            // 12
  256.     ThreadId,                    ItemUlong            // 13
  257.     TimeStamp,                    ItemTimestamp        // 14
  258.     ParentNodeName,             ItemWString         // 15
  259.     XactDescription,            ItemAString         // 16
  260. }
  261. #typev    VOTING_COMMIT_TO_PARENT                             12    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node votes commit to parent node '%15!s!'%""
  262. #typev    VOTING_ABORT_TO_PARENT                                13    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node votes abort to parent node '%15!s!'%""
  263. #typev    VOTING_READ_ONLY_TO_PARENT                            14    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node votes read-only to parent node '%15!s!'%""
  264. #typev    AT_RESTART_TRANSACTION_IS_INDOUBT_HAS_PARENT        15    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"indoubt transaction with parent node '%15!s!' found at dtc restart%""
  265. #typev    RECEIVED_PREPARE_FROM_PARENT                        16    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node received prepare request from parent node '%15!s!'%""
  266. #typev    RECEIVED_COMMIT_FROM_PARENT                         17    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node received commit request from parent node '%15!s!'%""
  267. #typev    RECEIVED_ABORT_FROM_PARENT                            18    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node received abort request from parent node '%15!s!'%""
  268. #typev    ABORT_DUE_TO_CONNECTION_DOWN_FROM_PARENT            19    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node received connection down from parent node '%15!s!'. Transaction is aborted.%""    
  269. #typev    INDOUBT_DUE_TO_CONNECTION_DOWN_FROM_PARENT            20    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node received connection down from parent node '%15!s!'. Transaction is in-doubt.%""  
  270. #typev    PARENT_REPLIED_ABORT_TO_QUERY_ABORT_REQUEST         21    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node received abort to transaction query status from parent node '%15!s!'%""
  271. #typev    PARENT_REPLIED_RETRY_TO_QUERY_ABORT_REQUEST         22    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node received retry to transaction query status from parent node '%15!s!'%""
  272. #typev    RECEIVED_COMMIT_REDELIVERY_FROM_PARENT                23    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node received commit redelivery request from parent node '%15!s!'%""
  273. #typev    ACKNOWLEDGING_COMMIT_TO_PARENT                        24    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node achnowledging the delivery of commit request from parent node '%15!s!'%""
  274. #typev    ACKNOWLEDGING_ABORT_TO_PARENT                        25    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"child node achnowledging the delivery of abort request from parent node '%15!s!'%""
  275. {
  276.     SequenceNumber,             ItemUlong            // 10
  277.     ProcessId,                    ItemUlong            // 11
  278.     Guid,                        ItemGuid            // 12
  279.     ThreadId,                    ItemUlong            // 13
  280.     TimeStamp,                    ItemTimestamp        // 14
  281.     ParentNodeName,             ItemWString         // 15
  282. }
  283. // ***************************************************************************
  284.  
  285.  
  286. // Project        TM Messages
  287. // Category     Summary Level Transaction
  288. // SubCategory    Operator related messages
  289. // ***************************************************************************
  290.  
  291. 6BBFB565-408B-407c-A3E9-AC917DB411D6 g_TraceTMXactsOperatorGuid
  292.  
  293. #typev    OPERATOR_RESOLVE_COMMIT                     11    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"operator resolve commit%""
  294. #typev    OPERATOR_RESOLVE_ABORT                        12    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"operator resolve abort%""
  295. #typev    OPERATOR_RESOLVE_FORGET                     13    "pid=%11!-10d! ;tid=%13!-10d! ;time=%14!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"operator resolve forget%""
  296. {
  297.     SequenceNumber,             ItemUlong            // 10
  298.     ProcessId,                    ItemUlong            // 11
  299.     Guid,                        ItemGuid            // 12
  300.     ThreadId,                    ItemUlong            // 13
  301.     TimeStamp,                    ItemTimestamp        // 14
  302. }
  303. // ***************************************************************************
  304.  
  305.  
  306. // Project        TM Messages
  307. // Category     Summary Level Transaction
  308. // SubCategory    Non transaction specefic messages (i.e. messages which are relevant to transactions but which are pertinent to multiple transactions)
  309. // ***************************************************************************
  310.  
  311. 9708D2D4-C019-4c50-B671-6E166CE710F3 g_TraceTMXactsGlobalGuid
  312.  
  313. #typev    EXPORT_SESSION_CREATION_FAILED_BAD_TMADDR                11    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"failed to create export session because the address of the remote transaction manager was malformed%""
  314. {
  315.     SequenceNumber,             ItemUlong            // 10
  316.     ProcessId,                    ItemUlong            // 11
  317. }
  318. #typev    EXPORT_SESSION_CREATION_FAILED_NET_TX_DISABLED            12    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"failed to create export session to child node '%12!s!' because network transactions have been disabled at the local transaction manager%""
  319. #typev    EXPORT_SESSION_CREATION_FAILED_NETWORK_FAILURE            13    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;;%"failed to create export session to child node '%12!s!' because of network failure%""
  320. {
  321.     SequenceNumber,             ItemUlong            // 10
  322.     ProcessId,                    ItemUlong            // 11
  323.     ChildNodeName,                ItemWString         // 12
  324. }
  325. #typev    TRANSACTION_PROPOGATION_FAILED_TRANSACTION_NOT_FOUND    14    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"failed to propogate transaction to child node '%13!s!' because the transaction could not be found. Some possible reasons include, client might have already called commit or transaction might have got aborted due to timeout.%""
  326. {
  327.     SequenceNumber,             ItemUlong            // 10
  328.     ProcessId,                    ItemUlong            // 11
  329.     Guid,                        ItemGuid            // 12
  330.     ChildNodeName,                ItemWString         // 13
  331. }
  332. #typev    RM_ENLIST_FAILED_TRANSACTION_NOT_FOUND                    15    "pid=%11!-10d! ;tid=%3!-10d! ;time=%4!-25s! ;seq=%10!-10d! ;eventid=%2!-40s! ;tx_guid=%12!-40s! ;%"attempt to enlist the resource manager failed cause the transaction could not be found. Some possible reasons include, client might have already called commit or transaction might have got aborted due to timeout. RM guid = '%13'%""
  333. {
  334.     SequenceNumber,             ItemUlong            // 10
  335.     ProcessId,                    ItemUlong            // 11
  336.     Guid,                        ItemGuid            // 12
  337.     RMGuid,                     ItemGuid            // 13
  338. }
  339. // ***************************************************************************
  340.  
  341.  
  342.  
  343.  
  344.