08-26-2019 02:15 PM
I was using NI Package Builder attempting to build a set of similar but distinct packages. However when I Build Solution or Build All Packages, only the first package is ever built. I even tried the Command Line Interface to build as well and only the first package is built. Am I missing something or is this a bug?
Solved! Go to Solution.
08-26-2019 02:39 PM
I figured out my issue as my as I was trying to take a shortcut because you cannot duplicate packages in a Solution currently (Posted on Idea Exchange). I tried manually editing the PBS file and did not added the packages to DistributionGroup section of the file.
08-26-2019 04:33 PM - edited 08-26-2019 04:35 PM
Hey Bill, NI Package Builder 19.0 has a current limitation that you cannot place an input file to more than location in a single package or in more than one package. This limitation prevents the application from supporting duplicating a package in a solution. The current workaround is to use two different solution files. Is that important for your use? Is the workaround you are doing, editing the solution file, potentially working around this limitation?
08-26-2019 04:38 PM
Scott,
Thank you for the response. I was trying to minimize errors from creating three different packages that were the same except for a single word. Apparently since each package had different files, I did not run into the issue you describe.
08-26-2019 05:13 PM
I agree, thanks.