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 » Question about System.Admin.command.queue

Post new topic  Reply to topic
 Question about System.Admin.command.queue « View previous topic :: View next topic » 
Author Message
anon_kb
PostPosted: Thu Feb 19, 2015 4:25 am    Post subject: Question about System.Admin.command.queue Reply with quote

Acolyte

Joined: 13 Nov 2014
Posts: 74

Hi I'm kinda new here in message broker I have these problem when I have to test my messageflow, whenever I test the flow, One of its commons with the System.Admin.Command.Queue name

It says.

Cannot access "System Admin command queue" . This usually occurs when queue does not exist. Create the queue and retry the operation.

thanks for the help.


Last edited by anon_kb on Thu Feb 19, 2015 5:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Feb 19, 2015 6:50 am    Post subject: Re: Question about System.Admin.command.queue Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

anon_kb wrote:
Hi I'm kinda new here in message broker I have these problem when I have to test my messageflow on "System Admin command queue".


Why exactly do you have a flow using a SYSTEM object?

What possible value do you see in a flow that either adds or intercepts command messages? Unless you're compounding your folly with a flow that adminsiters the queue manager, which isn't a task to be attempted lightly or by someone "kinda new here in message broker"
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
anon_kb
PostPosted: Thu Feb 19, 2015 5:41 pm    Post subject: Reply with quote

Acolyte

Joined: 13 Nov 2014
Posts: 74

sorry wrong post! My bad. My messageFlow has this certain commons and whenever I run my message flow the common connected to it with the System.admin.command.queue name provides an Error like the post above!

Shall we say I've taken this kind of training on WMB but I never encountered it on the training. Ive done some research on net and it always takes me on the requesting admin or granting access something.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Feb 20, 2015 5:27 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

anon_kb wrote:
My messageFlow has this certain commons and whenever I run my message flow the common connected to it with the System.admin.command.queue name provides an Error like the post above!


What "certain commons"? No flow except the kind of specialised one I alude to above should access the command queue, and I can think of no use case where common code (i.e. code included in multiple flows) would need to do this. Describe exactly what this code is doing and why it's accessing this queue.

anon_kb wrote:
Shall we say I've taken this kind of training on WMB but I never encountered it on the training. Ive done some research on net and it always takes me on the requesting admin or granting access something.


So you're kind of new and you've taken some kind of training. Was it training or wasn't it?

Your research is correct. That object is the command queue for the queue manager through which it's administered; because of this access is typically restricted to those people who administer the queue manager to prevent unauthorised changes.

Applications using the queue and other objects on the queue manager (and a broker flow is a particular kind of that application) do not need to access this queue for any reason. Hence my question about what this code is doing.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Feb 20, 2015 9:11 am    Post subject: Reply with quote

Grand High Poobah

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

What is the type of message being sent? Maybe a pcf message? And if yes why is the broker sending a pcf message???
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
smdavies99
PostPosted: Fri Feb 20, 2015 11:56 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.

fjb_saper wrote:
What is the type of message being sent? Maybe a pcf message? And if yes why is the broker sending a pcf message???


fjb, you seem to have forgotten that this comes up from time to time. People want to do things like 'get queue depth' from a message flow.

It is true that we try to discourage this but does not stop at least one so called Broker Consultant from spending lots of customers money trying to implement something using PCF calls.

We really don't know what these 'commons' do. It might be something like that.
_________________
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
Vitor
PostPosted: Fri Feb 20, 2015 12:09 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

smdavies99 wrote:
fjb_saper wrote:
What is the type of message being sent? Maybe a pcf message? And if yes why is the broker sending a pcf message???


fjb, you seem to have forgotten that this comes up from time to time. People want to do things like 'get queue depth' from a message flow.


I've not, and if it is that then my comments to the OP will be:

- your research is correct; you need more authority for the user id that runs your flow
- whoever controls your design standards and whoever wrote this common code (which may be the same or two different people) need to hang their heads in shame
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Feb 20, 2015 12:26 pm    Post subject: Reply with quote

Grand High Poobah

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

smdavies99 wrote:
fjb, you seem to have forgotten that this comes up from time to time. People want to do things like 'get queue depth' from a message flow.

It is true that we try to discourage this but does not stop at least one so called Broker Consultant from spending lots of customers money trying to implement something using PCF calls.

We really don't know what these 'commons' do. It might be something like that.

Well in fact I was more thinking along the lines of a get inhibit on the input queue of the flow because a message was out of sequence ... with a roll back to send the current message back to the queue...

Agreed all stuff that should be covered by a different design...
_________________
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 » Question about System.Admin.command.queue
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.