Original Message:
Sent: Mon June 05, 2023 08:37 AM
From: Matthias Blomme
Subject: mqsicreatebar command
Hi Nenad
I think you deleted your post content when you edited the post, I only see my previous post text in your post.
Apparently your bar file is not valid, curl deploys with proper credentials work just fine if your barfile is valid.
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Mon June 05, 2023 07:01 AM
From: Nenad Neshov
Subject: mqsicreatebar command
Original Message:
Sent: Tue May 30, 2023 03:42 AM
From: Matthias Blomme
Subject: mqsicreatebar command
You can have a look here: https://community.ibm.com/community/user/integration/blogs/matthias-blomme/2023/05/23/ace-bar-build-commands-unraveling-the-differences
I listed the differences packaging methods, maybe there is something there that can help you
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Thu May 25, 2023 04:47 AM
From: Nenad Neshov
Subject: mqsicreatebar command
Yes the same version it is, the toolkit and the workspace. I got no other dependencies for the project.
I created a million times new workspace new integration nodes etc. delete everything create everything from the beginning and the same is happening.
But anyway thanks a lot for your help. i really appreciate it. I will take another approach for this problem, for now i will bulid manually the bar files from the toolkit i lost to much time.
------------------------------
Nenad Neshov
Original Message:
Sent: Tue May 23, 2023 07:44 AM
From: Matthias Blomme
Subject: mqsicreatebar command
Your build env is 12.0.8, that is the same version as your workspace?
You have no other dependency projects then the AirportDataApp?
You could try creating a new workspace with just the projects you need for the bar, see if it works then.
Without access to your workspace I can't really do anything more at the moment.
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Tue May 23, 2023 07:03 AM
From: Nenad Neshov
Subject: mqsicreatebar command
I'm getting preatty much the same

the errors and the commnad that i'm running are in the picture...
------------------------------
Nenad Neshov
Original Message:
Sent: Tue May 23, 2023 05:53 AM
From: Matthias Blomme
Subject: mqsicreatebar command
If you are building from a big workspace there can be no errors, not even in non-related projects.
Try specifying all projects you need (both for building and as reference) with the -p flag, you can combine multiple -p flags
mqsicreatebar -data ... -a ... -b ... -p project1 -p project2 ...
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Tue May 23, 2023 05:47 AM
From: Nenad Neshov
Subject: mqsicreatebar command
i'm not getting any of this error when i create bar from the toolkit
------------------------------
Nenad Neshov
Original Message:
Sent: Tue May 23, 2023 05:40 AM
From: Matthias Blomme
Subject: mqsicreatebar command
Hi Nenad
What type of error do you get? Could you share the output of the command.
It might be something simple like some dependency you are missing.
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Tue May 23, 2023 05:22 AM
From: Nenad Neshov
Subject: mqsicreatebar command
HI Matthias,
Building bar files from ACE toolkit is working it's building bars, but from console with the command mqsicreatebar am getting errors like a problem with some files inside the project.
I can't understand why is this happening.
because this is also happening when i run the command mqsicreatebar -compileOnly to compile the files fisrt before we add them to bar file, it is giving me error, but if i go in the toolkit and go to project and select build for mqsipackge bar, it is finishing without errors.
any expirience to share about this, or some documentation that might help.
------------------------------
Nenad Neshov
Original Message:
Sent: Wed May 17, 2023 07:33 AM
From: Matthias Blomme
Subject: mqsicreatebar command
Hey Nenad
Yes version v12 is not backwards compatible with v10.
Best to stay in the same main versions. ie build v10 to deploy to v10 and build v12 to deploy on v12.
Btw v10 is out of support for a while now.
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Wed May 17, 2023 05:52 AM
From: Nenad Neshov
Subject: mqsicreatebar command
Do you think that i might be something with versions of ACE and the integration node?
because the version that am using for creation the bar files is ACE 12.0.8.0, and the node integration version is

------------------------------
Nenad Neshov
Original Message:
Sent: Tue May 16, 2023 07:59 AM
From: Matthias Blomme
Subject: mqsicreatebar command
Do you have the console log for that one? Or the stdout/stderr file for windows, could be more info in there.
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Tue May 16, 2023 07:23 AM
From: Nenad Neshov
Subject: mqsicreatebar command
The errors that I send it to you were from a local integration node, where i deploy the bar file.
but i also tried to deploy the bar file, on a existing dev environment on our clients side, there is an integration node, where the bar file can be deployed, and i got these errors:

------------------------------
Nenad Neshov
Original Message:
Sent: Tue May 16, 2023 01:26 AM
From: Matthias Blomme
Subject: mqsicreatebar command
Actually I am :)
This basically means that you have no mq connection setup. Either via a default qmgr or via a default mq policy. This can be fixed by configuring either of them
Where are you deploying to? Node managed, standalone or containerized?
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Mon May 15, 2023 08:58 AM
From: Nenad Neshov
Subject: mqsicreatebar command
Hi Matthias,
Thanks a lot for your reply, i was able to solve that error, now I'm getting different error maybe you are familiar with it
------------------------------
Nenad Neshov
Original Message:
Sent: Mon May 15, 2023 12:55 AM
From: Matthias Blomme
Subject: mqsicreatebar command
Hi Nenad,
Could you possible share your script via github, or copy paste it here?
Then we can have a go at running it.
I've been use build and package scripts for a long time now and I haven't seen your error before.
------------------------------
Regards
Matthias Blomme
Original Message:
Sent: Wed May 10, 2023 05:01 AM
From: Nenad Neshov
Subject: mqsicreatebar command
Hio guys,
i created one script for Linux for creating BAR files. I copied one of the folder(repo) on my machine, the i'm gonna use for testing.
and the script works fine until the last part of the script where is my command mqsicreatebar.
/tools/mqsicreatebar -data ./ace-12.0.8.0/IIB_ACE_ENS -b AirportsDataApp.bar -p AirportsDataApp
the error that i'm getting all the time, no matter how is the sytax of the command is:
[2023/05/10/10:54:19] [INFO] CommandProcessor: openWorkspace { }
[2023/05/10/10:54:19] [INFO] CommandProcessor: openWorkspace { List of projects to be processed: TestFlowProject }
BIP0960E Incorrect "-a", "-l", "-s", "-p", or "-o" argument supplied to mqsicreatebar.
Project directory "TestFlowProject" does not exist.
[2023/05/10/10:54:19] [INFO] CommandProcessor: projectToAddorOpen { Required project "TestFlowProject" does not exist on the file system }
I tried different thing but all the time i'm getting the same.
------------------------------
Nenad Neshov
------------------------------