Linda,

Below is something I dug up from my archives:

-----------------------

Don,
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK
YOU! THANK YOU!
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK
YOU! THANK YOU!
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK
YOU! THANK YOU!

One large virtual case of your favorite beverage on me!

THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK
YOU! THANK YOU!
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK
YOU! THANK YOU!
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK
YOU! THANK YOU!

And thanks to everyone else who offered suggestions. I would be toast
without this list.

Bill

-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Thomas,
Don
Sent: Thursday, February 12, 2004 2:13 PM
To: [EMAIL PROTECTED]
Subject: Re: MQ 5.2 problem on HPUX 11


I've seen something similar to this when there has been HP maintenance
applied. The HP maintenance has somehow hosed the conversion tables
/usr/lib/nls/iconv. There is a command in your mqm/bin directory called
reset_iconv_table. This command needs to be run with root authority.

Don Thomas
EDS - PASC
* Phone: +01-412-893-1659
     Fax: 412-893-1844
* mailto:[EMAIL PROTECTED]



-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of
Beinert, William
Sent: Thursday, February 12, 2004 10:24 AM
To: [EMAIL PROTECTED]
Subject: Re: MQ 5.2 problem on HPUX 11


I have checked all these, and everything looks OK.
It occurred to me that, since 2 QMs are affected, it might be a permissions
problem, so SU'd and CHOWN'd everything under /var/mqm & /opt/mqm to mqm.
No joy.

The command server is running. The sender and receiver channels are
running.
A command to start the svrconn channel is accepted, but it never shows on
dis chstatus(*).
When I try to connect to the QM from MQ Explorer, these messages pop up on
the Unix side:
----------------------------------------------------------------------------
---
02/12/04  09:56:47
AMQ9503: Channel negotiation failed.

EXPLANATION:
Channel '' between this machine and the remote machine could not be
established
due to a negotiation failure.
ACTION:
Tell the systems administrator, who should attempt to identify the cause of
the
channel failure using problem determination techniques.  For example, look
for
FFST files, and examine the error logs on the local and remote systems
where
there may be messages explaining the cause of failure.  More information
may
be
obtained by repeating the operation with tracing enabled.
----------------------------------------------------------------------------
---
02/12/04  09:56:48
AMQ9228: The TCP/IP responder program could not be started.

EXPLANATION:
An attempt was made to start an instance of the responder program, but the
program was rejected.
ACTION:
The failure could be because either the subsystem has not been started (in
this
case you should start the subsystem), or there are too many programs
waiting
(in this case you should try to start the responder program later). The
reason
code was 0.

Bill

-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Tom Fox
Sent: Wednesday, February 11, 2004 4:48 PM
To: [EMAIL PROTECTED]
Subject: Re: MQ 5.2 problem on HPUX 11


Bill, Sorry I was quick on the trigger before.

I usually check the following for this:
1) Listener
2) SYSTEM.ADMIN.SVRCONN exists and has no config problems
3) SYSTEM.ADMIN.COMMAND.QUEUE exists and has no config problems
4) Command server is running (strmqcsv) for the specified queue manager

-tom




"Beinert, William" <[EMAIL PROTECTED]>@AKH-WIEN.AC.AT> on 02/11/2004
03:45:46 PM

Please respond to MQSeries List <[EMAIL PROTECTED]>

Sent by:    MQSeries List <[EMAIL PROTECTED]>


To:    [EMAIL PROTECTED]
cc:

Subject:    Re: MQ 5.2 problem on HPUX 11


What's really weird is that the listener is up, and that the normal message
channels are functioning flawlessly in both directions.

Bill

-----Original Message-----
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Tom Fox
Sent: Wednesday, February 11, 2004 3:35 PM
To: [EMAIL PROTECTED]
Subject: Re: MQ 5.2 problem on HPUX 11


Sounds like you need to start your listener.
-tom




"Beinert, William" <[EMAIL PROTECTED]>@AKH-WIEN.AC.AT> on 02/11/2004
02:17:47 PM

Please respond to MQSeries List <[EMAIL PROTECTED]>

Sent by:    MQSeries List <[EMAIL PROTECTED]>


To:    [EMAIL PROTECTED]
cc:

Subject:    MQ 5.2 problem on HPUX 11


My Unix sysadmin just applied a patch to an HP Unix system, and now my
SYSTEM.ADMIN.SVRCONN channel will not run.
And when I try to start a SVRCONN channel (new on this QM, never ran
before) it just does not startI know 5.2 is out of support (I had planned
to upgrade in a week or two)....

I am getting no error messages at all, nor FDC files.

Has anyone seen anything like this?

It may be a few days before the sysadmin can back out the patch and confirm
that it is indeed the problem.



Bill Beinert
Systems Programming
Con Edison
(212) 460-4853

When they took the fourth amendment,
   I was quiet because I didn't deal drugs!
When they took the sixth amendment,
   I was quiet because, I was innocent.
When they took the second amendment,
   I was quiet because I didn't own a gun!
Now they've taken the first amendment,
   and I can say (or do) nothing about it.
The Second Amendment is in place in case they ignore the others.
MODWN DAbE





             Linda Kinnard
             <[EMAIL PROTECTED]
             A-CALIF.COM>                                               To
             Sent by: MQSeries         [EMAIL PROTECTED]
             List                                                       cc
             <[EMAIL PROTECTED]
             n.AC.AT>                                              Subject
                                       CCSID 437 can't convert in HP-Unix

             06/09/2004 07:15
             PM


             Please respond to
               MQSeries List
             <[EMAIL PROTECTED]
                 n.AC.AT>






We currently upgrade our HP-Unix system to V11.11 and MQSeries to V5.3
CSD05.  It no longer supports messages sending from the Window/NT
environment.  I received the following messages:


AMQ6047: Conversion not supported.


EXPLANATION:


WebSphere MQ is unable to convert string data tagged in CCSID 437 to data
in CCSID 1051.


Before our Unix system upgrade, application can receive messages from NT
(CCSID 437) or Z/OS (CCSID 500) with no problem.  After upgrade, it can
only receive messages from Z/OS. We specify NO convert for all our
channels. The CCSID for the queue manager on Unix is 1051.


Since I don't know much about the Unix system, neither does our Unix System
Administrator, can anyone tell me what went wrong and how to fix it?  Thank
you very much for any suggestions.


Linda Kinnard


Sr. Systems Programmer


Technical Services


(714) 850-2852

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