In Microsoft SQL Server, you may receive the following error when trying to configure your server environment.
An error has occurred during report processing. Login failed for user ‘NT AUTHORITY\ANONYMOUS LOGIN’.
Solution:
You will need to give Database rights as DB_Owner to " NT AUTHORITY\ANONYMOUS LOGON " on the server and to the database you are using.
Comments