|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Messageset MtiImbRMErrorMap::checkRC , 10, rmLoadWorker, |
« View previous topic :: View next topic » |
Author |
Message
|
mqchap |
Posted: Thu Jun 12, 2003 6:24 am Post subject: Messageset MtiImbRMErrorMap::checkRC , 10, rmLoadWorker, |
|
|
Newbie
Joined: 20 Feb 2003 Posts: 8
|
Please help.
I installed mqsi on my laptop WIN2000. I DIDn't install any CSDs for MQSI. A normal flow without messagset is working fine. I created a messageset to handle TDF data and also configured the Reset content Descriptor node properly according to messageset. I deployed the messageset, flow, with the broker but I am not getting any message in the ouput queue for the input test message. I ran a user trace got the following.
ImbTraceNode::evaluate
MtiImbRMErrorMap::checkRC , 10, rmLoadWorker, Null pointer, Null pointer
Looks like the messageset is not picking up the data. My event log pointed to bipcwfworker.wrk not installed properly. bipcwfworker.wrk file is in bin directory with date as 11/14/2001. Does this problem has anything to do with CSDs. please help.
Trace report:
UserTrace BIP4060I: Data '(
(0x1000000)Properties = (
(0x3000000)MessageSet = 'DTP85RS074001'
(0x3000000)MessageType = 'RETAIL_INPUT_MST_TYPE'
(0x3000000)MessageFormat = 'TDF'
(0x3000000)Encoding = 546
(0x3000000)CodedCharSetId = 437
(0x3000000)Transactional = TRUE
(0x3000000)Persistence = FALSE
(0x3000000)CreationTime = GMTTIMESTAMP '2003-06-11 21:35:39.205002'
(0x3000000)ExpirationTime = -1
(0x3000000)Priority = 0
(0x3000000)ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
(0x3000000)ReplyProtocol = 'MQ'
(0x3000000)Topic = NULL
)
(0x1000000)MQMD = (
(0x3000000)SourceQueue = 'RETAIL.IN'
(0x3000000)Transactional = TRUE
(0x3000000)Encoding = 546
(0x3000000)CodedCharSetId = 437
(0x3000000)Format = 'MQSTR '
(0x3000000)Version = 2
(0x3000000)Report = 0
(0x3000000)MsgType = 8
(0x3000000)Expiry = -1
(0x3000000)Feedback = 0
(0x3000000)Priority = 0
(0x3000000)Persistence = 0
(0x3000000)MsgId = X'414d5120514d5f636f6e73756c74616ea52ee73e42070100'
(0x3000000)CorrelId = X'000000000000000000000000000000000000000000000000'
(0x3000000)BackoutCount = 0
(0x3000000)ReplyToQ = ' '
(0x3000000)ReplyToQMgr = 'QM_consultant10 '
(0x3000000)UserIdentifier = 'db2admin '
(0x3000000)AccountingToken = X'160105150000002e43ac408aa7323f16c0ea32eb03000000000000000000000b'
(0x3000000)ApplIdentityData = ' '
(0x3000000)PutApplType = 11
(0x3000000)PutApplName = 'C:\WINNT\system32\mmc.exe '
(0x3000000)PutDate = DATE '2003-06-11'
(0x3000000)PutTime = GMTTIME '21:36:26.740'
(0x3000000)ApplOriginData = ' '
(0x3000000)GroupId = X'000000000000000000000000000000000000000000000000'
(0x3000000)MsgSeqNumber = 1
(0x3000000)Offset = 0
(0x3000000)MsgFlags = 0
(0x3000000)OriginalLength = -1
)
(0x1000008)MRM = ' from trace node 'RETAIL.Trace1'.
The trace node 'RETAIL.Trace1' has output the specified trace data.
This is an information message provided by the message flow designer. The user response will be determined by the local environment.
2003-06-11 16:36:27.063999 1224 Error BIP2628E: Exception condition detected on input node 'RETAIL.MQInput1'.
The input node 'RETAIL.MQInput1' detected an error whilst processing a message. The message flow has been rolled-back and, if the message was being processed in a unit of work, it will remain on the input queue to be processed again. Following messages will indicate the cause of this exception.
Check the error messages which follow to determine why the exception was generated, and take action as described by those messages.
2003-06-11 16:36:27.063999 1224 ImbTraceNode::evaluate
2003-06-11 16:36:27.063999 1224 MtiImbRMErrorMap::checkRC , 10, rmLoadWorker, Null pointer, Null pointer |
|
Back to top |
|
 |
shalabh1976 |
Posted: Thu Jun 12, 2003 6:37 am Post subject: |
|
|
 Partisan
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
|
Why don't you use a small message set with a sample message flow to test the RCD node ?
I do hope you used the identifiers and not the names of the message set and the message in the RCD node. |
|
Back to top |
|
 |
mqchap |
Posted: Thu Jun 12, 2003 6:56 am Post subject: |
|
|
Newbie
Joined: 20 Feb 2003 Posts: 8
|
Yes, I used correct parameters for the RCD |
|
Back to top |
|
 |
kirani |
Posted: Thu Jun 12, 2003 1:42 pm Post subject: Re: Messageset MtiImbRMErrorMap::checkRC , 10, rmLoadWorker |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Can i look at your complete exceptionList?
I think you should change your MessageFormat property to TDS.
mqchap wrote: |
(0x3000000)MessageFormat = 'TDS'
|
I'd highly recommend that you install latest CSD on your machine. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
mqchap |
Posted: Fri Jun 13, 2003 12:42 pm Post subject: |
|
|
Newbie
Joined: 20 Feb 2003 Posts: 8
|
You are right Kirani. I applied the CSDs ran flow and debugger. The error log suggested to Change the message format to TDS instead of TDF - same as you suggested. Thank you. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|