Saturday, May 5, 2018

Reporting Services spawns an error if reporting services database is unavilable

Reporting Services databases are stored in the Reporting Services engine and for SQL Server 2016, you can find them in SQL Server Managment Studio 2016.

If you try to access Reporting Services URL, you will get the following error if the SQL Server hosting Reporting Services has not started.

Here is the error.



Here is the (start/stop) state of the related Database engine.


Here is the Reporting Services after starting the Database engine.


No comments:

Post a Comment

What is SQLOISIM? What is it used for in SQL Server?

SQLIOSIM is a tool for simulating SQL Server IO. SQLIOSIM performs reliability and integrity tests on the disk systems that SQL Server uti...