Hello all,
- Server 1: Business Central Server and SQL Server components installed.
- Server 2: Only the Web Server component installed.
- I configured Kerberos delegation and SPNs as per the documentation (Configure Web Client Delegation).
Additionally, instead of using the default NT AUTHORITY\NETWORK SERVICE, I used a domain service account for the Business Central service. I made sure to grant the necessary permissions in SQL Server Management Studio to allow access to the Business Central database.
I reconfigured the instance to point to a different SQL Server database (with a valid BClicence) using the following PowerShell commands:
Set-NAVServerConfiguration -ServerInstance BC_PRD -KeyName DatabaseServer -KeyValue "MLPRDDBS0003"
Set-NAVServerConfiguration -ServerInstance BC_PRD -KeyName DatabaseInstance -KeyValue "BUSCTLPRD"
Set-NAVServerConfiguration -ServerInstance BC_PRD -KeyName DatabaseName -KeyValue "BDD_BC26"
Restart-NAVServerInstance -ServerInstance BC_PRD
The service restarted successfully without errors.
Next, on the web client server, I opened the BC instance in Chrome via IIS. When prompted, I logged in using my Windows credentials. However, I received the following error:
This is unexpected because my Windows user has been granted SUPER permissions directly in the Business Central database.
Has anyone encountered this issue when pointing a BC instance to a different database?
Any suggestions, insights, or shared experiences would be greatly appreciated.
Thank you in advance!
Regards,