Reporting Services not working

From EnablerWiki

Jump to: navigation, search

Created: 16 July 2010. Last Reviewed: 16 July 2010


In the rare situation where an application is installed on the SQL Server which destroys the Reporting Services configuration, or somebody makes a change that results in many files required by reporting services being deleted, then often the only alternative is to uninstall and then re-install Microsoft Reporting Services.


After re-installing Reporting Services you may need to use the Reporting Services Configuration tool to configure the various components of Reporting Services.


If you then attempt to view the reportserver via a browser using http://servername/reportserver you may receive the error message “the report server installation is not initialized”.


Provided Reporting Services is only used by EEE, the following process can be used to remove the encryption key and re-initialise the reporting services database.


  • RSKEYMGMT -d
  • RSCONFIG -c -s{ServerName} -dReportServer -a{Authentication Windows or SQL} -u{Username} -p{Password}

 


See Also: EEE Reports requesting Windows username and password to run

Personal tools