Author |
Message
|
krisrock |
Posted: Tue Nov 20, 2007 7:18 pm Post subject: Problem when trying to create ACL for broker... |
|
|
Acolyte
Joined: 11 Sep 2007 Posts: 65
|
Hi
I created a configuration manager, broker.
I started them.
I created an acl entry for configmgr. When I create an acl entry for the broker I get the following error.
___________________________________________________________
>mqsicreateaclentry ConfigmgrPrd1 -u msbroker -a -x F -b BrokerPrd1
BIP8214E: Object not found
The Configuration Manager repository object BrokerPrd1 of type Broker does not exist.
Ensure that you have specified the correct object name, type and that the object has been defined to the Configuration Manager.
BIP8164E: A problem was encountered while attempting to create/delete/list security ACL information.
The operation was not completed successfully.
Check messages in the system log for related errors and retry the operation. If the problem still occurs, contact your IBM support center.
_________________________________________________________
The broker is running and has the same name as in the command.
Help me in trying to figure out the problem.
Thanks in advance. |
|
Back to top |
|
 |
skydoor |
Posted: Wed Nov 21, 2007 4:29 am Post subject: |
|
|
Apprentice
Joined: 24 Jul 2007 Posts: 43 Location: Cape Town
|
I ran some tests on my machine and it seems there is no problem with your command. I inserted and deleted the entry.
I then tried to insert an entry with a broker that does not exist and I got part of the error that you get. I also tried to insert an entry with the broker stopped and that seems to work ok.
It is almost as if your broker does not exist.
If your broker exists, troll through the logs to try and see if there are any other errors. I am including my steps followed.
C:\IBM\WA\Transfer\events>mqsicreateaclentry CMBROKER -u msbroker -a -x F -b BROKER
BIP8071I: Successful command completion.
C:\IBM\WA\Transfer\events>mqsilistaclentry CMBROKER
BIP1778I: mq - USER - F - ConfigManagerProxy - ConfigManagerProxy
BIP1778I: msbroker - USER - F - BROKER - Broker
BIP8071I: Successful command completion.
C:\IBM\WA\Transfer\events>mqsideleteaclentry CMBROKER -u msbroker -a -b BROKER
BIP8071I: Successful command completion.
C:\IBM\WA\Transfer\events>mqsilistaclentry CMBROKER
BIP1778I: mq - USER - F - ConfigManagerProxy - ConfigManagerProxy
BIP8071I: Successful command completion.
C:\IBM\WA\Transfer\events>mqsicreateaclentry CMBROKER -u msbroker -a -x F -b BROKERNOTEXIST
BIP8214E: Object not found
The Configuration Manager repository object BROKERNOTEXIST of type Broker does not exist.
Ensure that you have specified the correct object name, type and that the object has been defined to the Configuration Manager.
BIP8081 An exception was caught while processing the response message for the command, 'Unable to format an ImbException message for output,
.
C:\IBM\WA\Transfer\events>mqsistop BROKER
BIP8071I: Successful command completion.
C:\IBM\WA\Transfer\events>mqsicreateaclentry CMBROKER -u msbroker -a -x F -b BROKER
BIP8071I: Successful command completion.
C:\IBM\WA\Transfer\events>mqsilistaclentry CMBROKER
BIP1778I: mq - USER - F - ConfigManagerProxy - ConfigManagerProxy
BIP1778I: msbroker - USER - F - BROKER - Broker
BIP8071I: Successful command completion. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 21, 2007 5:50 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you register the Broker with the ConfigMgr before creating the ACL? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
krisrock |
Posted: Wed Nov 21, 2007 6:33 am Post subject: |
|
|
Acolyte
Joined: 11 Sep 2007 Posts: 65
|
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 21, 2007 6:42 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
krisrock wrote: |
How do i register? |
By adding it to the domain, as laid out in the documentation?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Nov 21, 2007 7:06 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Right click on the PubSubTopology in the Toolkit, select New -> Broker Reference. |
|
Back to top |
|
 |
krisrock |
Posted: Wed Nov 21, 2007 7:12 am Post subject: |
|
|
Acolyte
Joined: 11 Sep 2007 Posts: 65
|
Here are the steps...Let me know if I am correct.
Create configmgr, create broker. Start them.
Then create a domain using tool kit, add the broker to domain.
Should we have to create ACL entries after this? |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Nov 21, 2007 11:51 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
krisrock wrote: |
Here are the steps...Let me know if I am correct.
Create configmgr, create broker. Start them.
Then create a domain using tool kit, add the broker to domain.
Should we have to create ACL entries after this? |
It depends.
If you want to give full configmgr proxy you need not mention any brokers and you can create the ACL as soon as the configmgr is up and running.
Now if you want to reference any other objects such as brokers in your ACL these objects must be known to the configmgr: registered the broker to the domain, created the execution group etc...
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
|