Closed PeterConijn closed 5 months ago
This is a bug at Microsoft and they are working on a solution
Thanks the info, @MortenRa !
Thanks, @MortenRa! I was just going to comment that even an increase of version no. does not allow me to publish.
Is there a Viva Yammer Engage thread for this, that you know of?
MS also put this info into VS code under AL Home
I have tried to keep publishing, but it fails with 100% consistency. There is a sort of/kind of work around for sandboxes (and Production PTEs).
Latest on the grapevine is that Microsoft are pushing a hotfix, but it might take up to two weeks before all tenants have been updated.
We're waiting for Microsoft to solve this on infrastructure level on their side.
Microsoft have resumed updates and the issues seems(!) to have been resolved.
We'll close this issue. If it comes back, you can reopen it again!
Describe the bug This might be Microsoft, but I am putting this here in case others have the same problem. Since Microsoft has (finally) managed to upgrade our Accept sandbox to BC24 last night, the deployment suddenly fails with the following errors:
Status Code 422 : Unprocessable Entity Er is geen gepubliceerde extensie die overeenkomt met de opgegeven parameterwaarden. // (translation: There is no published extension that matches the provided parameter values) Status Code 422 : Unprocessable Entity This Extension cannot be published as it has the same App ID and Version as a previously published Extension. Status Code 422 : Unprocessable Entity This Extension cannot be published as it has the same App ID and Version as a previously published Extension.
The exact same pipeline has been working fine on the 23.5 sandbox until it updated yesterday. NA Sandbox (still on 23.5) is also fine. The pipeline is set to ForceSync (since I cannot find a way to skip deployments of already installed versions) and Replace Package ID, which has been sufficient of managing this up till now.
VSCode shows identical behavior I have also been able to replicate this behavior in VSCode. Using the Dysel System App with the same version number and schemaUpdateMode: ForceSync, publishing to the BC24 environment fails, while publishing to the BC23.5 environment succeeds.
It almost looks like Microsoft broke ForceSync.
the used yaml please provide the yaml that you used. It helps you put the yaml like this:
the output Also the complete output is necessary for us to see what is going on. Also use backtics: Log file tasklog_13_NL.log
Expected behavior I would have expected the behavior to remain consistent.
Screenshots
Additional context