Author |
Message
|
abd.wsu |
Posted: Mon Feb 01, 2016 9:23 am Post subject: Error while creating EG even though everything works fine |
|
|
Acolyte
Joined: 12 Sep 2012 Posts: 65
|
I am running on IIB9003 and MQ8004 on RHEL6.5. When i try to create an Eg with mqsicreateexecutiongroup command i get the following error.
Code: |
BIP1124I: Creating execution group 'TESTEG' on broker 'MBRBROKER'...
BIP1125E: The execution group could not be created.
The utility was asked to create execution group 'TESTEG' on broker 'MBRBROKER', but it was not completed successfully by the broker.
Determine the cause of the problem by reviewing the following error messages. If the problem persists, contact your IBM support representative.
BIP2871I: The request made by user 'MBRBROKER' to 'create' the resource 'TESTEG' of type 'ExecutionGroup' on parent 'MBRBROKER' of type 'Broker' has the status of 'COMPLETE'.
BIP2854W: The broker was unable to create security objects for execution group 'TESTEG'. The create of the execution group has succeeded, but security objects will need to be created manually. Subsequent error message contain the details of the objects in need of manual creation.
The broker attempted to create security objects as part of execution group 'TESTEG' creation, but was unsuccessful.
Create the required security objects, and ensure they have the correct characteristics.
BIP2860W: The broker created security objects for execution group ''TESTEG'', but was unable to set default access permissions for group 'mqbrkrs' for object ''SYSTEM.BROKER.AUTH.TESTEG ''. The create of the execution group and associated security objects have succeeded, but object permissions may need to be set manually.
The broker attempted to set permissions for security objects as part of execution group ''TESTEG'' creation, but was unsuccessful.
Ensure the created object has the desired permissions.
BIP2858E: WebSphere MQ function 'PCF' failed with reason code 2292 . The queue name (if any) was ''SYSTEM.BROKER.AUTH.TESTEG ''.
This implementation of broker security relies on WebSphere MQ to function correctly, and a critical WebSphere MQ call has failed.
Check the WebSphere MQ completion and reason codes in the WebSphere MQ Application Programming Reference manual to establish the cause of the error, taking any appropriate action. It may be necessary to restart the message broker after you have performed this recovery action. |
I checked the userid mqbrkrs and mqm. I see mqbrkrs has access to the queue manager and the SYSTEM.BROKER.AUTH queue.
I see the EG queue created and has accesses. I see the EG created. But why is this error occuring?
Please help. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Feb 01, 2016 12:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
check the group permissions (in particular for mqbrkrs) for SYSTEM.BROKER.AUTH.TESTEG  _________________ MQ & Broker admin |
|
Back to top |
|
 |
abd.wsu |
Posted: Mon Feb 01, 2016 1:30 pm Post subject: |
|
|
Acolyte
Joined: 12 Sep 2012 Posts: 65
|
It's showing it has all the permissions. |
|
Back to top |
|
 |
sumit |
Posted: Mon Feb 01, 2016 3:06 pm Post subject: |
|
|
Partisan
Joined: 19 Jan 2006 Posts: 398
|
Looks like it don't have the required permission.
Code: |
The broker attempted to set permissions for security objects as part of execution group ''TESTEG'' creation, but was unsuccessful.
Ensure the created object has the desired permissions.
BIP2858E: WebSphere MQ function 'PCF' failed with reason code 2292 . The queue name (if any) was ''SYSTEM.BROKER.AUTH.TESTEG ''.
This implementation of broker security relies on WebSphere MQ to function correctly, and a critical WebSphere MQ call has failed. |
Do you see any errors in the queue manager associated to the broker? _________________ Regards
Sumit |
|
Back to top |
|
 |
abd.wsu |
Posted: Mon Feb 01, 2016 3:31 pm Post subject: |
|
|
Acolyte
Joined: 12 Sep 2012 Posts: 65
|
No errors in the MQ error logs whatsoever. And the strange thing is, it is giving the accesses to the EG queue that is complaining about. So, everything is working like it should but there's an error. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 02, 2016 5:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Time for a PMR? _________________ MQ & Broker admin |
|
Back to top |
|
 |
abd.wsu |
Posted: Wed Feb 03, 2016 6:13 am Post subject: |
|
|
Acolyte
Joined: 12 Sep 2012 Posts: 65
|
Yup. Opened a PMR and was provided with 2 fixes for the issue. After the fixes were applied the issue is no longer happening. |
|
Back to top |
|
 |
|