Author |
Message
|
Ekth |
Posted: Wed Sep 25, 2002 10:40 pm Post subject: Urgent - Remote QM CCSID & Encoding values |
|
|
Newbie
Joined: 25 Sep 2002 Posts: 2
|
From OS/400 I am sending messages to WINNT. Msg format is MQSTR. I need the msg to inherit the CCSID & Encoding values of the Remote QM. Can someone urgently help me on this please.
Thanks in advance
EKTH  |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Sep 26, 2002 4:21 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
What do you mean my inherit ?? and for what reason ??? _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
Shan |
Posted: Thu Sep 26, 2002 4:57 am Post subject: |
|
|
Newbie
Joined: 23 Sep 2002 Posts: 2
|
What I meant by inherit was the MSG to get the Remote QM CCSID & Encoding values. Currently when the MSG is received on WINNT Remote Q the MSG settings are CCSID = 37, Encoding = 273. From WINNT we use MQSI to publish the MSG. Since the above two values are not the values of the WINNT QM it goes into a Failure Q.
Thanks is advance.
Ekth  |
|
Back to top |
|
 |
udaybho |
Posted: Fri Sep 27, 2002 6:59 am Post subject: |
|
|
Voyager
Joined: 09 May 2002 Posts: 94 Location: Chicago
|
You should try to convert the CCSID during your MQGET call. If your are reading the message using MQSI then this should be done by the MQINPUT node. You will find it on properties tab of the MQINPUT node.
I still suspect that your message is going into failure q because of CCSID.
Please tell us the CCSID and encoding of all the headers MQMD, MQRFH, MQRFH2 etc in your message, to help you in better way.
Uday Bhosle |
|
Back to top |
|
 |
Ekth |
Posted: Fri Sep 27, 2002 11:33 pm Post subject: |
|
|
Newbie
Joined: 25 Sep 2002 Posts: 2
|
We are reading the MSG using the MQSI. After changing the Channel properties convert(yes) Now CCSID values is 437 and Encoding 546
My Message flow Diagram like...
MQINPUTNODE------------>COMPUTNODE----------->PUBLICATIONNODE
Our ComputNode Properties are,
SET OutputRoot.MQMD = InputRoot.MQMD;
SET OutputRoot.MQRFH2.psc.Command = 'Publish' ;
SET OutputRoot.MQRFH2.psc.Topic = 'IS/topic'
Once MSG comes to MQInputNode it's going to SYSTEM.ADMIN.CHANNEL.EVENT.
What are properties we need to set into MQInputNode..can u give some more details please.
Thanks
Ekth  |
|
Back to top |
|
 |
|