SSRS Report stucks at loading IE 11
Asked Answered
M

3

8

We are running SQL Server 2008 R2. All these reports were working fine until we upgraded IE from 10 to 11. Every time we run a report, it will just stuck at loading forever.

Tried changing the document mode to other versions.

Maurilia answered 20/2, 2014 at 21:10 Comment(5)
Anything in the server event log? Javascript console of the browser?Trapezohedron
Does it load under compatibility mode?Trapezohedron
Set your browser to backward compatible see what happen then ??Profession
It works when I add the site to Compatibility View.Maurilia
I'm experiencing the same issue, and found a more detailed question and potential answer: https://mcmap.net/q/341233/-reportviewer-ie-11/419956Bellini
T
5

Per the OP, add the site to Compatibility View.

It's also possible that the browser detection needs to be updated on the server side for .Net per this blog article. Basically, there's a hotfix for ASP.Net 4.0 and one for ASP.Net 3.5sp1 and ASP.net 2.0 that you need to apply. Alternatively, you can update to ASP.Net 4.5 which will also fix the 4.0 issue.

Trapezohedron answered 20/2, 2014 at 22:51 Comment(2)
@Maurilia Did the additional information about that browser detection issue help at all? (You'll need to remove that site from the compatibility list to see if it really worked.)Trapezohedron
I installed this patch and it seemed to fix the issue, but then next day it was broken again :|Longheaded
U
1

You might need to upgrade to your SQL server to Service Pack 2. There are several issues compatibility issues with ie10+ and SQL Server 2008R2 RTM.

ReportViewer's Print Button Incompatible with IE 10?

The following table lists the major releases of SQL Server 2008 R2.
Release Product version
SQL Server 2008 R2 Service Pack 2   10.50.4000.0
SQL Server 2008 R2 Service Pack 1   10.50.2500.0
SQL Server 2008 R2 RTM  10.50.1600.1

Microsoft Article on Server Version

Connect to the instance of SQL Server, and then run the following query:

Select @@version
Uncrowned answered 22/2, 2014 at 21:42 Comment(0)
F
-2

Sometimes just restarting the reporting services (Services) might also help, just like in my case ;)

Freestanding answered 24/5, 2017 at 18:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.