We have several models packaged together in a deployment package, which was added to the Asset Library in LCS.
When updating a on-prem environment, through LCS > Env full details > Maintain > Apply update, the package fails after a very long time (more that 2,5 hours).
The “Preparing” stage of the update executes successfully, but the Deployment fails.
Looking that the DeploymentLog files, the following message is thrown in the install-AxPackages** file: “Could not find FileLocations.xml in the package <MyModelName>”.
This message is thrown for each model in the deployment package.
In the update-AXpackages txt file, I see the message:
"Successfully installed < MyModelName >." For each model in the package; which I would assume mean that the deployment was successful?
However the deployment leaves the on-prem environment in a Failed state and I have to roll back.
What is the cause of the “Could not find FileLocations.xml in the package <MyModelName>” error?
The package can successfully be deployed in other environments when downloading from Asset library and deploying with runbook scripts.