Business Central On Premise Installation on Three Servers

airamairam Member Posts: 88
Hi, we're trying to install Business Central On Prem on different servers but we're getting these errors:
- when trying to open the client:
"Microsoft Dynamics 365 Business Central Server is currently not ready to serve requests. Try again later, or contact your system administrator."
- event viewer of the nav server:
"The description for Event ID 705 from source MicrosoftDynamicsNavServer$BC140 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."
- event viewer of the sql server:
"Login failed for user 'domain\machine$'. Reason: Could not find a login matching the name provided. [CLIENT: <local machine>]"

we're running the services with a domain account with full permissions

any hints pls?

Thanks!

Answers

  • Wisa123Wisa123 Member Posts: 308
    As always with these kind of errors, these are kind of hard to diagnose remotely:
    1.) Check Windows Login is enabled on SQL Server
    2.) Check if TCP is enabled on SQL-Server (should be in your case)
    3.) Check is the Service user has permissions on SQL-Server (try giving it Sysadmin for testing)
    4.) Double and Tripple-Check the Service user Credentials
    5.) Make sure the Service user is allowed to "login as Service"
    6.) If that doesn't help try running the BC Service as NetworkService.

    /Wisa

    Austrian NAV/BC Dev
  • airamairam Member Posts: 88
    thanks for your feedback, however unfortunately all the above were correct and still have the same issue
  • airamairam Member Posts: 88
    we managed to solve this, by assigned the domain account admin rights, unfortunately this was not the preferred way but that was the only solution we found.
Sign In or Register to comment.