Have a really strange problem with Reporting Services 2008 RTM. If I try to go to the main URL http://servername/Reports/ in IE it takes a long time to load (15-20 seconds), same thing happens if I navigate directly to a report. The rest of that session in IE is fine. At first we thought it was the worker process just shutting down and the first load taking a while, but if we close IE completely, and reopen IE it does the same thing. The really strange part is if I use a different browser (chrome or ff), or use the IP address of the server in IE, it loads instantly without any issues.
Seeing some really odd things in the HTTP SSRS log as well. This only happens when I first load the SSRS URL in IE. I see a bunch of requests to the RS webservices, under the user credentials, but it shows localhost (::1) as the user's IP address. So I am hitting the SSRS server remotely from a desktop, but while it is loading (the 15-20 seconds that it is just stalled) I see these requests hitting and then finally see the GET /Reports/Pages/Folder.aspx.
Any thoughts?
SSRS is configured to only use NTLM:
<Authentication>
<AuthenticationTypes>
<RSWindowsNTLM/>
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>
Here is the HTTP logs:
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 820 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 334 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 396 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 820 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 335 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 397 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 859 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 334 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 396 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 966 16 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 334 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 396 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 923 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 334 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 396 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 820 15 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 341 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 403 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 834 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 333 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 395 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 881 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 334 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 396 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 820 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 340 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 402 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 943 16 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 340 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 402 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 933 15 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 334 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 396 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 820 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 340 0 1.1 localhost - - -
05/04/2012 15:39:20 - ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 401 402 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username ::1 20480 localhost POST /ReportServer/ReportService2010.asmx 200 919 0 1.1 localhost - - -
05/04/2012 15:39:20 domain\username 192.168.9.138 20480 SRSServerName GET /Reports/Pages/Folder.aspx 200 1174 109 1.1 SRSServerName - - -