Author |
Message
|
Nitgeek |
Posted: Thu Jan 03, 2013 12:59 am Post subject: MQRFH2.usr coming in main body |
|
|
Novice
Joined: 21 Feb 2012 Posts: 21
|
I am Using WMQ7.0 with WMB 6.1
I have one flow where I am transforming a message and using MQRFH2.usr for holding some data.
But, I am facing the issue where the MQRFH2.usr is coming in the main message body.
I have deployed the same code in different environments, but I am getting this issue only in one environment.
So, it doesn't seems to be a code issue. It has something to do with configurations.
Kindly, suggest what could be the possible cause. |
|
Back to top |
|
 |
kash3338 |
Posted: Thu Jan 03, 2013 1:18 am Post subject: Re: MQRFH2.usr coming in main body |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Nitgeek wrote: |
I am Using WMQ7.0 with WMB 6.1
I have one flow where I am transforming a message and using MQRFH2.usr for holding some data.
But, I am facing the issue where the MQRFH2.usr is coming in the main message body.
I have deployed the same code in different environments, but I am getting this issue only in one environment. |
What are the different Env's and how to you check the data in each Env? Using a utility or Explorer?
Nitgeek wrote: |
So, it doesn't seems to be a code issue. It has something to do with configurations.
|
AFAIK there is no separate configuration for MQRFH2 based on environment. |
|
Back to top |
|
 |
Nitgeek |
Posted: Thu Jan 03, 2013 1:52 am Post subject: Re: MQRFH2.usr coming in main body |
|
|
Novice
Joined: 21 Feb 2012 Posts: 21
|
kash3338 wrote: |
What are the different Env's and how to you check the data in each Env? |
Different envronments means different servers with same versions of WMQ and WMB. No issue there only in one server I am facing the issue.
kash3338 wrote: |
Using a utility or Explorer?
|
Checking output via RFHUTILC.
kash3338 wrote: |
AFAIK there is no separate configuration for MQRFH2 based on environment. |
The configuration may not be for MQRFH2, but it may be for the complete message. |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Jan 03, 2013 1:59 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Is it just the RFH2.usr folder that is in the main bosy or is it all of the RFHT header?
what does is the value of MQMD.Format param?
If you get this wrong then yes the RFH2 header will appear in the main mody of the message. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Nitgeek |
Posted: Thu Jan 03, 2013 2:17 am Post subject: |
|
|
Novice
Joined: 21 Feb 2012 Posts: 21
|
smdavies99 wrote: |
Is it just the RFH2.usr folder that is in the main bosy or is it all of the RFHT header? |
Yes, only <usr> is coming in the messages body.
smdavies99 wrote: |
what does is the value of MQMD.Format param?
|
The MQMD.FORMAT is MQRFH2.
What else can go wrong? |
|
Back to top |
|
 |
kash3338 |
Posted: Thu Jan 03, 2013 2:39 am Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Nitgeek wrote: |
What else can go wrong? |
Is it for the same message used for testing in all th Env and is the same flow deployed in all the Env's? |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Jan 03, 2013 2:53 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
can you show us the output of a problem message using amqsbcg or from a userTrace/Trace node? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|