Author |
Message
|
EricCox |
Posted: Wed Oct 10, 2012 9:44 am Post subject: Cannot SET MQMD Code Page = 500 |
|
|
Master
Joined: 08 Apr 2011 Posts: 292
|
To all,
I have an HTTPInput >>>ESQL Compute>>>MQOutput message flow. I'm trying to set the MQMD Code Page to 500 but it won't take it.
The MQOutput Node Context is Set All. The other lines of code in this section are executing from what I can tell. The MQMD Code Page shows as 1208 in rfhutil.
How do I succesfully set the MQMD Code Page to 500. I'm not getting the reason that value won't persist on the MQMD Header as it exists the Compute Node and goes out the MQOutput Node.
FYI, I do NULL out the HTTP Header in the Compute Node.
SET OutputRoot.MQMD.UserIdentifier = "UserId";
SET OutputRoot.MQMD.Format = MQFMT_NONE;
SET OutputRoot.MQMD.CodedCharSetId = 500; <<<<
SET OutputRoot.MQMD."Encoding" = 785;
SET OutputRoot.MQMD.MsgType = MQMT_REQUEST;
SET OutputRoot.MQMD.ReplyToQMgr = ' ';
SET OutputRoot.MQMD.Report = 0;
SET OutputRoot.MQMD.Expiry = 150;
Thanks to all,
Eric |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Oct 10, 2012 9:47 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Oct 10, 2012 9:47 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
What is the CCSID in the Properties Folder? _________________ 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 |
|
 |
Vitor |
Posted: Wed Oct 10, 2012 9:51 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/topic/com.ibm.etools.mft.doc/ac18520_.htm#ac18520___prop |
You should check out the 3rd paragraph under "Properties versus MQMD folder behavior for various transports", which describes your situation. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
EricCox |
Posted: Wed Oct 10, 2012 10:39 am Post subject: Thanks Again |
|
|
Master
Joined: 08 Apr 2011 Posts: 292
|
Thanks again to all. You're the best.
That article was spot on.
Good evening! |
|
Back to top |
|
 |
|