Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to connect to MQSeires Server from MQClient

Status
Not open for further replies.

HarpreetSachdeva

Programmer
Apr 11, 2003
25
GB
Hello..
I have installed MQServer on Windows 2003 server and MQClient on Windows NT 4.x workstation.
On my server I have defined default queue manager, server connection as follows.
Default Queue Manager : QM_gsgb247a
Server Connection : S_gsgb247a
local queue : testlocal
listner : 1414,TCP

On my client I have create the client channel as follows.
MQSERVER=S_gsgb247a/TCP/gsgb247a(1414)

But when I am trying to test the connection through amqsputc program it is ending with error and reason code of 2035.
But when I try to connect to server through visual basic sample program amqsputb it ends up with an error code of 2059.

Please note that I don't have Active direcotry services installed on my client machine and can not get it installed so if it can work with the installation of active direcotry services being installed then please let me know.

Apart from the above my MQServer machine and my MQClient machine they both are on different domains but I can ping MQServer machine from my MQClient machine.
MQServer machine is logged with local administrative user and MQClient is logged on as a network user.

Please help me on this and thanks in adavance
HS.
 
A 2035 is an authorisation problem. Are you passing an MCA on the channel?
 
try the following

include the user by which you logging into client machine in mqmuser group at both side in server and client.

then include it in MCA user, which you can get by right clicking on mq manager in properties->MCA tab.

hope your problem will be resolved..

all the best
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top