Description
Describe the issue
Cannot download AE version via bccontainerhelper 24.x & 25.x
When testing 26.0 it works, however AE has worked before!
According to the website it should still be available
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/compliance/apptest-countries-and-translations
Script used
Get-BCArtifactUrl -country ae -version 25.3 -type sandbox -select latest
Error
Downloading Platform index to C:\Users\sorenk\AppData\Local\Temp\bcContainerHelper.platform.json Downloading ae index to C:\Users\sorenk\AppData\Local\Temp\bcContainerHelper.ae.json Get-BCArtifactUrl Telemetry Correlation Id: 26e41291-6df6-4e72-b4c1-3b8c7e4ef3f0 Error: Exception calling "GetResult" with "0" argument(s): "Response status code does not indicate success: 404 (The specified blob does not e xist.)." Response status code does not indicate success: 404 (The specified blob does not exist.).
Activity
freddydk commentedon May 13, 2025
ae just maps to w1, but in the old days - this mapping was automatic (due to a $bcContainerHelperConfig.mapCountryCode entry.
This mapping wasn't transferred when we switched to indexes - I will fix that, but if you don't want to wait - you can just use w1.
sorenkgmi commentedon May 13, 2025
Already done. Thanks for the great work and rapid response.
ps610 commentedon May 19, 2025
This probably applies to all countries mapped in $bcContainerHelperConfig.mapCountryCode. We get the same error with country
za
.Artifact index issues (#3939)
freddydk commentedon May 20, 2025
Yeah, sorry - forgot to merge the PR.