Author |
Message
|
bharathi.tech12 |
Posted: Tue Aug 27, 2013 6:19 am Post subject: error in mqsicreatebar |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
Hi,
I am getting the below error while running the mqsicreatebar,
mqsicreatebar -data C:\workspace\ -b "C:\workplace\MEC_Service.bar" -cleanBuild -p "MEC_Service" -o "MEC_Service\MEC_Service_flow.msgflow" -trace -v C:/workplace/error.txt
BIP01011E Error occurred since the current script does not match V8 design.
I am using MB 8.0.0.2, OS- win7 |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 27, 2013 6:25 am Post subject: Re: error in mqsicreatebar |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bharathi.tech12 wrote: |
I am getting the below error while running the mqsicreatebar, |
Congratulations. Does the flow match the v8 design? Was it written under v8 or migrated from an earlier version? What does the flow contain? Does it have dependancies? What have you already done to diagnose the problem?
Better information, better advice. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Aug 27, 2013 6:28 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
I think the problem (ie. ROOT CAUSE) is that your script does not match V8 design.
So now that you have expert advice telling you the root cause, what action will you take to solve the root cause ? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
dogorsy |
Posted: Tue Aug 27, 2013 6:35 am Post subject: |
|
|
Knight
Joined: 13 Mar 2013 Posts: 553 Location: Home Office
|
lancelotlinc wrote: |
So now that you have expert advice telling you the root cause, what action will you take to solve the root cause ? |
Open another post asking how to solve the root cause ?  |
|
Back to top |
|
 |
bharathi.tech12 |
Posted: Tue Aug 27, 2013 6:36 am Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
The flow created from MB 8 version. The flow contain SOAP Input --> JCN-->SOAP Output.
trace file not contain any info
[2013/08/26/17:30:29] [INFO] CommandProcessor: process { mqsicreatebar arguments: }
[2013/08/26/17:30:29] [INFO] CommandProcessor: process { [-b, C:\workplace\MEC_Service.bar, -cleanBuild, -p, MEC_Service, -o, MEC_Service\MEC_Service_flow.msgflow, -trace, -v, C:/workplace/error.txt, -wmbtData] } |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Aug 27, 2013 6:38 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
dogorsy wrote: |
lancelotlinc wrote: |
So now that you have expert advice telling you the root cause, what action will you take to solve the root cause ? |
Open another post asking how to solve the root cause ?  |
LOLz dogo.  _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Aug 27, 2013 6:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
bharathi.tech12 wrote: |
The flow created from MB 8 version. The flow contain SOAP Input --> JCN-->SOAP Output.
trace file not contain any info
[2013/08/26/17:30:29] [INFO] CommandProcessor: process { mqsicreatebar arguments: }
[2013/08/26/17:30:29] [INFO] CommandProcessor: process { [-b, C:\workplace\MEC_Service.bar, -cleanBuild, -p, MEC_Service, -o, MEC_Service\MEC_Service_flow.msgflow, -trace, -v, C:/workplace/error.txt, -wmbtData] } |
So is it an Independent Resources Message Flow project?
Or is it a v8 Application, Service, or Library?
The BIP number was very specific. Did you look it up? |
|
Back to top |
|
 |
bharathi.tech12 |
Posted: Tue Aug 27, 2013 6:43 am Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
The main flow is v8 Application and its using the JAVA Project as Independent Resource.
as i mentioned earlier the main flow like below
SOAPInput--->Java Compute Node -->SOAPReply
Java Compute Node -- using the independent project and its added the ref with main flow. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Aug 27, 2013 6:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Now you have presented all of the relevant facts that are necessary to resolve your problem.
You have a 2, another 2, a 4, a + and an =.
I leave the math up to you. |
|
Back to top |
|
 |
bharathi.tech12 |
Posted: Tue Aug 27, 2013 7:17 am Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
Thanks.
Any one using MB 8 version. If that so, how your creating the bar file.
I have a 2, another 2, a 4, a + and an = MB 8 (?????????)  |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 27, 2013 7:25 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bharathi.tech12 wrote: |
Any one using MB 8 version. If that so, how your creating the bar file. |
Well I'd expect a few people are by now. I doubt this it your first bar file in WMBv8 given how long you've been asking for development help, and I would hazard a guess you use the same scripted process for them all (as what you've posted looks rather like a script) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bharathi.tech12 |
Posted: Tue Aug 27, 2013 7:50 am Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
This is my first bar file creation. I used toolkit to deploy into my dev server. Now i wand to move my flow to test or uat server, for that i am trying to create the bar file from my workspace.
I wand to konw why the below script not taking in MB8
mqsicreatebar -data C:\workspace\ -b "C:\workplace\MEC_Service.bar" -cleanBuild -p "MEC_Service" -o "MEC_Service\MEC_Service_flow.msgflow" -trace -v C:/workplace/error.txt
i am expecting from here is what i have missed or what i need to correct in this script.
 |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 27, 2013 8:03 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bharathi.tech12 wrote: |
i am expecting from here is what i have missed or what i need to correct in this script. |
And you didn't get that from the description of the error code, which as my most worthy associate points out, is very specific?
Quote: |
Error occurred since the current script does not match V8 design.
In the future, applications and libraries should use the "-a" and "-l" flags respectively. |
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bharathi.tech12 |
Posted: Tue Aug 27, 2013 8:10 am Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
I am getting the same error, but how to fix?
The script also created based on the instruction the info center. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Aug 27, 2013 8:12 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
bharathi.tech12 wrote: |
I am getting the same error, but how to fix?
The script also created based on the instruction the info center. |
It seems you lack the proper knowledge to do this job. What's your plan? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
|