-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading wrong Symbol Versions from Cloud instances #7984
Comments
I have the same problem since yesterday, Feb 24. With all existing projects a Donwload symbol leads to the error message that the reference to 25.4.0.0 cannot be downloaded. It even happens with a blank new AL:Go! Project. So pure Microsoft. |
Same issue in here. Localisation NL. |
I have same issue in localisation ES. I've tried to "force" the base application version in dependencies without success. |
Updated to BC25.4, now it works again. |
Yes, now that wen can install the 25.4 update that is one way. |
I agree that it's not something that we would like to have happen in next versions. |
What version is your app running? From what I can tell, if an app depends on another app with a version higher than the platform version, it attempts to load the latest symbols platform version. I’m running into an issue with an app with version 24.0.x.x. When downloading symbols in the development environment, it seems to try fetching the latest symbol version (25.4.0.0), even though the SaaS environment is running 25.3.x.x. |
Not able to download the symbol today onwards, Any solution error AL1022: A package with publisher 'Microsoft', name 'Business Foundation', and a version compatible with '25.4.0.0' could not be found in the package cache folders: d:\RS.alpackages |
Only solution I can provide at the moment is to update a sandbox environment to BC Version 25.4 and develop with the symbols downloaded from there. Deployment will still work on 25.3. |
Restart extensionhost fixed the missing symbol for me, i.e. restart VSCode. |
Is any of the dependencies with a version higher than valid, i.e. 23.20.x.x - this seems causes the debug server to deliver the incorrect symbol files. |
Thank you so much for swift reply . It works after reloading windows |
We have the same issue in localization FR |
Downloading the symbols from Cloud tries to download the Microsoft App Version 25.4 although we have installed the version 25.3. This happened today, Monday 24.02.2025 on all our projects that are in cloud and without any code/settings change from our side.
To reproduce:
Result:
[2025-02-24 16:26:38.65] The request for path /v2.0/BCTEST/dev/packages?publisher=Microsoft&appName=Business%20Foundation&versionText=25.4.0.0&appId=f3552374-a1f2-4356-848e-196002525837&tenant=d958dac5-4f95-4943-96ed-1ada1fc0581e failed with code NotFound. Reason: No published package matches the provided arguments. [2025-02-24 16:26:38.65] The request for path /v2.0/BCTEST/dev/packages?publisher=Microsoft&appName=System%20Application&versionText=25.4.0.0&appId=63ca2fa4-4f03-4f2b-a480-172fef340d3f&tenant=d958dac5-4f95-4943-96ed-1ada1fc0581e failed with code NotFound. Reason: No published package matches the provided arguments. [2025-02-24 16:26:38.70] The request for path /v2.0/TEST/dev/packages?publisher=Microsoft&appName=Base%20Application&versionText=25.4.0.0&appId=437dbf0e-84ff-417a-965d-ed2bb9650972&tenant=d958dac5-4f95-4943-96ed-1ada1fc0581e failed with code NotFound. Reason: No published package matches the provided arguments. [2025-02-24 16:26:38.70] Error: Failed to download the following references: System Application by Microsoft (25.4.0.0) Business Foundation by Microsoft (25.4.0.0) Base Application by Microsoft (25.4.0.0) [2025-02-24 16:26:38.70] All reference symbols have been downloaded.
The text was updated successfully, but these errors were encountered: