Author |
Message
|
sebastia |
Posted: Thu Oct 07, 2004 4:19 am Post subject: where to find RUNMQLSR error codes |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
I am starting a Listener, (MQ 5.3 under W2K)
and receive a error return code ...
Where is the correct place to look for its meaning ?
Thanks. Sebastian |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 07, 2004 4:34 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
sebastia |
Posted: Thu Oct 07, 2004 6:39 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Jeff : the "Messages" book only has the messages in the range
AMQ4000 - AMQ9999 ... and with "AMQ" prefix ...
And what I have is a RC = 10 (no Protocol specified) or RC = 20 (another Listener on this port).
I would say a "10" or "20" RC are not listed in "Messages" ...
Thanks anyway !
Sebastian. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 07, 2004 6:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
And yet, if you look in your system log (Event Viewer->Application log), you will probably see messages that are described in the Messages manual...
Like
Quote: |
AMQ9255 Listener already running.
Explanation: The request to start the WebSphere MQ listener failed because there is already a listener running against the specified network resources. |
or
Quote: |
AMQ9218 The &4 listener program could not bind to port number &1.
Explanation: An attempt to bind the &4 socket to the listener port was unsuccessful.
User Response: The failure could be due to another program using the same port number. The return code from the '&3' call for port &5&1 was &2. Record these values and tell the systems administrator. |
And honestly, "No protocol Specified" and "Another Listener on this port" are both pretty descriptive. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
siliconfish |
Posted: Thu Oct 07, 2004 6:50 am Post subject: |
|
|
 Master
Joined: 12 Aug 2002 Posts: 203 Location: USA
|
Quote: |
And what I have is a RC = 10 (no Protocol specified) or RC = 20 (another Listener on this port). |
no protocol specifed => use -t option when starting the listener to specify TCP/LU etc.
another Listener on this port => check if some other application is using that port. _________________ siliconfish |
|
Back to top |
|
 |
JasonE |
Posted: Thu Oct 07, 2004 11:10 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Dont forget it running fp6 then it loses the protocol etc for new listeners upon a reboot - apply the interim fix or fixpack 7 (or 8 now!).
10 and 20 are MQ 'services' return codes and they are about as generic as you can get (covers almost every possible real error under them, as the service just returns whether it started or not - you need to look elsewhere for the real cause) |
|
Back to top |
|
 |
sebastia |
Posted: Wed Oct 13, 2004 12:13 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Jeff : you were completely right ... the LOG contained a more descriptive (or MQ related) text. It was in c:\Program Files\IBM\MQ/Errors\AMQERR01.LOG, and the msg was AMQ7880 ...
.
The "Event Viewer + Application Log" just had a "Warning" ...
.
Yes, I know these 2 rc's have a "clean" description, but I was looking for the book where all the RCs were described, because they were not in the "Messages" ...
.
Cheers !
Sebastian. |
|
Back to top |
|
 |
firoz_kp |
Posted: Thu Oct 21, 2004 7:30 am Post subject: where to find RUNMQLSR error codes |
|
|
 Novice
Joined: 26 Mar 2002 Posts: 15
|
There is an include directory $mqm$\tools\c\include that comes with windows install.
Have you researched cmqc.h header file. |
|
Back to top |
|
 |
JasonE |
Posted: Fri Oct 22, 2004 1:29 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
The services return codes are internal - that wont help... |
|
Back to top |
|
 |
imsiva_k |
Posted: Thu Jul 22, 2010 4:51 am Post subject: |
|
|
Apprentice
Joined: 02 Dec 2008 Posts: 25
|
Hi,
could anybody help me out why we give -r and -i options in runmqlsr.
In one of the MQ server machine i could see the listener process lik shown below.
runmqlsr -r -m<QM> -t TCP -p<port> -i<IP address>
Many Thanks in advance. |
|
Back to top |
|
 |
exerk |
Posted: Thu Jul 22, 2010 4:55 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Please, please do NOT re-open near-4-year-old posts
Have you bothered to look at the Railroad diagram/Dotted decimal diagrammatic explanation in the Info Centre?  _________________ 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 |
|
 |
|