December 7, 2011 at 9:28 am
I have two servers. One with SQL 2008 and one with IIS and SSRS 2008. I upgraded both SQL 2008 and SSRS 2008 to 2008 R2. Prior to the upgrade SSRS was working fine. After the upgrade my web site connection to SQL is still working fine but SSRS will not access SQL. I'm using Kerberos and I'm getting an error "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'". I modified the authentication section of teh rsreportserver.config file to read as follows:
<Authentication>
<AuthenticationTypes>
<RSWindowsNegotiate />
<RSWindowsKerberos />
<RSWindowsNTLM />
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Allow</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>
This did not solve the problem. I would appreciate any suggestions on how to fix this.
Thanks
Chuck
December 7, 2011 at 9:50 am
just done a quick google and it brought back a few results, but i think the social section of MS is offline as I cant connect,
dont know if you want to give them a try
the url's are
and
On a different note, does your website run from the SSRS box?
The dependency on IIS for SSRS was removed in 2008 onwards so its not required any more.
December 7, 2011 at 10:28 am
Hi Anthony,
Both links indicated that the site was off line.
SSRS and IIS are on the same box. I did this not because it was necisary but because I needed to spread out resources. I'm working off of four old 32 bit windows 2003 servers and am limited to 4 gigs of ram per box. I don't want SSRS on the same box as SQL but I'll do it if I have to.
Chuck
December 8, 2011 at 4:23 am
I gave up and put SSRS on the same box as SQL. This is the third time I've had a problem with the linking them up after something changed. It's not worth keeping them seperate.
December 8, 2011 at 4:30 am
did you backup and restore the encryption keys for SSRS as part of the upgrade?
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply