Hi All,
Greetings of the day!
I am currently working with an On-Premises Business Central environment and need to download the symbols from the Production environment. However, I am encountering an issue in the output console, and I am uncertain whether it is possible to download symbols directly from an on-premises production environment.
launch.json file :
{
"version": "0.2.0",
"configurations": [
{
"name": "B App 1",
"request": "launch",
"type": "al",
"environmentType": "OnPrem",
"server": "http://xyx.com/xyzProduction",
"serverInstance": "xyzProduction",
"authentication": "UserPassword",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": "All",
"port": 7000,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"usePublicURLFromServer": true
}
]
}
Error :
If it is possible, could anyone guide me on how to download dependencies from Production? Any suggestions or insights on resolving this issue would be greatly appreciated.
Thank you in advance for your help!