Hello,
I am new to Business Central. I have installed a BC docker container, using the Powershell script from Microsoft.
Install went well, and sandbox is running. I can open BC website.
Unfortunately I cannot load the symbols from Visual Studio Code.
I already came across many topics, blogs, ... but none are helping.
Anyone has any idea?
This is my launch .json:
{
"version": "0.2.0",
"configurations": [
{
"name": "D365BC",
"request": "launch",
"type": "al",
"environmentType": "Sandbox",
"server": "http://D365BC",
"serverInstance": "BC",
"authentication": "UserPassword",
"startupObjectId": 22,
"startupObjectType": "Page",
"tenant": "default"
}
]
}
This is my app.json:
{
"id": "<hidden>",
"name": "ALProject1",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "17.0.0.0",
"application": "17.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"showMyCode": true,
"runtime": "6.0"
}
I want to download the symbols.
I do the following:
">AL: Download symbols".
But it keeps returning me an authentication error.
The output I am getting:
Sending request to d365bc:7049/.../packages
[2021-01-06 16:44:29.24] Sending request to d365bc:7049/.../packages
[2021-01-06 16:44:29.24] Authorization has failed or the credentials have expired. The credential cache has been cleaned. Any access to reach Business Central would require new authorization.
Help is greatly appreciated.
Kind regards