[英]SSRS Reporting Service gives an error The found version is '163'. The expected version is '176'
当我检查日志时,它显示以下错误。 我从2012年到2016年更新了数据库。
Exception caught while starting service. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException: Cannot convert to text/ntext or collate to '꿰櫌=.拤�翾...' because these legacy LOB types do not support the Unicode supplementary characters whose codepoints are U+10000 or greater. Use types varchar(max), nvarchar(max), or a collation which does not have the _SC flag.
Cannot convert to text/ntext or collate to '꿰櫌=.拤�翾...' because these legacy LOB types do not support the Unicode supplementary characters whose codepoints are U+10000 or greater. Use types varchar(max), nvarchar(max), or a collation which does not have the _SC flag.
Cannot convert to text/ntext or collate to '꿰櫌=.拤�翾...' because these legacy LOB types do not support the Unicode supplementary characters whose codepoints are U+10000 or greater. Use types varchar(max), nvarchar(max), or a collation which does not have the _SC flag.
Cannot convert to text/ntext or collate to '꿰櫌=.拤�翾...' because these legacy LOB types do not support the Unicode supplementary characters whose codepoints are U+10000 or greater. Use types varchar(max), nvarchar(max), or a collation which does not have the _SC flag.
An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database
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 '176'. (rsInvalidReportServerDatabase)
这是因为如果我们假设您从2012年升级到2016年,那么您连接的数据库是2012年...尝试备份并将数据库恢复到较新版本..如果接受,则重新安装报表服务器....
不确定这是否与您的情况相同,但在尝试将我的SSRS ReportServer数据库从SharePoint 2013迁移到SharePoint 2016时遇到了同样的错误(尝试使用New-在SP2016服务器场中创建报告服务时失败了SPRSServiceApplication命令行开关。
该问题是由我的数据库服务器也安装了Reporting Services-SharePoint组件而不仅仅是SQL数据库引擎引起的。 删除此组件后,我能够创建服务应用程序并毫无问题地升级数据库。
Reporting Services - SharePoint组件应仅安装在SharePoint应用程序服务器上,SharePoint产品的Reporting Services外接程序应安装在应用程序服务器和Web前端上。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.