Author |
Message
|
venkat_chekka |
Posted: Wed Sep 27, 2006 11:17 am Post subject: MQSICreateExecutionGroup |
|
|
Apprentice
Joined: 14 Apr 2006 Posts: 37
|
Hi,
I am working on VMWare system. I created Configuration Manager and Broker from the broker command console in that machine but I am getting error while creating the execution group in broker command console.
I am using below MQSICommand for creating the execution group.
mqsicreateexecutiongroup -i IPAddress -p 1414 -q QMGR -b BROKER e EG1
Error:
Broker 'BPIC_BR' was not found in the Configuration Manager repository.
Please help me regarding this issue.
Thanks&Regards
Venkat |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 27, 2006 11:24 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
mqsicreateexecutiongroup uses the ConfigMgr Proxy API to talk to the ConfigMgr.
You'll have to open the Toolkiit and register the broker first, and then you can use mqsicreateexecutiongroup. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
venkat_chekka |
Posted: Wed Sep 27, 2006 11:43 am Post subject: mqsicreateexecutiongroup |
|
|
Apprentice
Joined: 14 Apr 2006 Posts: 37
|
Hi jefflowrey,
My system don't have Broker Toolkit.That's why I am trying to create all these things from broker command console. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 27, 2006 12:30 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The only way you can register the broker to the configmgr without the toolkit is to write a program using ConfigMgrProxy API to do the registration.
In general, you should never expect to have a working Broker installation without ONE copy of the Toolkit installed SOMEWHERE. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Sep 29, 2006 1:11 am Post subject: Re: MQSICreateExecutionGroup |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
venkat_chekka wrote: |
mqsicreateexecutiongroup -i IPAddress -p 1414 -q QMGR -b BROKER e EG1
...
Broker 'BPIC_BR' was not found in the Configuration Manager |
Just checking... is that really the error you got? |
|
Back to top |
|
 |
|