Author |
Message
|
AJStar |
Posted: Tue Feb 05, 2008 1:03 am Post subject: mqsicreatebar in toolkit incompatible env |
|
|
 Acolyte
Joined: 27 Jun 2007 Posts: 64
|
How can I create a BAR in an environment where toolkit is not compatible? The mqsicreatebar command seems to be available only in the toolkit and the installation is not compatible in Solaris, I think.
Any workaround for this, assuming my complete working platform does not support toolkit installation?
Regards
AJ |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Feb 05, 2008 1:37 am Post subject: Re: mqsicreatebar in toolkit incompatible env |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
AJStar wrote: |
assuming my complete working platform does not support toolkit installation?
|
Wandering how you are creating flows or eSQL files without toolkit  _________________ Cheers |
|
Back to top |
|
 |
AJStar |
Posted: Tue Feb 05, 2008 2:03 am Post subject: Re: mqsicreatebar in toolkit incompatible env |
|
|
 Acolyte
Joined: 27 Jun 2007 Posts: 64
|
AkankshA wrote: |
AJStar wrote: |
assuming my complete working platform does not support toolkit installation?
|
Wandering how you are creating flows or eSQL files without toolkit  |
Just assuming such a scenario
We actually just have to do the following in UNIX env. (its automated)
1) Check out code
2) build bar
3) deploy
4) test
Everythings done except the "build bar".
Regards
AJ |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 05, 2008 4:37 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You have to install Toolkit on that machine.
How are you going to "compile" without the "compiler"?
That said, a bar file is just a zip file.
But I don't recommend trying to create .cmf or .dict files yourself, nor trying to build broker.xml from scratch.
Unless you've previously worked at Hursley. On the Broker dev team. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Feb 05, 2008 5:00 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
As Jeff says, you need a toolkit to produce .cmf and .dictionary files. If this is something you'd like to see better support for then I suggest you raise a requirement with IBM.
There are a few things you can already do in this area:
a) You can override properties in existing cmf files using mqsiapplybaroverride (and in v6.1, also using your own Java programs).
b) You could store the compiled files inside your change management system, extract them and make up the BAR yourself.
c) If you're using v6.1 and are using .xsdzip files to describe your messages, it's more reasonable to produce these outside the toolkit because as the name suggests, they're just zip files containing XSDs.
d) Hopefully it's well enough known, but you can also deploy using the commandline and from within your own Java programs. |
|
Back to top |
|
 |
|