Hello,
We have windows 2008R2 on all systems. Server A is the reporting server, ServerB is the SQL (DB Server) , Server C is another client the we connect via web to reporting server.
From Server A to B getting reports works fine.
From Server C getting reports we get a error "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
We have done everything that needs to be done when there are two hops....
http://blogs.msdn.com/b/sql_protocols/archive/2006/08/10/694657.aspx
But still it is not working. What we dont understand is that when we arrive in the morning it works again. We the reboot the reporting server or restart the service...after that we get the error again....Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Following SPNs are registered:
SQL SSRS on Server A (Delegation to any Server enabled)
HTTP/SERVERA
HTTP/SERVERA.domain.ch
HTTP/SERVERA.domain.ch:85 (because SSRS Site running on Port 85)
HTTP/SERVERA:85 (because SSRS Site running on Port 85)
SQL SSAS on Server A (Delegation to any Server enabled)
MSOLAPSvc.3/Cluster_Instance:SQL_Instance:1433
MSOLAPSvc.3/Cluster_Instance:SQL_Instance
MSOLAPSvc.3/Cluster_Instance.domain.ch:SQL_Instance:1433
MSOLAPSvc.3/Cluster_Instance.domain.ch:SQL_Instance
Why?
Can someone help?
Thanks