Author |
Message
|
TheDude |
Posted: Sun Apr 09, 2006 3:43 pm Post subject: From out of nowhere MQRC = 2063 |
|
|
 Apprentice
Joined: 21 Oct 2002 Posts: 31
|
All,
I'm working with WMQ 6 on my WinXP laptop with no CSDs applied. I defined a qmgr about 3 months ago and have been working with it daily ever since. I logged on today and issued strmqm QMGRname and I get:
AMQ5615: Default objects cannot be created: CompCode = 2 Reason = 2063
and I get:
AMQ8101: WebSphere MQ error (893) has occurred
When I try to crtmqm a new qmgr. All of this was working just last night - this is just a tad frustrating, please help.
TheDude |
|
Back to top |
|
 |
EddieA |
Posted: Sun Apr 09, 2006 4:30 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
issued strmqm QMGRname |
Are you sure. The manual lists this for AMQ5615:
Quote: |
During the creation of a queue manager, using the crtmqm command, the default objects could not be created. Possible reasons for this include another command, issued elsewhere, quiescing or stopping the queue manager, or insufficient storage being available. |
Quote: |
mqrc 2063
2063 0x0000080f MQRC_SECURITY_ERROR |
Has somebody been mucking around with security.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
TheDude |
Posted: Sun Apr 09, 2006 5:39 pm Post subject: |
|
|
 Apprentice
Joined: 21 Oct 2002 Posts: 31
|
No one has messesd with the security because I am working remote with no one else able to access the machine. I did do an "ungraceful" shutdown of the qmgr last night (killed the command window and shutdown Windows), but causing this kind of problem seems a little extreme. |
|
Back to top |
|
 |
wschutz |
Posted: Sun Apr 09, 2006 5:54 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
any FFST (FDC) files? _________________ -wayne |
|
Back to top |
|
 |
TheDude |
Posted: Sun Apr 09, 2006 5:58 pm Post subject: |
|
|
 Apprentice
Joined: 21 Oct 2002 Posts: 31
|
----- amqzfubn.c : 3582 -------------------------------------------------------
4/9/2006 17:15:22 - Process(1228.2) User(brecki) Program(amqzlaa0.exe)
AMQ8079: Access was denied when attempting to retrieve group membership
information for user 'brecki@nac'.
EXPLANATION:
WebSphere MQ, running with the authority of user 'brecki@nac', was unable to
retrieve group membership information for the specified user.
ACTION:
Ensure Active Directory access permissions allow user 'brecki@nac' to read
group memberships for user 'brecki@nac'. To retrieve group membership
information for a domain user, MQ must run with the authority of a domain user.
----- amqzfubn.c : 3582 -------------------------------------------------------
4/9/2006 17:15:22 - Process(2252.1) User(brecki) Program(amqrrmfa.exe)
AMQ9508: Program cannot connect to the queue manager.
EXPLANATION:
The connection attempt to queue manager 'WEBSPHERE' failed with reason code
2063.
ACTION:
Ensure that the queue manager is available and operational.
----- amqrrmfa.c : 3169 -------------------------------------------------------
4/9/2006 17:15:22 - Process(2252.1) User(brecki) Program(amqrrmfa.exe)
AMQ9409: Repository manager ended abnormally.
EXPLANATION:
The repository manager ended abnormally.
ACTION:
Look at previous error messages for the repository manager in the error files
to determine the cause of the failure.
----- amqrrmfa.c : 4069 -------------------------------------------------------
4/9/2006 17:15:22 - Process(1228.5) User(brecki) Program(amqzlaa0.exe)
AMQ8079: Access was denied when attempting to retrieve group membership
information for user 'brecki@nac'. |
|
Back to top |
|
 |
TheDude |
Posted: Sun Apr 09, 2006 6:01 pm Post subject: |
|
|
 Apprentice
Joined: 21 Oct 2002 Posts: 31
|
The NAC ID error is normal and has existed since MQ was installed. This has to do with our internal network for which we (programmers) cannot change or add other users. |
|
Back to top |
|
 |
mvic |
Posted: Sun Apr 09, 2006 11:41 pm Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
TheDude wrote: |
EXPLANATION:
WebSphere MQ, running with the authority of user 'brecki@nac', was unable to
retrieve group membership information for the specified user.
ACTION:
Ensure Active Directory access permissions allow user 'brecki@nac' to read
group memberships for user 'brecki@nac'. To retrieve group membership
information for a domain user, MQ must run with the authority of a domain user. |
Something appears to have changed outside your machine. Chat to your network admins about granting you access to query group membership. MQ is (I think...) trying to determine whether you're a member of the mqm group. In doing so it has been told by Windows that it is not allowed to make this query. |
|
Back to top |
|
 |
|