ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » A dude in remote connect

Post new topic  Reply to topic
 A dude in remote connect « View previous topic :: View next topic » 
Author Message
Artemio
PostPosted: Wed Oct 08, 2003 11:26 am    Post subject: A dude in remote connect Reply with quote

Novice

Joined: 11 Sep 2003
Posts: 21

I can't connect to Manager Queue in another machine, in this machine I've got a Manager Queue with the next especification:

DEFINE QLOCAL ('matriz.queue') +
MAXDEPTH(5000) +
MAXMSGL(1024) +
DEFPSIST(YES) +
USAGE(NORMAL);

DEFINE CHANNEL(CHANNEL_IN) CHLTYPE(SVRCONN) TRPTYPE(TCP);

and I run: runmqlsr -t tcp -m matrix.manager -p 1420 &

In other machine I run c program: AMQSPUT0 matriz.manager matriz.queue

So AMQSPUT0 can't connect to another machine, this is my output:
MQCONNX ended with reason code 2059

when i try to connect to Manager Queue in the same machine that's ok, but the problem is when I try to connect in another machine.

What Do I need to resolve this problem????

Do I need define in my machine Queue Remote?????

please esplain me!!!!!!!!
Back to top
View user's profile Send private message Send e-mail MSN Messenger
mrlinux
PostPosted: Wed Oct 08, 2003 11:31 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

You need to use the client connection version of amqsputc, you also have to set up the MQSERVER env variable

Windows
set MQSERVER=CHANNEL_IN/TCP/HOSTNAME(1420)
Unix
export MQSERVER='CHANNEL_IN/TCP/HOSTNAME(1420)'
HOSTNAME=DNS Name of server or IP addess
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
Leafar
PostPosted: Wed Oct 08, 2003 11:33 am    Post subject: Reply with quote

Acolyte

Joined: 03 Apr 2003
Posts: 74
Location: Buenos Aires

Try running amqsput0 matriz.queue matriz.manager


Saludos
Rafael
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » A dude in remote connect
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.