Author |
Message
|
Sue_2828 |
Posted: Sun Apr 12, 2009 6:07 am Post subject: CCSID on Queue Manager |
|
|
 Apprentice
Joined: 14 Feb 2009 Posts: 37
|
Hello there,
We had to change the unicode on the Queue manager and had to change the value for the CCSID to support arabic language, that was done on the server machine which runs on UNIX. Now on my windows machine , the client is giving an error when we try to put a message into the queue on the server. Do I need to change any thing on the client side to reflect the change on the server ?
C:\Documents and Settings\Administrator>amqsputc Q QM
Sample AMQSPUT0 start
MQCONN ended with reason code 2059
on the server I see the following error:AMQ9503: Channel negotiation failed.
EXPLANATION:
Channel 'SYSTEM.DEF.SVRCONN' between this machine and the remote machine could
not be established due to a negotiation failure.
I made sure the mqserver is setup correct on my client machine . So what else am I missing ? as mentioned above , do I need to change anything on the client side if I change the CCSID on the server ?
Thanks
Sue |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Apr 12, 2009 8:08 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Hi Sue,
Does the server support automatic CCSID translation from the CCSID of your client machine to the one of the server qmgr?
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
AkankshA |
Posted: Sun Apr 12, 2009 9:52 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
or does you client machine has arabic language support installed ? _________________ Cheers |
|
Back to top |
|
 |
Sue_2828 |
Posted: Mon Apr 13, 2009 2:42 am Post subject: |
|
|
 Apprentice
Joined: 14 Feb 2009 Posts: 37
|
Hi,
To fjb,
Do you mean on the machine level or the queue manager ? I am not sure how to verify that.
To AkankshA,
The machine where the client is running has and English window version. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Apr 13, 2009 5:06 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
I seem to recall a chart of CCSIDs in the APR that identified which CCSIDs were compaticle with other CCSIDs. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Sue_2828 |
Posted: Mon Apr 13, 2009 8:45 am Post subject: |
|
|
 Apprentice
Joined: 14 Feb 2009 Posts: 37
|
I just need to know one thing , if I change the CCSID code on my server , do I need to change it on the client side as well ??? |
|
Back to top |
|
 |
Sue_2828 |
Posted: Mon Apr 13, 2009 9:59 pm Post subject: |
|
|
 Apprentice
Joined: 14 Feb 2009 Posts: 37
|
Any help here please ? I am still stuck with the same issue . Not able to put messages using MQ client into the Queue manager on the server where I changed the CCSID. Please advice. |
|
Back to top |
|
 |
Al Pacino |
Posted: Mon Apr 13, 2009 11:47 pm Post subject: |
|
|
 Centurion
Joined: 19 Aug 2005 Posts: 114
|
|
Back to top |
|
 |
Sue_2828 |
Posted: Tue Apr 14, 2009 11:20 am Post subject: |
|
|
 Apprentice
Joined: 14 Feb 2009 Posts: 37
|
Thanks much Al , I solved the issue using the link you provided. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Apr 14, 2009 12:01 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Please share your solution with us. What was the exact (export) command you used? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Sue_2828 |
Posted: Wed Apr 15, 2009 12:25 am Post subject: |
|
|
 Apprentice
Joined: 14 Feb 2009 Posts: 37
|
Hi Bruce,
On the machine where MQ client is runing , I did set the following variables :
set MQCCSID=1208
set MQSERVER=SSL.CLIENTS/TCP/XXXXXXXXXX(1414)
After that, I was able to connect to the MQ server and do read/put to the Queue Manager. Also, that solve a problem with rafhutil connecting to the Queue manager on the server.
I hope that helps.
Sue |
|
Back to top |
|
 |
exerk |
Posted: Wed Apr 15, 2009 12:47 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Just a question...
I notice you set this:
Quote: |
set MQSERVER=SSL.CLIENTS/TCP/XXXXXXXXXX(1414) |
Is that just for testing purposes prior to setting a cipher spec on that channel, and using a CCDT or MQCONNX? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Sue_2828 |
Posted: Wed Apr 15, 2009 5:23 am Post subject: |
|
|
 Apprentice
Joined: 14 Feb 2009 Posts: 37
|
Thats correct just for testing. |
|
Back to top |
|
 |
|