Author |
Message
|
bdrummond |
Posted: Thu Sep 13, 2007 7:08 am Post subject: mqsilistaclentry command not working |
|
|
Disciple
Joined: 06 May 2004 Posts: 164
|
I'm trying the mqsilistaclentry command for a Config Mgr/Broker on the same AIX box, using the same QMgr. (mqsilistaclentry <CONFIGMGR> -b <BROKER>)
This doesn't appear to work and I get the following error message:
BIP1047E: The operation could not be completed by the Configuration Manager.
The utility did not receive an expected message from the Configuration Manager within a reasonable amount of time. The cause is described as: 'hasBeenUpdatedByConfigManager timed out'
Ensure that the Configuration Manager is running and that the correct connection parameters have been supplied to the utility. Use the -w flag to increase the amount of time to wait for responses.
BIP8071I: Successful command completion.
I have also used the -w flag (set at 300) but I get the same error.
Does anyone have any clue as to what could be wrong..? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 13, 2007 7:16 am Post subject: Re: mqsilistaclentry command not working |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
bdrummond wrote: |
Ensure that the Configuration Manager is running and that the correct connection parameters have been supplied to the utility. |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bdrummond |
Posted: Thu Sep 13, 2007 7:18 am Post subject: |
|
|
Disciple
Joined: 06 May 2004 Posts: 164
|
That was a quick reply. So quick that I didn't have time to edit my post and say that the Config Manager is running.
EDIT: It appears that the user id I was running the command under was not the same as the service id for the ConfigMgr.
A quick mqsichangeconfigmgr command sorted this out.  |
|
Back to top |
|
 |
Sartin |
Posted: Thu Sep 13, 2007 8:04 am Post subject: |
|
|
 Newbie
Joined: 15 May 2006 Posts: 9 Location: Poland
|
You haven't specified that, but I presume you're using version 6. What are you doing to check if the Config Manager is running. Can you make simple mqsilist command?
EDIT: I was too late  |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 13, 2007 8:07 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Yes, you need certain ACLs in order to be able to see ACLs, and the errors reported when you don't have those ACLs are not always clear.
This means you always have to be able to log in as the configmgr service user at least once - in order to grant some other user enough ACLs to manage the ACLs. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EddieA |
Posted: Thu Sep 13, 2007 9:27 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Also, the userID that created the ConfigMgr can be used to manipulate the ACLs.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
ADV |
Posted: Thu Sep 13, 2007 9:54 am Post subject: |
|
|
Apprentice
Joined: 24 Apr 2007 Posts: 44 Location: Boston, MA
|
I guess, not enough time to get a response from CMgr.
I would try breaking into small peices with wait time?
example:
mqsilistaclentry CMGR01 -e BROKER01\ExeGrp01 -w 300
(If you do not supply a value the command waits for 30 seconds) |
|
Back to top |
|
 |
|