Author |
Message
|
n0rby |
Posted: Mon Aug 14, 2006 2:37 am Post subject: Where can I find documentation on rfhutilc? |
|
|
Newbie
Joined: 14 Aug 2006 Posts: 2
|
I have searched for hours for documentation on the rfhutilc utility - especially for windows. I am especially interested in the possible startup paramaters, i.e:
rfhutilc.exe K1Q1 REQUESTqueue1
Any ideas?
Best Regards
Henrik Noerby |
|
Back to top |
|
 |
nathanw |
Posted: Mon Aug 14, 2006 2:40 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Aug 14, 2006 2:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
have you tried the pdf that comes with it? _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 14, 2006 2:41 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
n0rby |
Posted: Mon Aug 14, 2006 4:44 am Post subject: thankyou very much for the replies |
|
|
Newbie
Joined: 14 Aug 2006 Posts: 2
|
You guys really helped a lot.
I had my copy of rfhUtil from a collegue and apparently he didn't bother to send me the pdf file.
Apart from that, the parameters of the rfhutilc.exe do not appear to be described in the pdf either.... well - at least I have gotten one step further. Thx. a LOT for your help.
Regards
Henrik  |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 14, 2006 4:56 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I don't think RFHUTIL takes any command line parameters.
Or you can try using the /? syntax to see if it gives you help. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nathanw |
Posted: Mon Aug 14, 2006 6:17 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
unless you mean initiating the rfhutilc
i tend to create simple file in an editor and save it as a .bat (on windows)
Code: |
set MQSERVER=SYSTEM.ADMIN.SVRCONN/tcp/*.*.*.*(*)
start rfhutilc
exit |
then you can have as many as you like connecting up ie set the appropriate ip addy and port |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Aug 14, 2006 12:22 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
nathanw wrote: |
unless you mean initiating the rfhutilc
i tend to create simple file in an editor and save it as a .bat (on windows)
Code: |
set MQSERVER=SYSTEM.ADMIN.SVRCONN/tcp/*.*.*.*(*)
start rfhutilc
exit |
then you can have as many as you like connecting up ie set the appropriate ip addy and port |
I don't bother with the MQServer environment variable. In the QManager Name (to connect to) just put:
Code: |
SYSTEM.ADMIN.SVRCONN/TCP/host(port) |
That works too. If you don't have this channel just replace the channel by whatever you use...
Make sure however you have one of the last versions...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|