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 » Corrupted output messages

Post new topic  Reply to topic
 Corrupted output messages « View previous topic :: View next topic » 
Author Message
Mateo
PostPosted: Tue May 20, 2003 3:27 am    Post subject: Corrupted output messages Reply with quote

Novice

Joined: 21 Aug 2002
Posts: 24

Hi,

I have a flow:
IN1(MQInput) -> CPluginNode -> ... -> OUT1(MQOutput)-> N1(Compute)->OUT2(MQOutput)

I in some percent (below 1%) of messages I get invalid messages in OUT2 queue. I can see they are invalid by reading them by other flow and using Trace node (with ${Body}) which shows that xml part of a message has a few more bytes added at the end of message or a message is shorter aboute a few bytes.
Messages put to OUT1 queue are all proper.
Input message consists of MQMD, MQRFH2 and XML.
ESQL from node N1 is:
Code:

DECLARE I INTEGER;
DECLARE C INTEGER;
SET C = CARDINALITY(InputRoot.*[]);
SET I = 1;
WHILE I < C-1 DO
   SET OutputRoot.*[I] = InputRoot.*[I];
   SET I=I+1;
END WHILE;
-- Enter SQL below this line.  SQL above this line might be regenerated, causing any modifications to be lost.
SET OutputRoot.XML.MESSAGE_FOOTPRINT.MESSAGE_TYPE = InputRoot.MQRFH2.usr.MessageName;
SET OutputRoot.XML.MESSAGE_FOOTPRINT.FLOW_DIRECTION = 'F';
SET OutputRoot.XML.MESSAGE_FOOTPRINT.TRANSACTIONAL = 'Y';

DECLARE ref1 REFERENCE TO OutputRoot.MQRFH2;
DETACH  ref1;

SET OutputRoot.MQMD.Format = 'MQSTR   ';


My environment is:
- Integrator version 2.1 whit CSD02,
- MQ series v 5.2,
- HP-UX B.11.11 (11i)

Do You have any suggestions about it.
Mayby You know how could I try to redesign my flow.

Mateo
Back to top
View user's profile Send private message Visit poster's website
kirani
PostPosted: Tue May 20, 2003 7:16 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Mateo,
Could you post more details about both the message flow, like what it's suppose to do, c-plug-in node, ExceptionList in the second message flow, etc.
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
Mateo
PostPosted: Wed May 21, 2003 3:20 am    Post subject: Reply with quote

Novice

Joined: 21 Aug 2002
Posts: 24

Hi Kirani,
thanks for response, I have discovered (while looking for details to include in the reply for You) that problem is in my second flow (which reads from OUT2), I made a fix and now I am testing it.

Mateo
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Corrupted output messages
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.