Author |
Message
|
andrewrgrayjr |
Posted: Fri Dec 01, 2006 1:37 pm Post subject: saveqmgr broken |
|
|
Newbie
Joined: 01 Dec 2006 Posts: 7 Location: NY NY (times square)
|
I have been running savegmgr (ms03) for some time without issue. As soon as I implement a channel exit, saveqmgr fails with the following message: "SAVEQMGR V6.0.3
Compiled for Websphere MQ V6.0 on Aug 29 2006
MQCONN failed for QM.TRACE.contact admin.PROD, CC=2 RC=2183"
Is this normal? Is there a way of troubleshooting? Is there a fix?
If I remove the following 4 lines from the qm.ini - it works again.
"ApiExitLocal:
Sequence=100
Function=CHANNELEXIT
Module=/var/mqm/exits64/contact admin
Name=SampleAPIExit"
Is there a way that the two can co-exist?
Thanks
Andy |
|
Back to top |
|
 |
wschutz |
Posted: Fri Dec 01, 2006 1:54 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Is this saveqmgr or saveqmgrC? _________________ -wayne |
|
Back to top |
|
 |
andrewrgrayjr |
Posted: Fri Dec 01, 2006 1:55 pm Post subject: |
|
|
Newbie
Joined: 01 Dec 2006 Posts: 7 Location: NY NY (times square)
|
|
Back to top |
|
 |
wschutz |
Posted: Fri Dec 01, 2006 2:00 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
and other applications, like amqsput, don't have this problem?
What does this api exit do? _________________ -wayne |
|
Back to top |
|
 |
andrewrgrayjr |
Posted: Fri Dec 01, 2006 2:07 pm Post subject: |
|
|
Newbie
Joined: 01 Dec 2006 Posts: 7 Location: NY NY (times square)
|
Everything else runs fine. Here is the command that I am using (as user mqm) /opt/mqm/saveqmgr.solaris -m QM -f /opt/file
The API security exit checks for a username of mqm. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Dec 01, 2006 2:14 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
ummm... probably a 32 vs 64 bit issue, as saveqmgr is a 32 bit program.
what happens if you specify Module=contact admin and let the path default? _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 01, 2006 4:32 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
andrewrgrayjr wrote: |
The API security exit checks for a username of mqm. |
So is it an API exit, or a Channel exit? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Dec 01, 2006 4:39 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Jeff....
_________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 01, 2006 6:39 pm Post subject: Re: saveqmgr broken |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
andrewrgrayjr wrote: |
I implement a channel exit |
andrewrgrayjr wrote: |
The API security exit checks for a username of mqm. |
... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|