Author |
Message
|
ivanachukapawn |
Posted: Fri Apr 21, 2006 8:05 am Post subject: Java MQAI 2009 |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
I'm trying to run the PCFmessageAgent (from example in MS0B) and I get a 2009. I've assumed this is just an authentication denial.
I'm running MQ6.0 Client on Windows XP and attempting to MQAI connect to an MQ5.3 environment on Solaris.
My user ID in the java client environment is a member of mqm group.
What do I need to do to get this to work? |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 21, 2006 8:19 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
2009 is usually a network issue, not an authorization issue. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ivanachukapawn |
Posted: Fri Apr 21, 2006 8:26 am Post subject: |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
in this case it does not appear to be a network problem. I am running MQmon on the desktop also which connects ok to this host on this port. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 21, 2006 8:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Then you need to look in the MQ error logs on the server side and the client side and see what they say.
And, of course, you have confirmed that you are running the command server on the remote machine. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ivanachukapawn |
Posted: Fri Apr 21, 2006 8:56 am Post subject: |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
Thanks Jeff. Sorry about that, it was obvious I should have looked in the error logs.
It appears that I am not specifying the correct channel name.
Do you know what is correct? Are they asking for a SVRCONN channel on the Queue Manager or a SVRCONN channel on the Command Server? |
|
Back to top |
|
 |
wschutz |
Posted: Fri Apr 21, 2006 9:01 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
You can probably use: SYSTEM.DEF.SVRCONN, or SYSTEM.ADMIN.SVRCONN (if it exists)
Channels are always associated with qmgrs, not with the command server itself. _________________ -wayne |
|
Back to top |
|
 |
ivanachukapawn |
Posted: Fri Apr 21, 2006 9:06 am Post subject: |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
that did it! Thanks. you guys are great! |
|
Back to top |
|
 |
|