Author |
Message
|
meghana_nk |
Posted: Fri Jun 13, 2008 3:00 am Post subject: URGENT - problems while connecting with RFHUTILC |
|
|
Newbie
Joined: 28 May 2008 Posts: 6
|
Hi,
I have my broker queue manager running on aix machine.i m trying to connect to it from a windows machine using rfhutilc. i have also set the MQSERVER env variable on my windows machine-
set MQSERVER=SYSTEM.DEF.SVRCONN/TCP/<ipaddress>(port no of broker queue manager)
When i open rfhutilc from the command prompt at the same window where i do the MQSERVER setting, provide the queue manager name in the queue manager name(to connect to) field and the appropriate queue name in the queue name field, and when i click write q button i get the following error -
16.20.17 2059 Queue manager not available (Connect) - may not be started
I have verified that my queue manager on the remote aix machine is running, listener is running, queue manager name is correct, mqserver variable is echoed correctly on client windows machine.
the aix machine has mq v6.0 server installed. the windows machine also has mq v6.0
can anyone throw some light on where i am going wrong? |
|
Back to top |
|
 |
broker_new |
Posted: Fri Jun 13, 2008 3:30 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
start the Command server using strmqcsv QMName
In RFHUTILC in the QM field give it as SVRCONNName/TCP/HostName(PortNo of QM) _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
meghana_nk |
Posted: Fri Jun 13, 2008 3:50 am Post subject: |
|
|
Newbie
Joined: 28 May 2008 Posts: 6
|
hi
thanks for the suggestion. i had checked if the command server is running or not by doing - ps -ef | grep amqpcsea and it showed the command server process of the broker queue manager running.
w.r.t ur second check - i had also tried giving SVRCONNName/TCP/HostName(PortNo of QM) in the queue manager name(to connect to) field, but the same error is displayed in the rfhutilc's display field.
could there be a problem in the network? or the env variable MQSERVER is not set correctly? |
|
Back to top |
|
 |
rajmq |
Posted: Fri Jun 13, 2008 4:35 am Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Is it any firewall restriction for that particular MQ port ? _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0 |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jun 13, 2008 6:23 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Can you run
>telnet MQserverhost MQPort
> ctrl + ]
> quit
if not it is a communications issue. (tcp/ip), channel name, channel permissions etc ...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ADV |
Posted: Fri Jun 13, 2008 9:21 am Post subject: |
|
|
Apprentice
Joined: 24 Apr 2007 Posts: 44 Location: Boston, MA
|
1) Make sure you SVRCONN channel defined in QM, if not create one
Define chl(SYSTEM.ADMIN.SVRCONN) CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER('mqm')
2) Check if you port is running, if not create one...
define listener(LISTENER.TCP) trptype(TCP) PORT(9999)
3) Start the listener port.... |
|
Back to top |
|
 |
nagarjun_vv |
Posted: Tue Jun 24, 2008 11:11 pm Post subject: |
|
|
Apprentice
Joined: 24 Jun 2008 Posts: 33
|
check whether you have naif acces to that ip |
|
Back to top |
|
 |
|