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!
0
Answers
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