Thank for reply first of all.
I modified in this way:
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "server1",
"port": 7049,
"server": "https://bc.domain.com",
"serverInstance": "BC140",
"authentication":"UserPassword",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"tenant": "default"
}
]
}
But I receive the same error.
[2020-08-05 18:02:18.28] Error: An error occured while processing the request.
Request ID: 1b869515-a449-494f-b9c2-3fea57b29abe
Session ID: c76645e8-f865-4ce0-83d1-5fa3965bf249
If you are targeting a cloud instance, supply these IDs if contacting Microsoft support.
Microsoft (R) AL Compiler version 5.0.4.50830
Copyright (C) Microsoft Corporation. All rights reserved
Compilation started for project 'TestConnessioneBC365' containing '1' files at '18:2:18.301'.
error AL1045: The package cache c:\Users\RamonC\Documents\AL\TestConnBC365\./.alpackages could not be found.
Compilation ended at '18:2:18.303'.
Error: The package could not be created.
Now I have linked the orignal sql db Demo Database BC (14-0) in the BC instance e try to connect to web server local instance but nothing to do. The result is the same error.
I begin to think I don't have any symbols installed on the server, but in the folder "C:\Program Files (x86)\Microsoft Dynamics 365 Business Central\140\AL Development Environment" I have the right files of the install DVD...
Also I tried to connect in the browser the link
bc.domain.com:7249/.../packages
but nothing to do. I didn't get the page.
Thanks in advance to all.