When connecting to the SQL Server Windows authentication mode in Bold Reports®, it will throw the following error:
DOMAIN\MACHINENAME$
is not added in IIS/IIS Express to access SQL Server in Windows Authentication mode.
Note: When you’re dealing with a
remote server
(where IIS and SQL Server are on different machines), you need to use DOMAIN\MACHINENAME$. If IIS and SQL Server are on thesame machine
, you can use NT Authority\System.
NT AUTHORITY\SYSTEM
as a valid login to access SQL Server in Windows Authentication mode in IIS or IIS EXPRESSIn Microsoft SQL Server Management Studio, do the following on the server:
Right-click on “Login” and select New Login
to add the respective login to SQL Server.
Click on the “Search” button, then select Advanced -> Find Now -> System
in the newly opened windows.
Then click “OK” to add the login NT AUTHORITY\SYSTEM. Once it has been added, we could access Windows authentication mode in Bold Reports®.