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 » WebSphere Message Broker (ACE) Support » RFHUTIL and IBM Integration Bus V9

Post new topic  Reply to topic
 RFHUTIL and IBM Integration Bus V9 « View previous topic :: View next topic » 
Author Message
Lazy
PostPosted: Mon Sep 23, 2013 8:45 pm    Post subject: RFHUTIL and IBM Integration Bus V9 Reply with quote

Newbie

Joined: 23 Sep 2013
Posts: 7

Hello,
I am unable to get RFHUTIL from IH03 SupportPac working with IIB 9.0.
I've got MQ Server 7.5 installed on the same machine, and I can put and read MQ messages normally from IIB 9.0.

I have tried the RFHUTIL client version as well, and its not working.

Have anyone faced this issue with RFHUTIL and IIB 9.0?
Back to top
View user's profile Send private message
mapa
PostPosted: Mon Sep 23, 2013 9:56 pm    Post subject: Reply with quote

Master

Joined: 09 Aug 2001
Posts: 257
Location: Malmö, Sweden

RFHUtil version 7.0.2 works just fine with WMQ 7.5.0.1 on my laptop with Windows 8.

Has nothing to do with IB9 in itself.

My guess you have an authorization issue.

What are the error messages/symptoms you have, just saying it isn't working don't give us much chance to help you...


Last edited by mapa on Mon Sep 23, 2013 10:07 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
smdavies99
PostPosted: Mon Sep 23, 2013 9:59 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Rfhutil has nothing to do with the version of Broker you are running.

Quote:

I've got MQ Server 7.5 installed on the same machine, and I can put and read MQ messages normally from IIB 9.0.

Great. so it is working then

Quote:

I have tried the RFHUTIL client version as well, and its not working.

Therein lies your problem. May I humbly suggest that you look at the WMQ documentation and how client connection security has changed in V7.1/V7.5.

The solution is there. When you find it, it might be helpful to others to post your solution here.
[/quote]
_________________
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
View user's profile Send private message
Lazy
PostPosted: Mon Sep 23, 2013 10:19 pm    Post subject: Reply with quote

Newbie

Joined: 23 Sep 2013
Posts: 7

mapa wrote:

My guess you have an authorization issue.
What are the error messages/symptoms you have, just saying it isn't working don't give us much chance to help you...


smdavies99 wrote:

Quote:

I have tried the RFHUTIL client version as well, and its not working.

Therein lies your problem. May I humbly suggest that you look at the WMQ documentation and how client connection security has changed in V7.1/V7.5.

The solution is there. When you find it, it might be helpful to others to post your solution here.

I thought its an issue with the WMQ security but I have the CHLAuth disabled, and I am able to connect to the Queue Manager from a client-based IIB Toolkit with no issues. So I am not quiet sure where I should look at from security prespective. Any hints?

In the RFHUtil I am not getting the list of queue names when I enter the Queue Manager. And if I click on "Load Names" button I get the following message:
09.19.01 Error getting queue names
Back to top
View user's profile Send private message
mapa
PostPosted: Mon Sep 23, 2013 10:32 pm    Post subject: Reply with quote

Master

Joined: 09 Aug 2001
Posts: 257
Location: Malmö, Sweden

Hmm, maybe I was a bit quick, I was certain that RFHUtil worked on my local laptop but it turns out I actually do have the same problem as you do...

I will have a look to see what is wrong.
Back to top
View user's profile Send private message Visit poster's website
mapa
PostPosted: Mon Sep 23, 2013 10:44 pm    Post subject: Reply with quote

Master

Joined: 09 Aug 2001
Posts: 257
Location: Malmö, Sweden

Just as I thought, I hadn't installed the MQ Client option when installing the MQ Server. You need a MQ Client on the same computer as the RFHUtil.

Both client and binding mode works now after modifying the installation.
Back to top
View user's profile Send private message Visit poster's website
smdavies99
PostPosted: Mon Sep 23, 2013 11:03 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

mapa wrote:
Just as I thought, I hadn't installed the MQ Client option when installing the MQ Server. You need a MQ Client on the same computer as the RFHUtil.

Both client and binding mode works now after modifying the installation.


This is a common gripe of mine. You have to do a custom install of WMQ in order to get the WMQ Client software installed. Once you have patched the server side it becomes next to impossible to add the client code without an uninstall and a re-install.

Oh, and the OP is living up to their handle in being rather lazy in not telling us what the actual errors they are seeing when trying to use rfhutilc.
_________________
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
View user's profile Send private message
mapa
PostPosted: Mon Sep 23, 2013 11:58 pm    Post subject: Reply with quote

Master

Joined: 09 Aug 2001
Posts: 257
Location: Malmö, Sweden

smdavies99 wrote:

This is a common gripe of mine. You have to do a custom install of WMQ in order to get the WMQ Client software installed. Once you have patched the server side it becomes next to impossible to add the client code without an uninstall and a re-install.

Oh, and the OP is living up to their handle in being rather lazy in not telling us what the actual errors they are seeing when trying to use rfhutilc.


Back to top
View user's profile Send private message Visit poster's website
Lazy
PostPosted: Tue Sep 24, 2013 5:13 am    Post subject: Reply with quote

Newbie

Joined: 23 Sep 2013
Posts: 7

mapa wrote:
Just as I thought, I hadn't installed the MQ Client option when installing the MQ Server. You need a MQ Client on the same computer as the RFHUtil.

Both client and binding mode works now after modifying the installation.

I uninstalled the Fix Pack 7.0.0.2 applied on the MQ, then I modified the MQ installation to include the clients. I made sure to tick every sub-feature available. Then I applied the fix pack again. But all of this didn't fix the issue I am facing with RFHUtil. Am I missing something?

Quote:
Oh, and the OP is living up to their handle in being rather lazy in not telling us what the actual errors they are seeing when trying to use rfhutilc.

I am just not getting the queue names, and when I click on Load Names I get the following error:
09.19.01 Error getting queue names
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Sep 24, 2013 6:22 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Have you tried any of the sample client apps such as amqsputc ?

If so what errors are you seeing? Make sure you set MQSERVER properly first though (see WMQ docs)
_________________
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
View user's profile Send private message
Lazy
PostPosted: Tue Sep 24, 2013 6:31 am    Post subject: Reply with quote

Newbie

Joined: 23 Sep 2013
Posts: 7

I fixed the issue finally..!!
I just added the WMQ Bin folder path into System Variable Path and that fixed the issue!!
Now both server version and client version are working
Back to top
View user's profile Send private message
Lazy
PostPosted: Tue Sep 24, 2013 6:33 am    Post subject: Reply with quote

Newbie

Joined: 23 Sep 2013
Posts: 7

Thanks for everyone who contributed to this topic. I really appreciate it
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Sep 24, 2013 8:22 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Lazy wrote:
I fixed the issue finally..!!
I just added the WMQ Bin folder path into System Variable Path and that fixed the issue!!
Now both server version and client version are working

The right thing to do would have been to make the installation "primary". This would also have fixed the issue.

Alternatively running setmqenv in the same shell as RFHUtil(c) would also have solved this specific problem.

With the co-location possibility of multiple versions in V7, you have to learn the new tricks...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » RFHUTIL and IBM Integration Bus V9
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.