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 » RMDictionary Error

Post new topic  Reply to topic
 RMDictionary Error « View previous topic :: View next topic » 
Author Message
Pratik611
PostPosted: Mon Mar 09, 2015 2:03 am    Post subject: RMDictionary Error Reply with quote

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
View user's profile Send private message
Simbu
PostPosted: Mon Mar 09, 2015 2:19 am    Post subject: Re: RMDictionary Error Reply with quote

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
View user's profile Send private message
Pratik611
PostPosted: Mon Mar 09, 2015 2:31 am    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Mon Mar 09, 2015 4:17 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Pratik611
PostPosted: Mon Mar 09, 2015 4:35 am    Post subject: Reply with quote

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
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 » RMDictionary 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.