Hello for all!
We are upgrading a Database with customizations, for them, we create new objects 90000 with the data of the customer transfer it before, and then delete the objects without tables, open Database with BC on premise, when the process finished, we put on the Database the objects of version on premise and execute process of upgrade toolkit, until this process without problems, I get open database with windows client and web client, but when I make my first extension in visual code, the symbols doesn't download, the error is the next:
[2019-07-09 08:51:46.59] Using reference symbols cache path: c:\Users\Desarrollo2\Documents\AL\ALProject1\./.alpackages
[2019-07-09 08:51:46.59] Sending request to
http://ServerName:7249/BC140_2/dev/packages?publisher=Microsoft&appName=Application&versionText=14.0.0.0
[2019-07-09 08:51:46.59] Sending request to
http://ServerName:7249/BC140_2/dev/packages?publisher=Microsoft&appName=System&versionText=14.0.0.0
[2019-07-09 08:51:46.65] The request for path /BC140_2/dev/packages?publisher=Microsoft&appName=System&versionText=14.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-07-09 08:51:46.71] The request for path /BC140_2/dev/packages?publisher=Microsoft&appName=Application&versionText=14.0.0.0 failed with code NotFound. Reason: No published package matches the provided arguments.
[2019-07-09 08:51:46.71] 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.
this is my launch.json:
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "ServerName",
"server": "
http://ServerName",
"serverInstance": "BC140_2",
"port": 7249,
"authentication": "UserPassword",
"breakOnError": true,
"launchBrowser": true
}
]
}
and my app.json
{
"id": "cf6cbe5c-e7e6-4251-b411-e8396d5606ac",
"name": "ALProject1",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "14.0.0.0",
"application": "14.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"contextSensitiveHelpUrl": "
https://ALProject1.com/help/",
"showMyCode": true,
"runtime": "3.0"
}
I try to download with this same services focused to a cronus and I'm able to download the symbols, what can it happening in my database??
Best regards!
Answers
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrading-the-data
"Publish-NAVApp -ServerInstance <ServerInstanceName> -Path <SymbolFilePath> -PackageType SymbolsOnly" ?