Author |
Message
|
anantha sreenivasan |
Posted: Fri Jul 06, 2007 2:29 am Post subject: Problem in Cloning a Broker |
|
|
Acolyte
Joined: 26 Sep 2006 Posts: 72
|
I have 2 brokers
Broker1 - newbroker
Broker2 - MSGBROK
I'm trying to make MSGBROK as a clone of newbroker.
newbroker has an execution group named: new_exec - no deployed message flow is currently running in this execution group
MSGBROK has an execution group named: MSG_EXEC - no deployed message flow is currently running in this execution group
When I try to execute mqsichangeperties command, the following error occurs
C:\Documents and Settings\deepak>mqsichangeproperties newbroker -e msg_exec -o a
ll -n clonedPubSubBrokerList -v "newbroker,WMBROK"
BIP8039E: Execution Group not available.
Execution Groups may be deleted by the Message Brokers Toolkit at any time.
Check to see if the Execution Group selected exists.
Eventhough my execution group is present this error occurs.
What could be the problem?
[/b] |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jul 06, 2007 2:36 am Post subject: Re: Problem in Cloning a Broker |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
anantha sreenivasan wrote: |
newbroker has an execution group named: new_exec |
anantha sreenivasan wrote: |
C:\Documents and Settings\deepak>mqsichangeproperties newbroker -e msg_exec -o a
ll -n clonedPubSubBrokerList -v "newbroker,WMBROK" |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
anantha sreenivasan |
Posted: Fri Jul 06, 2007 3:09 am Post subject: |
|
|
Acolyte
Joined: 26 Sep 2006 Posts: 72
|
Still getting the same error
C:\Documents and Settings\deepak>mqsichangeproperties MSGBROK -e msg_exec -o all -n clonedPubSubBrokerList -v \"newbroker,WMBROK\"
BIP8039E: Execution Group not available.
Execution Groups may be deleted by the Message Brokers Toolkit at any time. Check to see if the Execution Group selected exists. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 06, 2007 3:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Are execution group names case sensitive? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
anantha sreenivasan |
Posted: Fri Jul 06, 2007 3:19 am Post subject: |
|
|
Acolyte
Joined: 26 Sep 2006 Posts: 72
|
no. created the execution group with lower case characters only |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 06, 2007 3:23 am Post subject: Re: Problem in Cloning a Broker |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
anantha sreenivasan wrote: |
MSGBROK has an execution group named: MSG_EXEC - no deployed message flow is currently running in this execution group
|
anantha sreenivasan wrote: |
C:\Documents and Settings\deepak>mqsichangeproperties MSGBROK -e msg_exec -o all -n clonedPubSubBrokerList -v \"newbroker,WMBROK\"
BIP8039E: Execution Group not available.
Execution Groups may be deleted by the Message Brokers Toolkit at any time. Check to see if the Execution Group selected exists. |
If those 2 execution group names are in the same case, I need new batteries in these glasses.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
anantha sreenivasan |
Posted: Fri Jul 06, 2007 3:41 am Post subject: |
|
|
Acolyte
Joined: 26 Sep 2006 Posts: 72
|
can this be clarified further? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 06, 2007 3:51 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
anantha sreenivasan wrote: |
can this be clarified further? |
No, I don't see how. "Case" is about as clear as I can get in English  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jul 06, 2007 4:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
PieterV |
Posted: Fri Jul 06, 2007 4:31 am Post subject: |
|
|
Disciple
Joined: 04 Jan 2006 Posts: 164 Location: Belgium
|
perhaps a stupid reply but just to give this info.
When you create a new execution group, it will be created in the config manager but it will only be created on the broker side after a first deploy to it. Before that, there will be no DataFlowEngine process carying the name of the newly created execution group.
I've seen this behaviour on Sun Solaris, don't know if it exists on Windows. |
|
Back to top |
|
 |
|