Author |
Message
|
siri2083 |
Posted: Fri Mar 05, 2010 8:51 pm Post subject: issue with RFH util |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hi,
I am trying to connect to a queue manager which is located on a server using RFHUtilC.
when i am try to load queue names, it gives following error message: "Error getting queue names".
and when i am trying to read/write from/to queue, it nieghter shows any message nor gives any clue for error.
Note:
I have tried to connect from different machine with same parameters, it do works fine.
 |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Mar 05, 2010 9:32 pm Post subject: Re: issue with RFH util |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
siri2083 wrote: |
Hi,
I am trying to connect to a queue manager which is located on a server using RFHUtilC.
when i am try to load queue names, it gives following error message: "Error getting queue names".
and when i am trying to read/write from/to queue, it nieghter shows any message nor gives any clue for error.
Note:
I have tried to connect from different machine with same parameters, it do works fine.
 |
OK a lot is missing here.
Version of Client / version of server
Connection string used in RFHUtilc
Value of environment variables for MQServer and channel tab
Value of MQSSLKEYR environment variable
user name used
What error message appears in the bottom status window of RFHUtilc.
Any and each of these parameters will influence the connection you make.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
siri2083 |
Posted: Fri Mar 05, 2010 10:07 pm Post subject: |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hi fjb_saper,
thank you for your quick response.
I have installed MQclient 6.0.
Connection string: RFHUTIL/TCP/[ipaddress](1417).
error message: "Error getting queue names".
User Name: U12345(on AIX user name is u12345)--- i dont think case sensitive matters on AIX
MQServer and MQSSLKEYR were not set on my local m/c. can you please provide the values for these environment variables.
As i dont have MQserver installed my local m/c , still do i need to set above environment variables?
 |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Mar 05, 2010 11:08 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
AIX === UNIX === Case Sensitive Operating System _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
zpat |
Posted: Fri Mar 05, 2010 11:23 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
It's a lot easier to use a CCDT in general, and in particular with RFHUTILC as it reads the list of queue managers and provides a drop down list.
What version of client (dspmqver)? |
|
Back to top |
|
 |
siri2083 |
Posted: Sat Mar 06, 2010 12:52 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hi Zpat,
Below are MQ version deatils:
C:\Program Files\IBM\MQSI\6.0>dspmqver
Name: WebSphere MQ
Version: 6.0.0.0
CMVC level: p000-L050519
BuildType: IKAP - (Production)
May i know what is CCDT? |
|
Back to top |
|
 |
Vitor |
Posted: Sat Mar 06, 2010 6:47 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
siri2083 wrote: |
May i know what is CCDT? |
Client connection table - look it up.
You should also look up some AIX & UNIX documentation if you think case doesn't matter!
You might also want to apply some maintenance. The base version of v6 had a few issues and there's been a lot of improvments since the version you're using. IIRC AIX is up to v6.0.2.8 now. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zpat |
Posted: Sat Mar 06, 2010 7:49 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Definitely get a more recent MQ client for Windows (with the fixpack 6.0.2.8 already installed) or apply fixpack 6.0.2.8.
You can get the clients from the IBM support pac site.
One early problem was the case sensitivity between Windows and Unix - later MQ clients fold to lowercase on connection to Unix hosts automatically. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Mar 06, 2010 7:49 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Quote: |
error message: "Error getting queue names". |
What is the mcauser on the RFHUTIL svrconn channel?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
siri2083 |
Posted: Sun Mar 07, 2010 10:49 pm Post subject: |
|
|
Apprentice
Joined: 16 Apr 2009 Posts: 39
|
Hi All,
Thanks a lot for all your support. The problem is resolved. Below is the solution.
There were some .dll files which are missing in MQ installation directory. i have just copied entire Bin(C:\Program Files\IBM\WebSphere MQ) folder from working m/c to the troubled m/c. and i just restarted the MQ.
now its working fine.
once again thank you all.
 |
|
Back to top |
|
 |
|