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 » MQMD not found in MQSI

Post new topic  Reply to topic
 MQMD not found in MQSI « View previous topic :: View next topic » 
Author Message
Query2
PostPosted: Tue Nov 13, 2001 3:42 pm    Post subject: Reply with quote

Novice

Joined: 05 Nov 2001
Posts: 17

What does the error - " MQMD not found" in MQSI means ?
Back to top
View user's profile Send private message
mapa
PostPosted: Wed Nov 14, 2001 2:28 am    Post subject: Reply with quote

Master

Joined: 09 Aug 2001
Posts: 257
Location: Malmö, Sweden

Hi,

It means that it is missing when you are trying to send it through a MQOutput node.
You could perhaps have missed to copy it in a compute node?

Best regards Magnus Palmér
Back to top
View user's profile Send private message Visit poster's website
wendy
PostPosted: Fri Dec 14, 2001 12:23 am    Post subject: Reply with quote

Apprentice

Joined: 10 Dec 2001
Posts: 47

Use traces after your all your compute nodes in your flow to determine when the MQMD information starts missing.
On that compute node include the statement:
SET OutputRoot.MQMD = InputRoot.MQMD ;
Back to top
View user's profile Send private message Send e-mail
zpat
PostPosted: Fri Dec 14, 2001 8:49 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

You must create or copy the MQMD before the message body (and before any RFH2) otherwise it will not be parsed correctly.

You only need set one field to have the rest as defaults eg

Set OutputRoot.MQMD.Version = 2;

< create message body here >

Depending on your logic - you could simply select the "copy message headers" or "copy entire message" option in the compute node and MQSI will generate the ESQL for you.
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 » MQMD not found in MQSI
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.