Posted: Sat Sep 16, 2006 8:01 am Post subject: MQ Client connection setup
Novice
Joined: 30 Jul 2006 Posts: 17
I have created the server connection channel on the server machine[ DEFINE CHANNEL(CLSVR) CHLTYPE(SVRCONN) CHLTYPE(TCP)] and client connection channel [SET MQSERVER=CLSVR/TCP/'IP ADDRESS'] on the client machine.But am unable to start the server connection channel. Iam using both client and server are MQ6.0
How to setup the client connection successfully?Some one can help me?
Posted: Sat Sep 16, 2006 10:41 am Post subject: Re: MQ Client connection setup
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
matam_viswa wrote:
I have created the server connection channel on the server machine[ DEFINE CHANNEL(CLSVR) CHLTYPE(SVRCONN) CHLTYPE(TCP)] and client connection channel [SET MQSERVER=CLSVR/TCP/'IP ADDRESS'] on the client machine.But am unable to start the server connection channel. Iam using both client and server are MQ6.0
How to setup the client connection successfully?Some one can help me?
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
The key thing to remember is that 'usually' MQ will tell you what's wrong. You just have to find the error log
The client error log is in <INSTALL PATH>\errors\AMQERR01.LOG If you get something like 2059 from your client connect you should see an error message in here explaining what the problem. ie. IP address rejected connection etc.
Similarly if you get as far as the target queue manager machine then look for error messages in the Queue Manager error log. <INSTALL PATH>\qmgrs\<QMNAME>\errors\AMQERR01.LOG
Cheers,
P. _________________ Paul Clarke
MQGem Software
www.mqgem.com
Common problems: on client - ipaddress(port) not specified on MQSERVER= environment variable; on server - listener not running for port specified on MQSERVER= environment variable.
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