Author |
Message
|
scar |
Posted: Mon May 12, 2008 11:18 am Post subject: [SOLVED]Error creating an acl entry |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
We are using MB 6.0.0.1 on AIX 5.2.9
I have created an acl entry on configmgr using the following command
mqsicreateaclentry CONFIGMGR -u 'Abc Def' -m xyz -xF -p
now when i do list acl entry i am getting the following error
$ mqsilistaclentry CONFIGMGR
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.
Now i cannot connect to the configmgr from a previously working configuration
I am getting the following error
BIP0889E-An Exception occured while communicating with config manager on CONFIGMGR
Reason-Websphere studio experiencing problem while communicating with config manager on CONFIGMGR
Ensure the config manager available:
If so, do the following
1) Select the window->Preferences menu
2) Select the Broker Administration->Configuration Manager Proxy preferences
3) Increase the maximum retry attempts
4) Apply the changes
5) Retry the operations
Last edited by scar on Tue May 13, 2008 6:54 am; edited 1 time in total |
|
Back to top |
|
 |
scar |
Posted: Mon May 12, 2008 12:48 pm Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
I have even tried to delete the acl entry i added, but i am getting the following error
$ mqsideleteaclentry CONFIGMGR -u 'Abc Def' -a
BIP8844W: Deletes a security Access Control Entry in the Configuration Manager repository.
Syntax:
mqsideleteaclentry configMgrName (-f fileName | ((-g groupName | -u userName (-m machineName | -a)) ((-b broker [-e executionGroup]) | -s | -t | -r | -p))) [-n connectionFile] [-w timeoutValue]
BIP8002E: Selected flags incompatible.
When using this command interface the user should only select the supported flags.
Correct and reissue the command.
I even tried
$ mqsideleteaclentry CONFIGMGR -u 'Abc Def' -m xyz
but getting the same error.
I am not seeing any thing in systen logs. |
|
Back to top |
|
 |
scar |
Posted: Mon May 12, 2008 1:04 pm Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
It seems i have missed the -b option when trying to delete the acl entry.
Once i specified the -b option i am getting the following error
mqsideleteaclentry CONFIGMGR -u 'Abc Def' -m xyz -b BROKER
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. |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon May 12, 2008 8:37 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
scar wrote: |
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.
|
1. Are you sure the configuration manager and its queue manager is running?
2. Are you sure the Broker connectivity with Configuration manager is up and running and vice versa.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
mqmatt |
Posted: Tue May 13, 2008 1:24 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
On some commands, this message could also appear if the user isn't authorized to run the command. (This has actually been fixed in v6.1.0.2.) |
|
Back to top |
|
 |
scar |
Posted: Tue May 13, 2008 6:53 am Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
I deleted the user id from CACLGROUPS table of the config mgr repositiry.
and its working fine now. |
|
Back to top |
|
 |
|