SQL Server Error : rule reporting services catalog database file existence failed”
If you have installed SQL Server in your machine, for some reasons you might want to uninstall and install it again. If that is the case then you have to follow certain things before install it again.
1. You may get an error while installing, “rule reporting services catalog database file existence failed”. You need to solve this issue then only installer will allow you to next step of the installation.
2. This is nothing but, while installing first time, SQL Server will create data and log files for report server. It will be residing where you installed in your machine. If default location means then it will there in “C:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\DATA”. If you have installed named instance means then you need to change the folder name so consider the default location “C:\Program Files\Microsoft SQL Server\” and find the data folder in that you can able to find the .mdf and .ldf of reportserver database.
Comments
Post a Comment