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 » IBM MQ Security » AMQ7226: The profile name is invalid with RFHUTILC

Post new topic  Reply to topic
 AMQ7226: The profile name is invalid with RFHUTILC « View previous topic :: View next topic » 
Author Message
kenward
PostPosted: Wed Jul 13, 2011 7:56 am    Post subject: AMQ7226: The profile name is invalid with RFHUTILC Reply with quote

Apprentice

Joined: 01 Jun 2010
Posts: 41
Location: Detroit, MI

I'm trying to use rfhutilc to connect to a remote queue manager and I'm following the instructions in the docs but when I try this command, it's failing (see below). Anyone know why I'd get this error besides the obvious reading of the vaguely documented error code? Haven't found much searching the forums either.

I'm running the command in a linux environment and I've tried double and single quotes. I've also tried 'RFHUTIL.REPLY**' as well with the same result.

$ setmqaut -m QMGR -n "RFHUTIL.REPLY.QUEUE**" -t q -g mibbrws +all
AMQ7226: The profile name is invalid.
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Wed Jul 13, 2011 9:25 am    Post subject: Re: AMQ7226: The profile name is invalid with RFHUTILC Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3253
Location: London, ON Canada

kenward wrote:
I've tried double and single quotes. I've also tried 'RFHUTIL.REPLY**' as well with the same result.

Remove the quotes.
i.e.
Code:
setmqaut -m QMGR -n RFHUTIL.REPLY.QUEUE** -t q -g mibbrws +all


Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
fjb_saper
PostPosted: Wed Jul 13, 2011 10:02 am    Post subject: Re: AMQ7226: The profile name is invalid with RFHUTILC Reply with quote

Grand High Poobah

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

kenward wrote:
I'm trying to use rfhutilc to connect to a remote queue manager and I'm following the instructions in the docs but when I try this command, it's failing (see below). Anyone know why I'd get this error besides the obvious reading of the vaguely documented error code? Haven't found much searching the forums either.

I'm running the command in a linux environment and I've tried double and single quotes. I've also tried 'RFHUTIL.REPLY**' as well with the same result.

$ setmqaut -m QMGR -n "RFHUTIL.REPLY.QUEUE**" -t q -g mibbrws +all
AMQ7226: The profile name is invalid.

You are running in Linux/Unix and don't want the '*' to be interpreted as an OS wildcard:
Code:
$ setmqaut -m QMGR -n RFHUTIL.REPLY.QUEUE\*\* -t q -g mibbrws +all


Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
kenward
PostPosted: Wed Jul 13, 2011 10:20 am    Post subject: Reply with quote

Apprentice

Joined: 01 Jun 2010
Posts: 41
Location: Detroit, MI

Neither escaping the asterisks with a \ nor eliminating the quotations made a difference.
Back to top
View user's profile Send private message
zpat
PostPosted: Wed Jul 13, 2011 10:31 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

setmqaut -m QMGR -n 'RFHUTIL.REPLY.QUEUE.**' -t q -g mibbrws +allmqi

or

setmqaut -m QMGR -n 'RFHUTIL.REPLY.QUEUE*' -t q -g mibbrws +allmqi
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Jul 13, 2011 8:05 pm    Post subject: Reply with quote

Grand High Poobah

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

Check the infocenter and make sure the order of the parameters is right.
It does matter.

I use no quotes and escape chars.
Also run the command as user mqm.

setmqaut -m -t -n -g is not treated the same as setmqaut -m -n -t -g
_________________
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 » IBM MQ Security » AMQ7226: The profile name is invalid with RFHUTILC
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.