Author |
Message
|
gugs |
Posted: Mon Jul 23, 2007 3:29 am Post subject: Help with MQSICREATEBAR command |
|
|
Apprentice
Joined: 10 Jul 2007 Posts: 30
|
We are having problems with creating bar files using MQSICREATEBAR command. It works when we specify:
1/. 1 message flow
2/. 1 message set followed by 1 message flow
3/. 2 message sets
4/. 3 message sets
However, it fails when we specify:
1/. 1 message flow followed by 1 message set
2/. 2 message flows specified
Is there a limit or restriction on the combination of parameters that should be used in creating the bar file using the MQSICREATEBAR command?
Any examples would be welcome.
Please note, we are not using ANT or a common repository, the objects required to build the bar file are in the workspace and the Toolkit is not running when the command is run. _________________ Thanks in advance |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 23, 2007 3:45 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What version? v5 or v6? What FP?
What error?
There's been a variety of discussions here in the past on working with this command. I don't know that any of them will help, but it can't hurt to look. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
gugs |
Posted: Mon Jul 23, 2007 4:44 am Post subject: |
|
|
Apprentice
Joined: 10 Jul 2007 Posts: 30
|
jefflowrey wrote: |
What version? v5 or v6? What FP?
What error?
There's been a variety of discussions here in the past on working with this command. I don't know that any of them will help, but it can't hurt to look. |
We do not get any error, the command just hangs. We are using v6, Toolkit CSD 4, Broker 6.0.04. _________________ Thanks in advance |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 23, 2007 4:51 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It just hangs? Exciting!
What's the syntax you're using? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
gugs |
Posted: Mon Jul 23, 2007 5:46 am Post subject: |
|
|
Apprentice
Joined: 10 Jul 2007 Posts: 30
|
jefflowrey wrote: |
It just hangs? Exciting!
What's the syntax you're using? |
mqsicreatebar -data C:\MS\R2132\Build1 -b C:\MS\R2132\Build1\Servers\ARULESWT.bar -p MSFlows -o MSFlows\MSFlows\MS_SWT_MAIN.msgflow MSFlows\MSFlows\MS_SWT_Log.msgflow _________________ Thanks in advance |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 23, 2007 5:59 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is there anything in .metadata/.log in the workspace from when it hangs?
Are you sure that all the projects you're trying to package are completely error free? Are you sure that they are already compiled? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
gugs |
Posted: Wed Jul 25, 2007 12:38 am Post subject: Sorted |
|
|
Apprentice
Joined: 10 Jul 2007 Posts: 30
|
jefflowrey wrote: |
Is there anything in .metadata/.log in the workspace from when it hangs?
Are you sure that all the projects you're trying to package are completely error free? Are you sure that they are already compiled? |
We have sorted the problem, the workspace had an error.
However, we did find that using the MQSI_UTILITY_TRACE does not produce a trace for the MQSICREATEBAR command; it works as expected for MQSILIST command. _________________ Thanks in advance |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 25, 2007 1:26 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
mqsicreatebar is a Toolkit command, mqsilist is a runtime command.
I guess Toolkit commands don't trace like runtime commands do. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|