|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, December 15, 2008 2:26 AM
Points: 1,
Visits: 2
|
|
Hi
I Installed Sqlserver 2005 Reporting Services in my server os is windows server 2003.
I got an error like
The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'C.0.8.54'. The expected version is 'C.0.8.40'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase)
What's the solution?
Thanks B.Karthikeyan
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, January 12, 2012 12:05 PM
Points: 308,
Visits: 126
|
|
Per http://www.mydatabasesupport.com/forums/ms-sqlserver/329497-reporting-services-error-rsinvalidreportserverdatabase.html :
"You need to apply/re-apply SP2 to your reporting services installation since the ReportServer database you are pointing to is at an SP2 level (C.0.8.54) whereas the Reporting Services instance that is trying to use that database is at an RTM level and therefore looking for an RTM level database (C.0.8.40)."
|
|
|
|