I have SQL 2017 installed on server 2019 OS, the SSRS role is setup and using the default settings in the RSReportServer.config file.
On the server that SSRS is installed I can access the webpage without a issue, on a remote server I am getting prompted for username/ password. when I place my account information in the prompt it gives me a access denied.
I placed the server url in intranet settings but it is not passing through my credentials. The security log on the server that has SSRS installed records event ID 4625 with the following:
Failure Information:
Failure Reason: Unknown user name or bad password.
Status: 0xC000006E
Sub Status: 0xC000006E
Detailed Authentication Information:
Logon Process: NtLmSsp
Authentication Package: NTLM
Security options for the server are set in the following: Network security: LAN Manager authentication level-> Send NTLMv2 response only\refuse LM & NTLM
I am a admin on the server and on the database, the GMSA account and the execution account specified in the SSRS console can access the webpage without issue from remote servers.
I have compared the web page security settings with a SSRS page that is working and everything matches.
When I use the service account listed in the execution account field at the IE credential prompt it lets me through with the following:
Detailed Authentication Information:
Logon Process: NtLmSsp
Authentication Package: NTLM
Transited Services: -
Package Name (NTLM only): NTLM V2
Key Length:0
How can I be allowed to login to the webpage and have my credentials pass through?