ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » Query regarding dmpmqaut in MQV6

Post new topic  Reply to topic
 Query regarding dmpmqaut in MQV6 « View previous topic :: View next topic » 
Author Message
bhavya123
PostPosted: Mon May 28, 2007 12:47 am    Post subject: Query regarding dmpmqaut in MQV6 Reply with quote

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
View user's profile Send private message
Michael Dag
PostPosted: Mon May 28, 2007 3:50 am    Post subject: Reply with quote

Jedi Knight

Joined: 13 Jun 2002
Posts: 2607
Location: The Netherlands (Amsterdam)

I don't know about dmpmqaut, I always use amqoamd -m QmgrName -s
_________________
Michael



MQSystems Facebook page
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
PhilBlake
PostPosted: Mon May 28, 2007 8:22 am    Post subject: Re: Query regarding dmpmqaut in MQV6 Reply with quote

Acolyte

Joined: 25 Oct 2005
Posts: 64

bhavya123 wrote:
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?


71 is an unexpected error (see http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/topic/com.ibm.mq.amqzag.doc/fa15700_.htm for more info)

What parameters are you specifying on the dmpmqaut command ?
Back to top
View user's profile Send private message
bhavya123
PostPosted: Tue May 29, 2007 12:15 am    Post subject: Re: Query regarding dmpmqaut in MQV6 Reply with quote

Novice

Joined: 25 Dec 2005
Posts: 16
Location: Banglore

Hi,

We have used
dmpmqaut -m <qmgr name> in the script.

Thanks
Back to top
View user's profile Send private message
PhilBlake
PostPosted: Tue May 29, 2007 2:47 am    Post subject: Re: Query regarding dmpmqaut in MQV6 Reply with quote

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
View user's profile Send private message
bhavya123
PostPosted: Tue May 29, 2007 3:23 am    Post subject: Re: Query regarding dmpmqaut in MQV6 Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Tue May 29, 2007 3:32 am    Post subject: Re: Query regarding dmpmqaut in MQV6 Reply with quote

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
View user's profile Send private message
bhavya123
PostPosted: Tue May 29, 2007 4:09 am    Post subject: Re: Query regarding dmpmqaut in MQV6 Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Tue May 29, 2007 4:17 am    Post subject: Reply with quote

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
View user's profile Send private message
bhavya123
PostPosted: Tue May 29, 2007 5:20 am    Post subject: Reply with quote

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
View user's profile Send private message
PhilBlake
PostPosted: Tue May 29, 2007 5:27 am    Post subject: Re: Query regarding dmpmqaut in MQV6 Reply with quote

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
View user's profile Send private message
rdubey
PostPosted: Tue May 29, 2007 7:12 am    Post subject: Reply with quote

Novice

Joined: 11 Jul 2006
Posts: 17
Location: USA

I could not locate a fix in 6.0.2.1 related to dmpmqaut . can someone send the link .
i was looking at following .
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg27007069
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » Query regarding dmpmqaut in MQV6
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.