Upgrading to SQL 2014: Report Server version mismatch
We wanted to let you know of a potential issue that you may experience when upgrading from SQL 2012 SP2 to SQL 2014.
Symptom
If you have recently upgraded your SQL Server Reporting Services instance from SQL 2012 SP2 to SQL 2014, you may hit the following error message when trying to access your report server:
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 '163'. The expected version is '162'. (rsInvalidReportServerDatabase).
Cause
As part of a hotfix for SQL 2012 SP2 CU5, a change was made which resulted in a new ReportServer database version. Since this fix was made after the SQL2014 release, if your SQL2012 SP2 server is on CU5 or later, then it will have a higher database version than what SQL2014 RTM expects.
Fix
We are porting the fix in the next cumulative update for SQL 2014, CU7. In order to fix the version mismatch, you should install CU7 or later onto your SQL2014 instance, which will allow the Reporting Services instance to correctly recognize the new database version.
Notes
If you have not yet upgraded, you can determine whether you will run into this issue by executing the following query against your ReportServer database:
SELECT MAX([DbVersion]) FROM [dbo].[DBUpgradeHistory]
If the version is 163, then you will need to install CU7 or later after upgrading to SQL 2014.
Comments
Anonymous
March 28, 2015
Great read and tip before upgrading the SSRS instance and possibly letting the cat out of the bag. Mariusz, thank you.Anonymous
October 26, 2015
This is not fixed in SQL Server 2014 SP1, installing Cumulative update 2 for SQL Server 2014 SP1 fixes the problem (maybe CU1 fixes the problem as well, haven't tested).Anonymous
March 01, 2016
Can confirm. I was unable to restore the encryption key with SQL Server 2014 SP1. After installing Cumulative Update 5 (latest at time) fixes the problemAnonymous
September 26, 2016
The comment has been removed- Anonymous
September 29, 2016
The comment has been removed
- Anonymous
Anonymous
November 28, 2016
The issue was resolved after I installed SQL Server 2012 SP3.Anonymous
May 18, 2017
I had a similar issue with SQL 2014 SP2 using SharePoint 2013 Integrated Mode. Error Found version 162 and Expect Version 163. I ended up deleting the service application preserving the SSRS databases and then recreating the service application in SharePoint 2013. During the process of creating the service application it upgrades the databases for you. After that you need to make sure your service account has access to the databases. Good to go!