Author |
Message
|
Brody |
Posted: Thu Apr 12, 2007 12:18 pm Post subject: Missing log file for MQ Client |
|
|
Novice
Joined: 16 Mar 2005 Posts: 12
|
Keeping it short, we made some client connection changes on our MQ server and then provided a new AMQCLCHL.TAB file for an MQ client running on an AIX box. We are now getting rc=2059 so I'm guessing there is an issue with the TAB file. I've asked the server admin to get me the log file out of /var/mqm/errors, but he says and I've confirmed from a second admin that the AMQERR01.LOG file is not there. Is there a way to turn off logging? I'm trying to figure out why this file is not there.
Thanks for your help!
Brody |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Apr 12, 2007 12:51 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
Brody |
Posted: Fri Apr 13, 2007 4:45 am Post subject: Missing log file for MQ Client |
|
|
Novice
Joined: 16 Mar 2005 Posts: 12
|
Michael Dag wrote: |
also no /var/mqm/qmgrs/QmgrName/errors ? |
No, I don't have the qmgrs diretory on any of the clients I have installed. I would assume it would only get created when you define a queue manager on the client???
Brody |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri Apr 13, 2007 4:50 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
I don't think there is an AMQERRxx.LOG on the client side, only on the server side... _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
Vitor |
Posted: Fri Apr 13, 2007 5:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Michael Dag wrote: |
I don't think there is an AMQERRxx.LOG on the client side, only on the server side... |
AFAIK the logging is built from the actions of the queue manager, so only exists on the server side. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Sartin |
Posted: Fri Apr 13, 2007 5:35 am Post subject: |
|
|
 Newbie
Joined: 15 May 2006 Posts: 9 Location: Poland
|
|
Back to top |
|
 |
Vitor |
Posted: Fri Apr 13, 2007 5:42 am Post subject: Re: Missing log file for MQ Client |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Sartin wrote: |
Is the /var/mqm/errors folder empty? |
Brody wrote: |
I've asked the server admin to get me the log file out of /var/mqm/errors, but he says and I've confirmed from a second admin that the AMQERR01.LOG file is not there. |
I remain unconvinced about client side logging. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 13, 2007 6:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Client side logging exists.
Not all errors that a client experiences will get logged to the client side error log.
Not all the errors that get logged to the client side will be meaningful in troubleshooting. For example, the client side may just log a failed connection, where the server side would log that the channel doesn't exist. That kind of thing. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Brody |
Posted: Fri Apr 13, 2007 6:42 am Post subject: |
|
|
Novice
Joined: 16 Mar 2005 Posts: 12
|
jefflowrey wrote: |
Client side logging exists.
Not all errors that a client experiences will get logged to the client side error log.
Not all the errors that get logged to the client side will be meaningful in troubleshooting. For example, the client side may just log a failed connection, where the server side would log that the channel doesn't exist. That kind of thing. |
Yes, that's exactly what I'm looking for. I'd like to know if there is a failed connection causing this system, which is connecting to the queues, to fail. I've had this happen in the past when an MQ server was switched out and I provided a new TAB file for the clients. We were able to see what was failing in the error log file on the client. That was also an AIX server. The TAB file I provided looks correct to me. There isn't anything being logged on the MQ server, so the client isn't connecting at all.
Any more ideas??? I'll try some other avenues for the time being.
Thanks for the comments so far.
Brody |
|
Back to top |
|
 |
Sartin |
Posted: Fri Apr 13, 2007 6:56 am Post subject: |
|
|
 Newbie
Joined: 15 May 2006 Posts: 9 Location: Poland
|
What about network connection, is listener on qmgr running? Can you telnet to its ip and port? |
|
Back to top |
|
 |
|