Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSRS 2014 database setup - error "Using other editions of SQL Server for report data sources..." is not supported

I am setting up a new SQL Server 2014 Enterprise Reporting Services instance on a Windows Server 2012 R2 server.

In Reporting Services Configuration Manager, when I select the SQL Server instance where I want to setup a new report database, the error message below is shown:

The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.

Error: enter image description here

The SQL Server instance where I intend to setup the report database runs SQL Server 2014 Developer Edition build 12.0.4422 (which is displayed in Management Studio and @@version) and the SQL Server instance where I am configuring Reporting Services runs also MSQL 2014 build 12.0.4422 as displayed in Reporting Services Configuration Management - but Enterprise Edition (I've just installed SQL Server Cumulative Update 2 from https://support.microsoft.com/en-us/kb/3075950).

If I select an instance which runs SQL Server 2008 R2 Enterprise Edition build 10.50.4260 instead, the error is not shown and the setup proceeds correctly - but unfortunately this is not the instance where the report database should be.

What am I missing here? How can I solve this issue?

Thanks in advance, Cristhian.

like image 216
cneumann Avatar asked Oct 19 '25 03:10

cneumann


1 Answers

This behavior is correct. The reporting services database is supported on a wide range of versions.

You are not allowed to use a production reporting services against a developer version database. (Why would you want to!). You can either use a developer edition of reporting services, or an enterprise database.

like image 67
user3775293 Avatar answered Oct 21 '25 20:10

user3775293



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!