Rule
"Reporting Services Catalog Database File Existence" failed error:
------------
Solution: Check for the existence of Reporting Services database files in the default location or the location where the database files are set to go. Delete the database files. Then the retry would solve the problem.
------------
Solution: Check for the existence of Reporting Services database files in the default location or the location where the database files are set to go. Delete the database files. Then the retry would solve the problem.
By default, when you install an instance of SQL Server 2008 Reporting Services,
ReplyDeletethe instance setup process creates two new databases that are named
"ReportServer_Instance_Name" and "ReportServer_Instance_nameTempDB."
These databases are created under the following folder for the instance
of the SQL Server that you are running:
"" C:\Program Files\Microsoft SQL Server
Now DELETE the folder MSSQL10_50.MSSQLSERVER ""
This case occurs if you have previously installed and uninstalled it.
Note For the default MSSQLSERVER instance, the database names are
"ReportServer" and "ReportServerTempDB."
These databases may contain user data.
Therefore, the Setup program does not delete these databases
when you uninstall a SQL Server 2008 Reporting Services instance.
When you install an instance that has the same instance name,
the Setup program detects that the Report Server databases
already exist for that instance name. When this occurs,
you receive the error message that is mentioned in the "Symptoms" section.
- Veyron
Thanks for this sends me on the right path, and good comment from you as well anonymous
ReplyDeletehow can i resolve it now?
ReplyDeleteThanks for the post. I hate it when installations fail and you have to try to figure out why.
ReplyDelete