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 » MQRFH2 Header

Post new topic  Reply to topic
 MQRFH2 Header « View previous topic :: View next topic » 
Author Message
Yuvaraj
PostPosted: Mon Feb 02, 2004 5:13 pm    Post subject: MQRFH2 Header Reply with quote

Apprentice

Joined: 28 Oct 2003
Posts: 30

Hi All

I have got some problems pertaining to MQRFH2 header. When WMQI parses the MQRFH2 header, it throws up the error BIP6119E. When I looked for more explanation for this error code, I found that it has something to do with '&' in the header value.

Is it required that '&' should be always represented as & for WMQI to understand it?

Also is there a way to configure WMQI to ignore the MQRFH2 header or this error? MQRFH2 header is not required at all.

Thanks & Regards
Yuvaraj
Back to top
View user's profile Send private message
EgilsJ.Rubenis
PostPosted: Mon Feb 02, 2004 10:59 pm    Post subject: Reply with quote

Acolyte

Joined: 18 Nov 2002
Posts: 63
Location: Germany, Alfeld

Hi,

I'm removing a RFH2-Header in my MsgFlow by using a compute node with follwoing esql statemant:

This removes the incoming RFH2-Header

SET OutputRoot = InputRoot;
--
SET "OutputRoot"."MQMD"."Format" = 'MQSTR ';
SET "OutputRoot"."MQRFH2" = NULL;

cheers, Egils
Back to top
View user's profile Send private message Send e-mail
EddieA
PostPosted: Tue Feb 03, 2004 4:34 pm    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Where in the RFH2 header is this causing a problem.
Quote:
SET "OutputRoot"."MQMD"."Format" = 'MQSTR ';

That will only work if the message is indeed a string. Why not:
Code:
SET OutputRoot.MQMD.Format = InputRoot.MQRFH2.Format

You might need the RFH2.Field (??) qualifier on that.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
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 » MQRFH2 Header
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.