Skip to main content

Notifications

Announcements

No record found.

Small and medium business | Business Central, N...
Suggested answer

Cannot Download Symbols in BC24 OnPrem

(1) ShareShare
ReportReport
Posted on by 12
I am trying to download BC24 (On Prem) Symbols. I am getting an error. I checked all the dependencies. It looks correct.  I have all the dependencies in .alpackages. It is not recognizing any base nav objects. I am getting missing objects for all base nav tables, 
 
Version: US Business Central 24.3 (Platform 24.0.21458.0 + Application 24.3.21374.21517)
 
 
 
 
 
launch.json
 
 
app.json
 
 
 
.alpackages
 
I checked the event viewer :
 
This is the error message we have.
 
The description for Event ID 701 from source MicrosoftDynamicsNavServer$BC-Sandbox cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event: 
Server instance: BC-Sandbox
Category: Development
ClientSessionId: 14a41c98-713f-4207-b1e3-bac8d941f7ac
ClientActivityId: 50f57efc-41e9-4736-b900-7e84e512369f
ServerSessionUniqueId: 00000000-0000-0000-0000-000000000000
ServerActivityId: 00000000-0000-0000-0000-000000000000
EventTime: 08/21/2024 14:42:59
Message Failed request -- Method:GET; Url:http://bc2:7049/BC-Sandbox/dev/metadata?tenant=default; StatusCode:500; ReasonPhrase:; Token:
ProcessId: 9008
Tag: 00006NR
ThreadId: 65
CounterInformation: 
CustomParameters: {
}
GatewayCorrelationId: 
The message resource is present but the message was not found in the message table
 
 
 
 
  • Ganesh2002 Profile Picture
    Ganesh2002 12 on at
    Cannot Download Symbols in BC24 OnPrem
    The issue is resolved. I can download the symbols now. The ODataservicesEnabled = false. I changed the settings. It worked.
  • Suggested answer
    Kalu.Eke Profile Picture
    Kalu.Eke on at
    Cannot Download Symbols in BC24 OnPrem
    • Considering the error from the event viewer, you are broadcast on port 8080 and listening to Port 7049 on the Launch.json file
    • consider confirming your port on the server configuration and put the correct one in the launch.json file, or just comment out the port parameter as shown below
    {
      "version": "0.2.0",
      "configurations": [
        {
          "name": "BC2",
          "request": "launch",
          "type": "al",
          "environmentType": "OnPrem",
          "server": "http://BC2:8080",  // Corrected: Removed "BC-Sandbox"
          "serverInstance": "BC-Sandbox",
          "authentication": "AAD",
          // "port": 7049,  // This is now a comment
          "breakOnError": "All",
          "launchBrowser": true,
          "enableLongRunningSqlStatements": true,
          "enableSqlInformationDebugger": true,
          "tenant": "default",
          "schemaUpdateMode": "Synchronize"
        }
      ]
    }
     
  • Ganesh2002 Profile Picture
    Ganesh2002 12 on at
    Cannot Download Symbols in BC24 OnPrem
    I am using 
     
     "platform": "24.0.0.0",
      "application": "24.0.0.0",
     
    I tried 24.3.0.0 for application. Even that did not work. 
  • Suggested answer
    Amit Profile Picture
    Amit on at
    Cannot Download Symbols in BC24 OnPrem
    Hi,
     
    Pls refer the below link
     
     
    Regards
    Amit Sharma
  • Ganesh2002 Profile Picture
    Ganesh2002 12 on at
    Cannot Download Symbols in BC24 OnPrem
    Thanks for you response Yun Zhu. I tried. It did not work. 
     
    1. I removed the instance name in the server. 
    2. I checked the settings :
       1. EnableSymbolloadingAtServerStartup is true, DeveloperServicesEnabled = true, DeveloperServicesPort = 7049 .
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 74,148 Super User 2024 Season 2 on at
    Cannot Download Symbols in BC24 OnPrem
    Try deleting the instance name after server, http://BC2:8080/
    Also confirm whether the port is consistent with the server DeveloperServicesPort.
    If it still doesn't work, please check the development-related settings in the following file.
    Remember to restart the instance after modifying it.
     
    Hope this helps.
    Thanks.
    ZHU

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,431 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,503 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans