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 » How to use -o in mqsireportproperties

Post new topic  Reply to topic
 How to use -o in mqsireportproperties « View previous topic :: View next topic » 
Author Message
WBI_user
PostPosted: Thu Aug 10, 2006 9:50 am    Post subject: How to use -o in mqsireportproperties Reply with quote

Partisan

Joined: 07 Aug 2001
Posts: 386

The help of mqsireportproperties shows:
mqsireportproperties brokerName ( -e executionGroupName | -b httplistener ) -o object [-n attribute | -a | -r]

Command Options:
'brokerName' name of the broker
'-e executionGroupName' name of the execution group
'-b httplistener' report properties for the HTTP Listener component
'-o object' object name to report on. Use AllReportableEntityNames for a list of allowable object names
'-n attribute' display the value of the attribute with this name
'-a' display all attribute values (non-recursive)
'-r' display all attribute values (recursive).


Under -o, it says
Use AllReportableEntityNames for a list of allowable object names

I tried
mqsireportproperties MYBROKER -o AllReportableEntityNames
I got
BIP8122W: Displays broker property settings.
BIP8002E: Selected flags incompatible.
When using this command interface the user should only select the supported flags. Correct and reissue the command.

Any idea how I can get a list of object names ?
Back to top
View user's profile Send private message
wschutz
PostPosted: Thu Aug 10, 2006 10:00 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

What is it you want toi change? Does this help?

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.eb.doc/an09140_.htm
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
WBI_user
PostPosted: Thu Aug 10, 2006 10:22 am    Post subject: Reply with quote

Partisan

Joined: 07 Aug 2001
Posts: 386

I was just rying to see what I can do with the reportproperties command. I wasn't trying to change anything.
I was wondering if "AllReportableEntityNames" will give me a list of all objects as suggested by the help.

I did try to search the info center with "AllReportableEntityNames", there was no result returned.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Aug 10, 2006 10:24 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You probably also need to specify either -a or -r.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
WBI_user
PostPosted: Thu Aug 10, 2006 10:40 am    Post subject: Reply with quote

Partisan

Joined: 07 Aug 2001
Posts: 386

I added -a or -r, same error.

The info center says -n -a -r are optional.

BTW this "AllReportableEntityNames" seems only show up on commnad prompt help (i.e enter mqsireportproperties without any parameter). As I said, a search in info center did not return any hit.
Back to top
View user's profile Send private message
WBI_user
PostPosted: Thu Aug 10, 2006 10:58 am    Post subject: Reply with quote

Partisan

Joined: 07 Aug 2001
Posts: 386

The reason why I was playing with the mqsireportproperties command was because I want to find out all the current properties of the my broker to determine if I need to make any changes. When use mqsicreatebroker to create the broker, there are many paramters that we can specify. If I forgot what parameter was used, is mqsireportproperties the way to find out or there is other better way.
Back to top
View user's profile Send private message
vmcgloin
PostPosted: Mon Nov 20, 2006 4:38 am    Post subject: Reply with quote

Knight

Joined: 04 Apr 2002
Posts: 560
Location: Scotland

Hi,

This is quite old so you probably worked it out, but (since I found this posty in a related search and for completeness) the mqsireportproperties syntax needs one of -e or -b to be used. So you can use your original command if you also specify an execution group and either -a or -r.

Cheers,
Vicky
Back to top
View user's profile Send private message
szudor
PostPosted: Wed Jan 17, 2007 4:33 am    Post subject: Try this Reply with quote

Novice

Joined: 21 Apr 2002
Posts: 18
Location: Budapest

Try this:

mqsireportproperties <broker> -b httplistener -o AllReportableEntityNames -a

and

mqsireportproperties <broker> -e default -o AllReportableEntityNames -a

The output sames like

ReportableEntityName='HTTPListener'
ReportableEntityName='HTTPConnector'
ReportableEntityName='HTTPSConnector'


ReportableEntityName='MessageFlow'
ReportableEntityName='AllMessageFlows'
ReportableEntityName='ComIbmAggregateNodeFactory'
ReportableEntityName='ComIbmBasicNodeFactory'
ReportableEntityName='ComIbmConfigurationNodeFactory'
ReportableEntityName='ComIbmCpiParserFactory'
ReportableEntityName='ComIbmDBTxnCtxManager'
ReportableEntityName='ComIbmDatabaseConnectionManager'
ReportableEntityName='ComIbmDummyParserFactory'
ReportableEntityName='ComIbmGeneralParserFactory'
ReportableEntityName='ComIbmGenericParserFactory'
ReportableEntityName='ComIbmGenericXmlParserFactory'
ReportableEntityName='ComIbmIDOCParserFactory'
ReportableEntityName='ComIbmJVMManager'
ReportableEntityName='ComIbmJavaNodeFactory'
ReportableEntityName='ComIbmJavaPluginNodeFactory'
ReportableEntityName='ComIbmJmsTransformNodeFactory'
ReportableEntityName='ComIbmMQConnectionManager'
ReportableEntityName='ComIbmMQNodeFactory'
ReportableEntityName='ComIbmMQParserFactory'
ReportableEntityName='ComIbmMQeNodeFactory'
ReportableEntityName='ComIbmMtiParserFactory'
ReportableEntityName='ComIbmSCADANodeFactory'
ReportableEntityName='ComIbmSQLNodeFactory'
ReportableEntityName='ComIbmSocketConnectionManager'
ReportableEntityName='ComIbmTimeoutNodeFactory'
ReportableEntityName='ComIbmWSNodeFactory'
ReportableEntityName='ComIbmWSParserFactory'
ReportableEntityName='ComIbmXMLResourceManager'
ReportableEntityName='ComIbmXSLResourceManager'
ReportableEntityName='ComIbmXmlParserFactory'
ReportableEntityName='DynamicSubscriptionEngine'
ReportableEntityName='EventLog'
ReportableEntityName='JAR'
ReportableEntityName='LabelManager'
ReportableEntityName='MIMEFactory'
ReportableEntityName='TraceLog'
ReportableEntityName='UserTraceLog'
ReportableEntityName='EventLog'
ReportableEntityName='UserTraceLog'
ReportableEntityName='TraceLog'
_________________
Sandor Zudor,
Certified Solution Expert/Developer
IBM WebSphere MQ & Message Broker
Back to top
View user's profile Send private message
asudhakar
PostPosted: Sat Jul 18, 2009 10:41 pm    Post subject: Reply with quote

Centurion

Joined: 12 May 2007
Posts: 116
Location: Bangalore

WBI_user wrote:
The reason why I was playing with the mqsireportproperties command was because I want to find out all the current properties of the my broker to determine if I need to make any changes. When use mqsicreatebroker to create the broker, there are many paramters that we can specify. If I forgot what parameter was used, is mqsireportproperties the way to find out or there is other better way.


Hi,, we can use mqsiserice <BrokerName> for display all broker properties. I think it is use ful for U
_________________
WebSphere MQ, MB Support and Admin
Back to top
View user's profile Send private message Send e-mail
smdavies99
PostPosted: Sun Jul 19, 2009 12:12 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.

asudhakar wrote:

Hi,, we can use mqsiserice <BrokerName> for display all broker properties. I think it is use ful for U


I think you meant to say:-

Quote:

mqsiservice <BrokerName>




But this is a really old thread. Why did you revive it now?
There have been other threads that cover this topic since 2006/2007.
_________________
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
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to use -o in mqsireportproperties
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.