6. Juli 2018 10:41
6. Juli 2018 13:18
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Your own server",
"server": "http://MyLocalNAV2018-CU06",
"serverInstance": "nav",
"authentication": "Windows"
}
]
}
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Your own server",
"server": "http://MyLocalNAV2018-CU06",
"serverInstance": "nav",
"authentication": "UserPassword"
}
]
}
6. Juli 2018 14:22
Danis hat geschrieben:In dem NST muss EnableSymbolLoadingAtServerStartup aktiviert sein.
6. Juli 2018 15:47
[2018-07-06 15:46:18.48] Using reference symbols cache path: c:\Users\***\Documents\AL\ALProject1\.alpackages
[2018-07-06 15:46:18.48] Please authenticate in the Visual Studio Code...
[2018-07-06 15:46:31.33] Using reference symbols cache path: c:\Users\***\Documents\AL\ALProject1\.alpackages
[2018-07-06 15:46:31.33] Sending request to http://localhost:7049/DynamicsNav110/de ... t=11.0.0.0
[2018-07-06 15:46:31.33] Sending request to http://localhost:7049/DynamicsNav110/de ... t=11.0.0.0
[2018-07-06 15:46:31.34] The request for path /DynamicsNav110/dev/packages?publisher=Microsoft&appName=System&versionText=11.0.0.0 failed with code Unauthorized. Reason: Unauthorized
[2018-07-06 15:46:31.34] The request for path /DynamicsNav110/dev/packages?publisher=Microsoft&appName=Application&versionText=11.0.0.0 failed with code Unauthorized. Reason: Unauthorized
The authentication has been cancelled.
9. Juli 2018 11:07
"type": "al",
"request": "launch",
"name": "Your own server",
"server": "http://nav18test",
"serverInstance": "DynamicsNav110",
"authentication": "Windows",
"startupObjectId": 22
[2018-07-09 10:58:17.13] Using reference symbols cache path: c:\Users\pkarsten\Documents\AL\ALProject1\.alpackages
[2018-07-09 10:58:17.13] Sending request to http://***:7049/DynamicsNav110/dev/packages?publisher=Microsoft&appName=Application&versionText=11.0.0.0
[2018-07-09 10:58:17.13] Sending request to http://***:7049/DynamicsNav110/dev/packages?publisher=Microsoft&appName=System&versionText=11.0.0.0
[2018-07-09 10:58:17.64] All reference symbols have been downloaded.
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Your own server",
"server": "http://nav18test",
"serverInstance": "DynamicsNav110",
"authentication": "UserPassword",
"startupObjectId": 22
}
[2018-07-09 11:01:18.39] Using reference symbols cache path: c:\Users\pkarsten\Documents\AL\ALProject1\.alpackages
[2018-07-09 11:01:18.39] Please authenticate in the Visual Studio Code...
[2018-07-09 11:01:23.22] Using reference symbols cache path: c:\Users\pkarsten\Documents\AL\ALProject1\.alpackages
[2018-07-09 11:01:23.22] Sending request to http://***:7049/DynamicsNav110/dev/packages?publisher=Microsoft&appName=Application&versionText=11.0.0.0
[2018-07-09 11:01:23.22] Sending request to http://***:7049/DynamicsNav110/dev/packages?publisher=Microsoft&appName=System&versionText=11.0.0.0
[2018-07-09 11:01:23.22] The request for path /DynamicsNav110/dev/packages?publisher=Microsoft&appName=Application&versionText=11.0.0.0 failed with code Unauthorized. Reason: Unauthorized
[2018-07-09 11:01:23.22] The request for path /DynamicsNav110/dev/packages?publisher=Microsoft&appName=System&versionText=11.0.0.0 failed with code Unauthorized. Reason: Unauthorized
The authentication has been cancelled.
9. Juli 2018 13:31
9. Juli 2018 14:21
Danis hat geschrieben:Nur um sicher zu gehen:
Den Username & Password welchen du dann in VSCode eingibst hast du auch so in NAV hinterlegt, oder? Also nicht als WindowsUser sondern als NAV-User.
Und dieser Nutzer hat dann auch die Rolle SUPER?
12. Juli 2018 16:02