SSRS Remote server access

remote-serverreporting-services

An error has occurred during report processing. (rsProcessingAborted)
Cannot create a connection to data source 'DSView'. (rsErrorOpeningConnection)
The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services. (rsOperationNotSupported)

Hi, I have encountered the above mentioned error while doing an SSRS project. And from the research, it seems like it is SQL server related issue.

I am trying to access a remote SQL server….so I was wondering how can I get rid of that error?

Do I have to install SQL server Standard edition on my local machine or the server that I am trying to access should be installed with Sql Standard edition?

I have got Express editions installed on both my local machine and the server…
Thx

Best Answer

From Books Online:

Report data sources must be SQL Server relational databases that run locally in SQL Server Express.

Features Supported by Reporting Services in SQL Server Express.

With SQL Server Express you can only use a Data Source where the database engine is from the same instance running SSRS.

If you need to connect to other instances your only options are to get a backup restored to your local instance or to install a SQL Server edition that allows remote Data Sources; most likely Developer for your own needs or Standard or above for any production instances.

It depends on what's allowed under your specific licencing agreement.

Related Topic