Author |
Message
|
jstrahn |
Posted: Mon Mar 28, 2005 2:04 pm Post subject: SYSTEM.DEFAULT.AUTHINFO.CRLLDAP conname issue |
|
|
Newbie
Joined: 29 Jan 2004 Posts: 9
|
All,
Hoping someone can help me out. I'm having a problem in one of my environments..when an application attempts to connect to my queue manager, I am receiving a Reason Code 2059 even though the queue manager is running and listener is running.
I am able to connect to the queue manager from MQJExplorer (Third party application for viewing/manipulating queue managers and queues)
The only thing that I see that is different on this system and others that are functioning is that when I display authinfo for SYSTEM.DEFAULT.AUTHINFO.CRLLDAP it shows CONNAME(none).
The other systems all show CONNAME( ). When I attempt to alter or redefine SYSTEM.DEFAULT.AUTHINFO.CRLLDAP with conname( ) I get a syntax error.
Perhaps the conname is just a red herring and my 2059 issue is unrelated but it is the only thing I can find. Anyone have any thoughts? TIA |
|
Back to top |
|
 |
kman |
Posted: Mon Mar 28, 2005 7:19 pm Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
probably a red herring. But how is your application making the connection? Is your application an mq client app?
Try using the sample program - amqsput (or amqsputc if doing a client connect)
For the syntax problem, you may want to check the Command Reference. Or just follow the suggestion from the runmqsc display. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Mar 29, 2005 1:26 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
conname() will give you a syntax error.
Try conname(' ').
This should work fine.
Enjoy  |
|
Back to top |
|
 |
jstrahn |
Posted: Wed Mar 30, 2005 9:44 am Post subject: |
|
|
Newbie
Joined: 29 Jan 2004 Posts: 9
|
It looks like the above was a red herring. I found that the user running my application was not a part of the mqm group. However, once I added it to the mqm group and ran the REFRESH SECURITY on the queue manager, I am still receiving the same error.
On the MQCONN, I see Retrieved uid 224 from getuid() Ýerrno=13¨ even after refreshing security and confirming that uid 224 is a part of mqm group.
Anyone have any ideas? |
|
Back to top |
|
 |
EddieA |
Posted: Wed Mar 30, 2005 2:28 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
errno13 = EACCES. Looks like some permissions may be wrong.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|