Link to home
Start Free TrialLog in
Avatar of craigdev
craigdev

asked on

Reporting Services error

I am trying to get Reporting Services working on our SQL Server 2005 server. Report Manager is running, I can login and add reports and data sources. When I open a report in Report Manager the parameter fields display however when I click View Report this error comes up:

The selected report is not ready for viewing. The report is still being rendered or a report snapshot is not available. (rsReportNotReady)

We are not using snapshots or anything like that. For testing I made a very simple report that displays the contents of a small database table.

Any ideas?


-- Ive tried this already, no difference
ALTER DATABASE ReportServer
SET ALLOW_SNAPSHOT_ISOLATION OFF

ALTER DATABASE ReportServer
SET READ_COMMITTED_SNAPSHOT OFF

ALTER DATABASE ReportServerTempDB
SET ALLOW_SNAPSHOT_ISOLATION OFF

ALTER DATABASE ReportServerTempDB
SET READ_COMMITTED_SNAPSHOT OFF

ASKER CERTIFIED SOLUTION
Avatar of simon_kirk
simon_kirk
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial