Hi,
I'm trying to download the symbols in VS Code. But I get the following error every time. Has sombody an idea what is wrong? I have already set the proberties in administration console. Which Port do I need in the launch.json? The port I use when i'm connecting via webclient or the port which is mentioned in the development-tab in the administration console?
Error:
[2020-04-23 14:53:26.53] The request for path /BC150/dev/packages?publisher=Microsoft&appName=System&versionText=15.0.36510.0 failed with code NotFound. Reason: Not Found
[2020-04-23 14:53:26.53] The request for path /BC150/dev/packages?publisher=Microsoft&appName=Base%20Application&versionText=15.0.36649.0 failed with code NotFound. Reason: Not Found
[2020-04-23 14:53:26.53] The request for path /BC150/dev/packages?publisher=Microsoft&appName=System%20Application&versionText=1.0.0.0 failed with code NotFound. Reason: Not Found
[2020-04-23 14:53:26.55] Could not download reference symbols. Please ensure that:
1. The correct server name and instance are specified in the launch.json file.
2. The correct application version is specified in the app.json file.
3. The dependencies are correctly specified in the app.json file.
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Your own server",
"server": "http://localhost",
"serverInstance": "BC150",
"port": 8080,
"authentication": "UserPassword",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
}
]
}
We are using BC on premise.