Author |
Message
|
ghoshly |
Posted: Thu Aug 26, 2010 5:02 am Post subject: Compute node adds mcd.msd folder in the output tree |
|
|
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 |
|
 |
ghoshly |
Posted: Thu Aug 26, 2010 10:58 am Post subject: observation |
|
|
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 |
|
 |
fjb_saper |
Posted: Thu Aug 26, 2010 12:21 pm Post subject: |
|
|
 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 |
|
 |
ghoshly |
Posted: Thu Aug 26, 2010 10:35 pm Post subject: Validation priority |
|
|
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 |
|
 |
kimbert |
Posted: Fri Aug 27, 2010 1:39 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
|
Back to top |
|
 |
ghoshly |
Posted: Fri Aug 27, 2010 5:29 am Post subject: sorry.. not working. |
|
|
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 |
|
 |
kimbert |
Posted: Mon Oct 04, 2010 1:42 am Post subject: |
|
|
 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 |
|
 |
|