ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Rolled back a local transaction IIB10 flow error

Post new topic  Reply to topic
 Rolled back a local transaction IIB10 flow error « View previous topic :: View next topic » 
Author Message
raks
PostPosted: Mon Feb 11, 2019 7:15 pm    Post subject: Rolled back a local transaction IIB10 flow error Reply with quote

Novice

Joined: 07 Dec 2010
Posts: 11

HI,

I'm using simple IIB Application with message flow MQInputNode==>COmputeNode==>MqOutputNode. The Application get's deployed with no errors with additional instance 1.
While testing this flow I am getting below error in the Activity logs (Rolled back a locally-coordinated transaction ).

Complete Activity logs:
2019-02-12 12:17:49.000 AUS Eastern Daylight Time BIP11504I 5288 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 12:17:49.000 AUS Eastern Daylight Time BIP13025I 5288 MQ Input MQ Connected to WebSphere MQ queue manager 'QM1'. Successfully connected to WebSphere MQ queue manager 'QM1'.
2019-02-12 12:17:49.000 AUS Eastern Daylight Time BIP13030I 5288 MQ Input MQ Opened WebSphere MQ queue 'Input'. Successfully opened WebSphere MQ queue 'Input' on queue manager 'QM1'
2019-02-12 12:17:50.000 AUS Eastern Daylight Time BIP13026I 5288 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 12:17:50.000 AUS Eastern Daylight Time BIP11501I 5288 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 12:17:50.000 AUS Eastern Daylight Time BIP13030I 5288 MQ Output MQ Opened WebSphere MQ queue 'Output'. Successfully opened WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 12:17:50.000 AUS Eastern Daylight Time BIP13027I 5288 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 12:17:50.000 AUS Eastern Daylight Time BIP11506I 5288 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 12:17:50.000 AUS Eastern Daylight Time BIP11302I 5288 MQ Input Parsers There are '14' parsers cached on this thread.
2019-02-12 12:17:50.000 AUS Eastern Daylight Time BIP11504I 5288 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 12:17:55.000 AUS Eastern Daylight Time BIP11507W 5288 MQ Input Rolled back a local transaction. A local transaction has been rolled back for work done on the message flow thread.
2019-02-12 12:18:50.000 AUS Eastern Daylight Time BIP13034I 5288 MQ Rolled back a locally-coordinated transaction on WebSphere MQ queue manager 'QM1'. Successfully rolled back a locally-coordinated transaction on WebSphere MQ queue manager 'QM1'.
2019-02-12 12:18:50.000 AUS Eastern Daylight Time BIP13031I 5288 MQ Closed WebSphere MQ queue 'Output'. Successfully closed WebSphere MQ queue 'Output' on queue manager 'QM1'.
2019-02-12 12:18:50.000 AUS Eastern Daylight Time BIP13031I 5288 MQ Closed WebSphere MQ queue 'Input'. Successfully closed WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 12:18:50.000 AUS Eastern Daylight Time BIP13024I 5288 MQ Disconnected from WebSphere MQ queue manager 'QM1'.

Same flow is working fine if the additional instance is 0 (No errors occurred in the activity logs)

2019-02-12 14:07:48.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:48.000 AUS Eastern Daylight Time BIP13025I 8100 MQ Input MQ Connected to WebSphere MQ queue manager 'QM1'. Successfully connected to WebSphere MQ queue manager 'QM1'.
2019-02-12 14:07:48.000 AUS Eastern Daylight Time BIP13030I 8100 MQ Input MQ Opened WebSphere MQ queue 'Input'. Successfully opened WebSphere MQ queue 'Input' on queue manager 'QM1'
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13030I 8100 MQ Output MQ Opened WebSphere MQ queue 'Output'. Successfully opened WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11302I 8100 MQ Input Parsers There are '15' parsers cached on this thread.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:55.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:56.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:57.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP13026I 8100 MQ Input MQ Read message from WebSphere MQ queue 'Input'. Successfully read a message from WebSphere MQ queue 'Input' on queue manager 'QM1'.
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP11501I 8100 MQ Input Received data from input node 'MQ Input'. NODETYPE=INPUT The input node 'MQ Input' has received data and has propagated it to the message flow 'Test_RollbackTrn'.
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP13027I 8100 MQ Output MQ Wrote message to WebSphere MQ queue 'Output'. Successfully wrote a message to WebSphere MQ queue 'Output' on queue manager 'QM1'
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP11506I 8100 MQ Input Committed a local transaction. A local transaction has been committed for work done on the message flow thread.
2019-02-12 14:07:58.000 AUS Eastern Daylight Time BIP11504I 8100 MQ Input Waiting for data from input node 'MQ Input'. NODETYPE=INPUT A thread is waiting for data from input node 'MQ Input' in flow 'Test_RollbackTrn'.

Is this a normal behaviour in IIBv10 (IIB Version : 10.0.0.?
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Feb 12, 2019 6:08 am    Post subject: Re: Rolled back a local transaction IIB10 flow error Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

raks wrote:
Is this a normal behaviour in IIBv10 (IIB Version : 10.0.0.?


Possibly. How is the input queue defined?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mpong
PostPosted: Tue Feb 12, 2019 3:04 pm    Post subject: Reply with quote

Disciple

Joined: 22 Jan 2010
Posts: 164

https://developer.ibm.com/answers/questions/471594/bip13034i/
Back to top
View user's profile Send private message
raks
PostPosted: Tue Feb 12, 2019 8:04 pm    Post subject: Re: Rolled back a local transaction IIB10 flow error Reply with quote

Novice

Joined: 07 Dec 2010
Posts: 11

Vitor wrote:
raks wrote:
Is this a normal behaviour in IIBv10 (IIB Version : 10.0.0.?


Possibly. How is the input queue defined?


Input Queue is "Local Queue" (MQV9 version)
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Feb 12, 2019 9:21 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

Notice that between your waiting for input and the rollback there is no message received. So there may be a timeout to the transaction?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Wed Feb 13, 2019 5:48 am    Post subject: Re: Rolled back a local transaction IIB10 flow error Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

raks wrote:
Vitor wrote:
raks wrote:
Is this a normal behaviour in IIBv10 (IIB Version : 10.0.0.?


Possibly. How is the input queue defined?


Input Queue is "Local Queue" (MQV9 version)


I bet it has more parameters than just a name......
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Rolled back a local transaction IIB10 flow error
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.