Closed innonav-dev closed 1 year ago
May be one other thing to try: can you download a new version of the license-file and try with that one? Also: what version of BC are we talking about?
The Apps are built on version 19.2 and the license used is a BC 20 license downloaded less than a month ago. Will try to download a new license file tomorrow and see if that changes anything.
Would it be possible to run this step in a docker container?
Meantime, we'll see what other requirements are necessary (we were able to simulate it, so we should be able to work towards a solution..).
Tried it with a newly downloaded BC20 Partner License but still get the same error message.
Well - as I said - not much we can do about BC licensing 🤷♂️
Is there any news about this problem? We have the same issue with all our customer licenses. Does the license have to be hosted in an Azure store or is it also possible within a pipeline? Neither of these work for me. What type of function are you calling to determine that the file is corrupted? Thank you for your feedback
We're working on supporting the .bclicense for the licensecheck .. hopefully news soon.
Dear @InnoNavSupport ,
Could you please try our latest release v1.454.3354 ? You can now feed a .bclicense file in the "licensefile" parameter. The BCLicense work in an entirely other way and doesn't involve tricky DLLs to work with.
Kind regards,
Dear @AdminHodor , We just tested the function with the bclicense File. Seems to work better. One of the MS Apps is throwing an error. I was only able to use the LicenseFile with a URL and not with a Path. Does the license file need to be uploaded manually to the docker?
Duplicate: #612
Describe the bug When we try to use the newly added License Check task to check our built apps against our license, the task always runs into an error claiming the license file is corrupt. We tried with locally stored and online hosted license files, but that didn't change the result. We are trying to get it running without a docker container, because we also run the batch compile task without a container before trying to check the compile output against the license.
We approached you guys last week at the BC Tech Days explaining the problem, and you guys recommended us to install the Visual C++ Redistributable on our agent machine, but that also didn't fix the problem.
Do you have any other idea how to fix the error? Do we have to install a specific VC++ version, or any other dependency to get it running on our machine?
the used yaml
the output