Author |
Message
|
mqjeff |
Posted: Wed Aug 08, 2012 1:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I don't think the issue is with the -p parameter. The -p appears to be fine.
I think the issue is that one of the -o's is not an object, it's a folder.
You need to make sure that -o consists of a space separated list of *files*, either .mset or .msgflow or .subflow resources. |
|
Back to top |
|
 |
viwmb |
Posted: Wed Aug 08, 2012 4:17 am Post subject: |
|
|
Novice
Joined: 22 Jul 2012 Posts: 19
|
@mqjeff:
i did make sure that i keep the spaces between the msgsets,flows and the subflows between two files.
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 08, 2012 5:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
viwmb wrote: |
@mqjeff:
i did make sure that i keep the spaces between the msgsets,flows and the subflows between two files.
Thanks |
Okay, but your -o flag is "-o ExceptionReport_MSP\ExceptionReport_MS\messageSet.mset COLL_HBI\LUW\COLL_HBI.msgflow BPS_MFPJava\BPS\Main_ExtractZip_JavaCompute ".
That second one is *not* a .msgflow, .subflow or .mset file. It needs to be *specific*. |
|
Back to top |
|
 |
viwmb |
Posted: Wed Aug 08, 2012 10:17 am Post subject: |
|
|
Novice
Joined: 22 Jul 2012 Posts: 19
|
@mqjeff:
COLL_HBI\LUW\COLL_HBI.msgflow is one of the main msg flows from the particular project COLL_HBI.
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 08, 2012 10:18 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
viwmb wrote: |
@mqjeff:
COLL_HBI\LUW\COLL_HBI.msgflow is one of the main msg flows from the particular project COLL_HBI.
Thanks |
Yes, okay.
But
Quote: |
BPS_MFPJava\BPS\Main_ExtractZip_JavaCompute |
is a directory.
EDIT: Yes, okay, I said "the second one" when the one I meant was the last one in a list of three. |
|
Back to top |
|
 |
viwmb |
Posted: Wed Aug 08, 2012 12:28 pm Post subject: |
|
|
Novice
Joined: 22 Jul 2012 Posts: 19
|
@mqjeff:
The message flows in different projects are interlinked with each other. I tried by giving only one message flow to the message sets instantly and i got the error:
BIP0965E Error compiling files in mqsicreatebar.
The message is:
Path for project must have only one segment.
Later added the next message flow then it asked me for the particular Main_ExtractZip_JavaCompute which is missing in this way after adding all the message flows again i get the above error.
Thanks |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Aug 08, 2012 4:01 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
viwmb wrote: |
@mqjeff:
The message flows in different projects are interlinked with each other. I tried by giving only one message flow to the message sets instantly and i got the error:
BIP0965E Error compiling files in mqsicreatebar.
The message is:
Path for project must have only one segment.
Later added the next message flow then it asked me for the particular Main_ExtractZip_JavaCompute which is missing in this way after adding all the message flows again i get the above error.
Thanks |
You have to distinguish between adding a msgflow to a bar file and adding a reference to a project... It is not the same thing.
In reference to the java project you should not have to mention it in the -o switch as it is referenced in the -p switch...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
viwmb |
Posted: Thu Aug 09, 2012 12:12 pm Post subject: |
|
|
Novice
Joined: 22 Jul 2012 Posts: 19
|
@fjb_saper:
i have taken the java project from -o still no luck its the same error... message flow project is in a different folder than that of the reference project. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Aug 09, 2012 5:56 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
viwmb wrote: |
@fjb_saper:
i have taken the java project from -o still no luck its the same error... message flow project is in a different folder than that of the reference project. |
Then something must be very wrong with your setup.
The Message Flow project needs to reference the Java project.
Then you reference both projects on the mqsicreatebar and specify the build of the message flow. This should be sufficient.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|