Author |
Message
|
swarna.prava.mohanty |
Posted: Mon Oct 11, 2010 9:19 pm Post subject: UNABLE to connect to remote queue manager through rfhutil |
|
|
Novice
Joined: 29 Aug 2010 Posts: 15
|
Hi
I am unable connect to remote queue manager (MQ 6.0) from RFHUtil. I tried setting the MQSERVER as SYSTEM.ADMIN.SVRCONN/TCP/CCCUNV53.CECO.COM(1443). When I am doing telnet of CCCUNV53.CECO.COM 1443 its working fine confirming firewall is not blocking.But when I am trying to load the queue names I am getting the error as "error getting queue names". Read or browse nothing happening giving the queue names manually.Please provide me a solution. Thanks in advance  |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Oct 11, 2010 9:32 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
have you checked svrconn is running when you are connected? if so, you do not have a connection problem.
have you checked the remote queue managers error logs?
is security set up properly?
..... _________________ Regards, Butcher |
|
Back to top |
|
 |
swarna.prava.mohanty |
Posted: Mon Oct 11, 2010 10:15 pm Post subject: |
|
|
Novice
Joined: 29 Aug 2010 Posts: 15
|
I am able to do telnet with hostname and port and able to connect.So Security may be set. I wont be able to check the Error logs as we dont have access to that box. I am able to connect to the remote queue manager through MQ but not RFHUtil.Please help me. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Oct 11, 2010 10:34 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
being able to connect does not mean all security settings are fine. rfhutil requires special settings, e.g. put to commabnd queue and create temporary reply-to queues. see the proper section in the rfhutil manual for details.
have these security settings been performed on the remote queuemanager for your userid or the mca userid (depending on your security policies)? _________________ Regards, Butcher |
|
Back to top |
|
 |
alewis |
Posted: Tue Oct 12, 2010 5:26 am Post subject: |
|
|
Novice
Joined: 20 Aug 2006 Posts: 13
|
Have you installed the MQ client on the pc from where you are trying to access the remote queue manager? RFHUtil requires mq client libraries to connect to the remote queue manager |
|
Back to top |
|
 |
ajit1981 |
Posted: Tue Oct 12, 2010 5:37 am Post subject: |
|
|
Apprentice
Joined: 09 Apr 2010 Posts: 41 Location: Bangalore, Inida
|
are you trying to connect from RFHUtil or RFHUtilc ?
note RFHUtil is for local queue manger(local system) and RFHUtilc is for remote queue manger(remote system). |
|
Back to top |
|
 |
swarna.prava.mohanty |
Posted: Tue Oct 12, 2010 7:19 pm Post subject: |
|
|
Novice
Joined: 29 Aug 2010 Posts: 15
|
@Alewis -we have MQ client in the system from where I am trying to connect through RFHUtil.
@Ajit -I am using RFHUtilc to connect to remote queue manager |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Oct 12, 2010 10:53 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
have you checked the security settings i mentioned before? the rfhutil manual reads, that, without these settings, things may not work, e.g. getting the list of queue names. this is exaclty what happenes to you. _________________ Regards, Butcher |
|
Back to top |
|
 |
swarna.prava.mohanty |
Posted: Tue Oct 12, 2010 10:55 pm Post subject: |
|
|
Novice
Joined: 29 Aug 2010 Posts: 15
|
Hi Mr Butcher,
please explain me what security setting to check for .Or give some reference link where to check about this. |
|
Back to top |
|
 |
mvarghese |
Posted: Wed Oct 13, 2010 1:02 am Post subject: |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
You need to make sure that mq client lib path are set properly and whiel running rfhutill it able to acess rquired mq client lib.
As per RFHLUtil docs
*************
Security Considerations when using RFHUtil and RFHUtilc
The RFHUtil and RFHUtilc utilities can load queue names into a drop down list. In both cases, PCF messages are used. A temporary dynamic queue is created to receive the messages with the queue names. Messages are sent to the command queue on the queue manager.
Depending on the security that is in place, the following authorizations may be required. Note that the commands require either a –g <group> or a -p <user> option to specify either a group or a principal (user) that is being authorized.
setmqaut -m <QMgr> -n RFHUTIL.REPLY.QUEUE** -t q +all
setmqaut -m <QMgr> -n SYSTEM.DEFAULT.MODEL.** -t q +all
setmqaut -m <QMgr> -n SYSTEM.ADMIN.COMMAND.QUEUE -t q +put _________________ Jain Varghese |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Oct 13, 2010 1:16 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
Quote: |
please explain me what security setting to check for .Or give some reference link where to check about this. |
so you are trying to use a tool and have not read the pdf that comes with it before you try to use it? you even did not consider to read that pdf after you face problems? and, after you have been pointed to a specific section in that documentation, you are unable to find it and read it yourself?
 _________________ Regards, Butcher |
|
Back to top |
|
 |
|