Author |
Message
|
bhavya123 |
Posted: Mon May 28, 2007 12:47 am Post subject: Query regarding dmpmqaut in MQV6 |
|
|
Novice
Joined: 25 Dec 2005 Posts: 16 Location: Banglore
|
Hi All,
We have a script in which we have used dmpmqaut to dump the current authorizations to a specified object into a file. In the script after dmpmqaut is executed the exit status is checked to continue with further processing.
On MQV5.3 script works fine.
But on MQV6.0.2, the script fails. On investigation we found that after executing dmpmqaut, we are getting exit status as 71. But in the script we are checking for zero. So wanted to know are there any changes to dmpmqaut on MQV6?
Thanks |
|
Back to top |
|
 |
Michael Dag |
Posted: Mon May 28, 2007 3:50 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
PhilBlake |
Posted: Mon May 28, 2007 8:22 am Post subject: Re: Query regarding dmpmqaut in MQV6 |
|
|
 Acolyte
Joined: 25 Oct 2005 Posts: 64
|
|
Back to top |
|
 |
bhavya123 |
Posted: Tue May 29, 2007 12:15 am Post subject: Re: Query regarding dmpmqaut in MQV6 |
|
|
Novice
Joined: 25 Dec 2005 Posts: 16 Location: Banglore
|
Hi,
We have used
dmpmqaut -m <qmgr name> in the script.
Thanks |
|
Back to top |
|
 |
PhilBlake |
Posted: Tue May 29, 2007 2:47 am Post subject: Re: Query regarding dmpmqaut in MQV6 |
|
|
 Acolyte
Joined: 25 Oct 2005 Posts: 64
|
bhavya123 wrote: |
We have used dmpmqaut -m <qmgr name> in the script. |
Does this error occur on all of your queue managers, or just this one ? Do you see this error on a newly created queue manager ?
You could try running a REFRESH SECURITY command against this queue manager, as this will get the OAM to rebuild it's authority records. |
|
Back to top |
|
 |
bhavya123 |
Posted: Tue May 29, 2007 3:23 am Post subject: Re: Query regarding dmpmqaut in MQV6 |
|
|
Novice
Joined: 25 Dec 2005 Posts: 16 Location: Banglore
|
PhilBlake wrote: |
Does this error occur on all of your queue managers, or just this one ? Do you see this error on a newly created queue manager ?
You could try running a REFRESH SECURITY command against this queue manager, as this will get the OAM to rebuild it's authority records. |
This occurs on all the queue managers. I checked both on solaris and windows platform.This occurs on both the platforms with only MQV6.
I tried running refresh security and again the same result.
Do you have MQV6 installed.If so can u run and check what is the exit status after executing dmpmqaut -m <qmgr name> ?? |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 29, 2007 3:32 am Post subject: Re: Query regarding dmpmqaut in MQV6 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bhavya123 wrote: |
Do you have MQV6 installed.If so can u run and check what is the exit status after executing dmpmqaut -m <qmgr name> ?? |
Working fine for me.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bhavya123 |
Posted: Tue May 29, 2007 4:09 am Post subject: Re: Query regarding dmpmqaut in MQV6 |
|
|
Novice
Joined: 25 Dec 2005 Posts: 16 Location: Banglore
|
Vitor wrote: |
bhavya123 wrote: |
Do you have MQV6 installed.If so can u run and check what is the exit status after executing dmpmqaut -m <qmgr name> ?? |
Working fine for me.  |
What is the version of MQ installed on ur system?? dspmqver on my server displays the following information.
mqm@spice:mqm:[3] dspmqver
Name: WebSphere MQ
Version: 6.0.2.0
CMVC level: p600-200-060921
BuildType: IKAP - (Production) |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 29, 2007 4:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Code: |
Name: WebSphere MQ
Version: 6.0.0.0
CMVC level: p000-L050519
BuildType: IKAP - (Production) |
_________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bhavya123 |
Posted: Tue May 29, 2007 5:20 am Post subject: |
|
|
Novice
Joined: 25 Dec 2005 Posts: 16 Location: Banglore
|
Vitor wrote: |
Code: |
Name: WebSphere MQ
Version: 6.0.0.0
CMVC level: p000-L050519
BuildType: IKAP - (Production) |
|
We installed MQV6 without the refresh pack.
Name: WebSphere MQ
Version: 6.0.0.0
CMVC level: p000-L050519
BuildType: IKAP - (Production)
With this also we are getting the same problem.What could be the problem? |
|
Back to top |
|
 |
PhilBlake |
Posted: Tue May 29, 2007 5:27 am Post subject: Re: Query regarding dmpmqaut in MQV6 |
|
|
 Acolyte
Joined: 25 Oct 2005 Posts: 64
|
bhavya123 wrote: |
But on MQV6.0.2, the script fails. On investigation we found that after executing dmpmqaut, we are getting exit status as 71. |
I should have checked earlier, this is a known problem in 6.0.2.0 and is fixed in 6.0.2.1.  |
|
Back to top |
|
 |
rdubey |
Posted: Tue May 29, 2007 7:12 am Post subject: |
|
|
Novice
Joined: 11 Jul 2006 Posts: 17 Location: USA
|
|
Back to top |
|
 |
|