Author |
Message
|
jitendrasharma1383 |
Posted: Mon May 31, 2010 8:17 am Post subject: MQ CCSID help required |
|
|
Newbie
Joined: 31 May 2010 Posts: 7
|
Hi can any one let me know why i am getting error given below
1. I have configured MQManager in client mode in Unix environment and its having default CCSID is 819.And when i am going to esablish connection with mqmanager with client CCSID is 1208 . it's throw an exception
MQJE001: An MQException occurred: Completion Code 2, Reason 2195
MQJE020: CCSID not supported by queue manager.
2.And when i changed MQManager CCSID to 1208 it's working well.
So, i want to know is it necessary manager and clent should have same CCSID? |
|
Back to top |
|
 |
mvic |
Posted: Mon May 31, 2010 11:57 am Post subject: Re: MQ CCSID help required |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
Possibly the server did not have conversion tables for 1208<->819 ?
Were there any error messages in the qmgr error logs? |
|
Back to top |
|
 |
jitendrasharma1383 |
Posted: Tue Jun 01, 2010 1:29 am Post subject: |
|
|
Newbie
Joined: 31 May 2010 Posts: 7
|
can u let me know where i can find out conversion table? |
|
Back to top |
|
 |
mvic |
Posted: Tue Jun 01, 2010 1:35 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
jitendrasharma1383 wrote: |
can u let me know where i can find out conversion table? |
I do not know, sorry. I would begin by doing internet searches, and searches of my OS product documentation. |
|
Back to top |
|
 |
jitendrasharma1383 |
Posted: Tue Jun 01, 2010 2:33 am Post subject: |
|
|
Newbie
Joined: 31 May 2010 Posts: 7
|
OK, let me know How i can avoid this error
MQJE001: An MQException occurred: Completion Code 2, Reason 2195
MQJE020: CCSID not supported by queue manager.
if QMGR having 819 CCSID and Client having 1208. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 01, 2010 2:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Talk to the person who installed MQ on the server.
Read, think, try. |
|
Back to top |
|
 |
zpat |
Posted: Tue Jun 01, 2010 3:09 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
|
Back to top |
|
 |
jitendrasharma1383 |
Posted: Tue Jun 01, 2010 4:07 am Post subject: |
|
|
Newbie
Joined: 31 May 2010 Posts: 7
|
Can anyone let me know why mqji.properties is required>
And CCSID Configuration is related to mqji.properties ? |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jun 01, 2010 6:12 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Did you do a search for mqji.properties here OR on Google? _________________ 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 |
|
 |
mvic |
Posted: Tue Jun 01, 2010 6:19 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
jitendrasharma1383 wrote: |
OK, let me know How i can avoid this error
MQJE001: An MQException occurred: Completion Code 2, Reason 2195
MQJE020: CCSID not supported by queue manager.
if QMGR having 819 CCSID and Client having 1208. |
I already responded with two suggestions. 1. check the conversion tables are installed. 2. look at the qmgr error logs for anything useful.
Additionally you might find something in /var/mqm/errors. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jun 01, 2010 8:16 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Make sure that both UTF-8 and CCSID 819 are installed on your server at the OS level (NS_LANG)...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jitendrasharma1383 |
Posted: Thu Jun 10, 2010 2:23 am Post subject: |
|
|
Newbie
Joined: 31 May 2010 Posts: 7
|
1. check the conversion tables are installed. 2. look at the qmgr error logs for anything useful.
hi i have cheked conversion table installed.And i didn't found any qmgr error. |
|
Back to top |
|
 |
|