Posted: Tue Jan 12, 2010 2:21 pm Post subject: amqscnxc tool with 2035 error
Novice
Joined: 09 Oct 2009 Posts: 20
I'm trying to verify the connectivity after installing MQ Client v7.0 on Windows 2008 (R2, x64)
amqscnxc -x 198.246.1.1(1596) -c SYSTEM.AUTO.SVRCONN XXGAYY29
Sample AMQSCNXC start
Connecting to queue manager XXGAYY29
using the server connection channel SYSTEM.AUTO.SVRCONN
on connection name 198.246.1.1(1596).
MQCONNX ended with reason code 2035
I've created a user called mqm (as part of MQ Client v7.0 install) and that user has a password as well. The XXGAYY29 resides on AIX side and running under mqm user.
How do I pass the credentials (mqm & password) via amqscnxc tool?
Posted: Tue Jan 12, 2010 4:31 pm Post subject: Re: amqscnxc tool with 2035 error
Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
jkfriends wrote:
I'm trying to verify the connectivity after installing MQ Client v7.0 on Windows 2008 (R2, x64)
amqscnxc -x 198.246.1.1(1596) -c SYSTEM.AUTO.SVRCONN XXGAYY29
Sample AMQSCNXC start
Connecting to queue manager XXGAYY29
using the server connection channel SYSTEM.AUTO.SVRCONN
on connection name 198.246.1.1(1596).
MQCONNX ended with reason code 2035
SYSTEM.DEF.SVRCONN should be used in preference to SYSTEM.AUTO.SVRCONN. In fact, neither should be used. You should define your own SVRCONN type channel on the queue manager with a specific name and a specific setting of the MCAUSER attribute.
Quote:
I've created a user called mqm (as part of MQ Client v7.0 install) and that user has a password as well. The XXGAYY29 resides on AIX side and running under mqm user.
How do I pass the credentials (mqm & password) via amqscnxc tool?
Thanks, JK
You shouldn't need to explictly pass credentials. Out-of-the-box MQ does not do any password authentication anyway. _________________ Glenn
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum