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 » Compute node adds mcd.msd folder in the output tree

Post new topic  Reply to topic
 Compute node adds mcd.msd folder in the output tree « View previous topic :: View next topic » 
Author Message
ghoshly
PostPosted: Thu Aug 26, 2010 5:02 am    Post subject: Compute node adds mcd.msd folder in the output tree Reply with quote

Partisan

Joined: 10 Jan 2008
Posts: 333

Hello,

I am using Message Broker 6.1.0.7 on Windows and AIX.

My Error Handling flow looks like :

MQInput --> Compute --> MQOutput
(BOQueue) (DestinationList)


MQInput node listens on the Back Out queue of the application. In the compute node I am just updating the message properties and updating the Localenvironment to set the destination list

Code:

      -- Set to Unlimited Expiry
      Set OutputRoot.MQMD.Expiry = MQEI_UNLIMITED;
      -- Set to Persistent
      Set OutputRoot.MQMD.Persistence = MQPER_PERSISTENT;
      
      -- Remove Reporting options.
      SET OutputRoot.MQMD.Report = 0;
      SET OutputRoot.MQMD.ReplyToQ = '';
      SET OutputRoot.MQMD.ReplyToQMgr ='';


but just after the compute node I am getting MQRFH2.mcd.Msd=none.
This is creating problem later as original input message is getting modified and when tried for retry operation it is failing due to validation failure.
Is the compute node is adding this extra stuff ??
Please help.
Back to top
View user's profile Send private message
ghoshly
PostPosted: Thu Aug 26, 2010 10:58 am    Post subject: observation Reply with quote

Partisan

Joined: 10 Jan 2008
Posts: 333

Further to my observation, Just before exiting the compute node, that folders gets added to the message tree, when there is usr folder present in the input tree.

How can I stop that extra mcd.Msd folder being created in the output tree when it is not there in the input message.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Aug 26, 2010 12:21 pm    Post subject: Reply with quote

Grand High Poobah

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

That's going to be really difficult as the broker uses that folder to indicate which parser should be use on the next mqinput node.

However this should be completely independent from your validation failure. You need first to find out why you're having a validation failure.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
ghoshly
PostPosted: Thu Aug 26, 2010 10:35 pm    Post subject: Validation priority Reply with quote

Partisan

Joined: 10 Jan 2008
Posts: 333

Thanks fjb for your response. Validation failure happens because when the message is passed to the node with MQRFH2.mcd.Msd=none and RFH2 header has the greater priority than the message set information is mentioned in the node itself.

So, instead of using the info specified in the node itself it is taking messages as BLOB.
Please do correct me if my understanding is incorrect.

Thanks.
Back to top
View user's profile Send private message
kimbert
PostPosted: Fri Aug 27, 2010 1:39 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

I think this might be relevant:
http://www.mqseries.net/phpBB2/viewtopic.php?p=225005&highlight=#225005
and/or this:
http://www.mqseries.net/phpBB2/viewtopic.php?t=46830&highlight=&sid=a611d568b62669e7038d19eb797a9d18
Back to top
View user's profile Send private message
ghoshly
PostPosted: Fri Aug 27, 2010 5:29 am    Post subject: sorry.. not working. Reply with quote

Partisan

Joined: 10 Jan 2008
Posts: 333

Hello Kimbert, thanks for your response..

I have tried with system environment variable MQSI_DISABLE_CREATE_RFH2_MCD with value as 1 but it does not give any joy to me.

Please help.
Back to top
View user's profile Send private message
kimbert
PostPosted: Mon Oct 04, 2010 1:42 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

I know it's been a long time, but...did you resolve this?
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 » Compute node adds mcd.msd folder in the output tree
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.