ERROR WHILE DOWNLOADING SYMBOLS - WAVE 2 - SaaS

rsrnav
Member Posts: 6
Receiving the below error when try to download Symbols on Saas Envirnoment
Error:A task was Cancelled.
Launch.Json File
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Microsoft cloud sandbox",
"startupObjectId": 22,
"tenant": "xxxxxx-xxx-xxx-xxxxxx",
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"numberOfSqlStatements": 30
}
]
}
App.Json
{
"id": "6a3dc13a-6f0a-4f33-8bef-8fd770a068cb",
"name": "PO",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"appId": "xxxxxxxxxxxxxxxxxxx",
"publisher": "Microsoft",
"name": "System Application",
"version": "1.0.0.0"
},
{
"appId": "xxxxxxxxxxxxxxxxxxx",
"publisher": "Microsoft",
"name": "Base Application",
"version": "15.0.0.0"
}
],
"screenshots": [],
"platform": "15.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"contextSensitiveHelpUrl": "https://PO.com/help/",
"showMyCode": true,
"runtime": "4.0"
}
Kindly let me know.
Error:A task was Cancelled.
Launch.Json File
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Microsoft cloud sandbox",
"startupObjectId": 22,
"tenant": "xxxxxx-xxx-xxx-xxxxxx",
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"numberOfSqlStatements": 30
}
]
}
App.Json
{
"id": "6a3dc13a-6f0a-4f33-8bef-8fd770a068cb",
"name": "PO",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"appId": "xxxxxxxxxxxxxxxxxxx",
"publisher": "Microsoft",
"name": "System Application",
"version": "1.0.0.0"
},
{
"appId": "xxxxxxxxxxxxxxxxxxx",
"publisher": "Microsoft",
"name": "Base Application",
"version": "15.0.0.0"
}
],
"screenshots": [],
"platform": "15.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"contextSensitiveHelpUrl": "https://PO.com/help/",
"showMyCode": true,
"runtime": "4.0"
}
Kindly let me know.
0
Answers
-
My app.json file has version 15 for the system application.
"appId": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"name": "System Application",
"publisher": "Microsoft",
"version": "15.0.0.0"
Kyle Hardin - ArcherPoint0 -
[Topic moved from 'NAV/Navision Classic Client' forum to 'NAV Three Tier' forum]
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Changed Version for System application to 15.0.0.0
"appId": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"name": "System Application",
"publisher": "Microsoft",
"version": "15.0.0.0"
still not able to download symbols ,same Error:A task was Cancelled.0 -
Did anyone got same error?0
-
Are you sure your container is working? Can you download the VSIX from it? Does the web client work?Kyle Hardin - ArcherPoint0
-
Yes webclient working0
-
Don't put the port in launch.json, at least not in the server URL. The developer port and the web client port are different. Try not having a port at all
"server": "http://10.10.0.24",
And if that doesn't work, put the port on another line
"server": "http://10.10.0.24",
"port": 13069,
But again, the developer port (where it publishes code and downloads symbols) is different from the web client port. So if this second option doesn't work, try both:
"server": "http://10.10.0.24:13069",
"port": <correct developer port>,
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-json-filesKyle Hardin - ArcherPoint0 -
One other thought - pay close attention to the Output box in Visual Studio Code. That will show the exact URLs it is trying to use for downloading symbols, and you can see the ports there. Paste that output here if you can't get it work.Kyle Hardin - ArcherPoint0
-
If you have recently updated Windows (February 2020 update), then it could be the cause. To resolve it, in your "New-NavContainer" command you need to add "-isolation hyperv" parameter or "-useBestContainerOS" and update the "navcontainerhelper" module.
You can read all the dirty details about it on Freddy's blog.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions