Author |
Message
|
bertmeer |
Posted: Mon Sep 20, 2004 10:45 pm Post subject: Remote admin win2000 and HP-UX not working! |
|
|
Newbie
Joined: 20 Sep 2004 Posts: 4
|
Hi All,
I'm trying to get remote admin work on 4 HP-UX boxes. I'm trying to handle all four from a win2000 box. Two work fine. The other ones don't.
Yes I know the drill
Server.admin.conn
command server
mqm user as mcauser etc.
Did all that on all 4 still 2 are not working. I get a pop up window saying
AMQ4043.
But in my win2000 event viewer I get an error saying???
===========================================
CSID supplied for data conversion not supported.
The program ended because, either the source CCSID '1051' or the target CCSID '850' is not valid, or is not currently supported.
Correct the CCSID that is not valid, or ensure that the requested CCSID can be supported.
============================================
Can someone point me in the right direction to get this fixed. Tnx!
Bert. |
|
Back to top |
|
 |
Michael Dag |
Posted: Mon Sep 20, 2004 11:31 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
since 2 work and 2 don't do runmqsc on each and do dis qmgr,
then look if there are differences there.
mqm as mcauser... do get blockip! _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
siliconfish |
Posted: Mon Sep 20, 2004 11:42 pm Post subject: |
|
|
 Master
Joined: 12 Aug 2002 Posts: 203 Location: USA
|
Regarding the AMQ4043 - Please check if the listener is running on those two machines and also check the ports. |
|
Back to top |
|
 |
bertmeer |
Posted: Tue Sep 21, 2004 11:00 am Post subject: |
|
|
Newbie
Joined: 20 Sep 2004 Posts: 4
|
Michaeldag: Did that and they are all the same
Siliconfish: On all 4 boxes a listener is running on the correct port.
So what's next
Given the CCSID error, can this be a unix/mq config problem?
Tnx for trying, it's appreciated !
Bert |
|
Back to top |
|
 |
vennela |
Posted: Tue Sep 21, 2004 1:37 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Are all the boxes at the same OS level
Are all the HP-UX boxes at the same CSD level |
|
Back to top |
|
 |
bertmeer |
Posted: Thu Sep 23, 2004 7:57 am Post subject: |
|
|
Newbie
Joined: 20 Sep 2004 Posts: 4
|
OS level I will check, but they should be the same.
CSD level is either 530 bare or csd06 but from the two csd06 one works and the other one doesn't. Same for the two 530. So there's no real sollution here.
Also when I test from a different windows box (win2003) I get the same message AMQ4043. And almost the same eventlog.
Now it doesn't say CCSID 850 but a different one. Probably the one this box uses.
?? Any suggestions on how to continue?
Bert. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Sep 23, 2004 5:19 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
read up on the manuals about how to configure automatic translation for CCSID. Maybe the config has been done on one qmgr and not on the other.
Check the files in one of the subdirectories of /var/mqm.
Sorry working from memory and can't remember which.
You might have to copy over a ccsid config file that gives the translation from current ccsid to the one you use (850 or 1208 (unicode + euro ?) or 437 etc...)
Enjoy  |
|
Back to top |
|
 |
bertmeer |
Posted: Fri Sep 24, 2004 4:27 am Post subject: |
|
|
Newbie
Joined: 20 Sep 2004 Posts: 4
|
Ok We found the solution from a slightly different problem from the IBM site.
Run the RESET_ICONV_TABLE program as root from /opt/mqm/bin. This program will replace the conversion tables and correct this problem.
And after this everything works just fine.
Bert. |
|
Back to top |
|
 |
|