Jeff,

In all likelihood, some maintenance was applied to HP-UX, causing you to lose some translate tables.  You can run:

        reset_iconv_table

to correct it.  See IBMLink item  RTA000168146




Jeff A Tressler <[EMAIL PROTECTED]>
Sent by: MQSeries List <[EMAIL PROTECTED]>

10/26/2004 09:34 AM

Please respond to
MQSeries List <[EMAIL PROTECTED]>

To
[EMAIL PROTECTED]
cc
Subject
Code page and cluster problems





We have three Windows 2000 systems clustered together, running
WebSphere MQ v5.3. These systems run WBI Message Broker (MQSI).

I wish to add a HP-UX 11.0 system running MQSeries v5.1 into
the cluster. I create the cluster send and cluster receiver
channels.

define channel (TO.QM.QMSCSMC0) chltype (clusrcvr) trptype (tcp)+
      conname ('xxxxxxxxx(1415)') cluster (SCSR)
define channel (TO.QM.SCSWIN) chltype (clussdr) trptype (tcp) +
      conname ('xxxxxxxxx(1415)') cluster (SCSR)


The two channels start but I cannot access any of the clusterd
queues on the three Windows 2000 systems. Looking into the
error logs I get the following messages:


-----------------------------------------------------------------
10/26/04  09:20:48
AMQ9449: Repository manager restarted.

EXPLANATION:
The repository manager restarted successfully following an error.
ACTION:
None.
------------------------------------------------------------------
10/26/04  09:20:49
AMQ6047: Conversion not supported.

EXPLANATION:
MQSeries is unable to convert string data tagged in CCSID 437 to
data in CCSID 1051.
ACTION:
Check the appropriate National Language Support publications to
see if the CCSIDs are supported by your system.
------------------------------------------------------------------
10/26/04  09:20:49
AMQ9510: Messages cannot be retrieved from a queue.

EXPLANATION:
The attempt to get messages from queue 'SYSTEM.CLUSTER.COMMAND.QUEUE'
on queue manager 'SCSAPP1.DAY.DISA.MIL.MC' failed with reason
code 2119.
ACTION:
If the reason code indicates a conversion problem, for example
MQRC_SOURCE_CCSID_ERROR, remove the message(s) from the queue.
Otherwise, ensure that the required queue is available and
operational.
-------------------------------------------------------------------
10/26/04  09:20:49
AMQ9411: Repository manager stopped

EXPLANATION:
The repository manager stopped normally.
ACTION:
None.
-------------------------------------------------------------------


CCSID 437 is the code page for Windows 2000
CCSID 1051 is the code page for HP-UX


We did not set convert (YES) on the cluster channels since our J2EE
(specifically Oracle OC4J) applications cannot understand the 1051
code page data but can understand the 437 code page data. Even though
we have OC4J running under HP-UX we do not seem to be able to get
the java apps to run will with 1051.

I assume that MQSeries v5.1 for HP-UX is having problems with code
page 437 when processing the cluster messages in the cluster command
queue.

Any thoughts?

           Jeff Tressler

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to