|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
RMDictionary Error |
« View previous topic :: View next topic » |
Author |
Message
|
Pratik611 |
Posted: Mon Mar 09, 2015 2:03 am Post subject: RMDictionary Error |
|
|
Novice
Joined: 27 Jul 2014 Posts: 17
|
Hi Guys,
I have a simple message flow which runs a few validations and passes the message as it is.
However, im getting the following error:
(0x03000000:NameValue):File = '/build/slot1/S800_P/src/MTI/MTIforBroker/MtiImbParser2/MtiImbRMErrorMap.cpp' (CHARACTER)
(0x03000000:NameValue):Line = 170 (INTEGER)
(0x03000000:NameValue):Function = 'MtiImbRMErrorMap::checkRC' (CHARACTER)
(0x03000000:NameValue):Type = '' (CHARACTER)
(0x03000000:NameValue):Name = '' (CHARACTER)
(0x03000000:NameValue):Label = '' (CHARACTER)
(0x03000000:NameValue):Catalog = 'BIPmsgs' (CHARACTER)
(0x03000000:NameValue):Severity = 3 (INTEGER)
(0x03000000:NameValue):Number = 5304 (INTEGER)
(0x03000000:NameValue):Text = 'RM Dictionary Not Found.' (CHARACTER)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 2 (INTEGER)
(0x03000000:NameValue):Text = '23' (CHARACTER)
)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 5 (INTEGER)
(0x03000000:NameValue):Text = 'rmLoadDictionary' (CHARACTER)
)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 5 (INTEGER)
(0x03000000:NameValue):Text = 'B03B7U0002001' (CHARACTER)
)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 5 (INTEGER)
(0x03000000:NameValue):Text = '' (CHARACTER)
You should know,
1.Not using any message set
2. Simple ESQL validations
3.Error comes when i try to log input message using TRACE wherein I'm posting message from Environment.
Environment.Msg= InputRoot;
Any ideas whats going wrong?
On taking user trace, didnt find anything. |
|
Back to top |
|
 |
Simbu |
Posted: Mon Mar 09, 2015 2:19 am Post subject: Re: RMDictionary Error |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
Pratik611 wrote: |
Hi Guys,
I have a simple message flow which runs a few validations and passes the message as it is.
However, im getting the following error:
(0x03000000:NameValue):File = '/build/slot1/S800_P/src/MTI/MTIforBroker/MtiImbParser2/MtiImbRMErrorMap.cpp' (CHARACTER)
(0x03000000:NameValue):Line = 170 (INTEGER)
(0x03000000:NameValue):Function = 'MtiImbRMErrorMap::checkRC' (CHARACTER)
(0x03000000:NameValue):Type = '' (CHARACTER)
(0x03000000:NameValue):Name = '' (CHARACTER)
(0x03000000:NameValue):Label = '' (CHARACTER)
(0x03000000:NameValue):Catalog = 'BIPmsgs' (CHARACTER)
(0x03000000:NameValue):Severity = 3 (INTEGER)
(0x03000000:NameValue):Number = 5304 (INTEGER)
(0x03000000:NameValue):Text = 'RM Dictionary Not Found.' (CHARACTER)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 2 (INTEGER)
(0x03000000:NameValue):Text = '23' (CHARACTER)
)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 5 (INTEGER)
(0x03000000:NameValue):Text = 'rmLoadDictionary' (CHARACTER)
)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 5 (INTEGER)
(0x03000000:NameValue):Text = 'B03B7U0002001' (CHARACTER)
)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 5 (INTEGER)
(0x03000000:NameValue):Text = '' (CHARACTER)
You should know,
1.Not using any message set
2. Simple ESQL validations
3.Error comes when i try to log input message using TRACE wherein I'm posting message from Environment.
Environment.Msg= InputRoot;
Any ideas whats going wrong?
On taking user trace, didnt find anything. |
Hi Pratik,your exception list clearly says the flow is looking for the message set with id - B03B7U0002001.
so you are using a message set but it is not available to the message flow. |
|
Back to top |
|
 |
Pratik611 |
Posted: Mon Mar 09, 2015 2:31 am Post subject: |
|
|
Novice
Joined: 27 Jul 2014 Posts: 17
|
Hi Simbu,
But its a simple message flow, I'm not in need of any message set.
Not taking any reference and no code in the ESQL is referring to a message set as well.
Also,
When i comment the "Environment.MSG = InputRoot" it works like a charm but i cant log the input message. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Mar 09, 2015 4:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
That may be because you are looking at the message in the environment as a parsed message. However that may not be the case, especially if the message parsing is set to on-demand.
The parsing rule from the input node may state the message set. At execution time for your logging the message set is not available...
This is one of the reasons you could be getting this message.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Pratik611 |
Posted: Mon Mar 09, 2015 4:35 am Post subject: |
|
|
Novice
Joined: 27 Jul 2014 Posts: 17
|
Hi Guys,
Yup..ul wer right...the messages i was passing through the flow had the MESSAGESETID hardcoded into the header.
So it was searching for the MEssage set.
Thanks for the replies
Cheers |
|
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
|
|
|
|