Hi,
I'm having trouble downloading symbols for a BC18 trial. I continually get the error:
[2021-08-22 20:09:21.70] The request for path /v2.0/Production/dev/packages?publisher=Microsoft&appName=System&versionText=1.0.0.0 failed with code ServiceUnavailable. Reason: Service Unavailable
[2021-08-22 20:09:23.12] Error: An error occured while processing the request.
Can anyone tell me whats going on here? Does the trial version still allow downloading of symbols?
My launch.json:
{
"version": "0.2.0",
"configurations": [
{
"name": "Microsoft cloud sandbox",
"request": "launch",
"type": "al",
"environmentType": "Production",
"environmentName": "Production",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"tenant": "80364074-ed35-4c8b-9529-5c192c4197f0"
//"server": "https://businesscentral.dynamics.com/80364074-ed35-4c8b-9529-5c192c4197f0/production"
}
]
}
My app.json:
{
"id": "2061e716-473d-4dd5-a1f3-892f2a248624",
"name": "Test2",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "18.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"contextSensitiveHelpUrl": "https://Test2.com/help/",
"showMyCode": true,
"runtime": "7.2"
}
The console output I'm getting is:
[2021-08-23 09:17:21.07] Using reference symbols cache path: c:\Users\User\Documents\AL\Test2\./.alpackages
[2021-08-23 09:17:21.11] Authenticating...
[2021-08-23 09:17:22.12] Authenticated.
[2021-08-23 09:17:22.12] Authenticated as user 'realuser@realdomain.com'. Please note that these credentials are cached. Clear the credentials cache to authenticate as another user.
[2021-08-23 09:17:22.12] Targeting Dynamics 365 Business Central.
[2021-08-23 09:17:22.13] Sending request to https://api.businesscentral.dynamics.com/v2.0/Production/dev/packages?publisher=Microsoft&appName=Application&versionText=18.0.0.0
[2021-08-23 09:17:22.13] Sending request to https://api.businesscentral.dynamics.com/v2.0/Production/dev/packages?publisher=Microsoft&appName=System&versionText=1.0.0.0
[2021-08-23 09:17:43.81] Error: An error occured while processing the request.
Request ID: c3d61bf2-c6b8-4f76-990a-41cb36a340a2
Session ID: eeec1694-9648-4e55-8fd5-1af31ba6b77d
Any help here would be appreciated. Thanks.