Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The report server cannot process the report or shared dataset

I have a problem when I deploy my report project to a remote ssrs with the shared datasource. When I'm using the SQL Server data tool to "preview" my report, it's looks like have no problem. But when Y deply the project, this error message appear

The report server cannot process the report or shared dataset. The shared data source 'DataSource1' for the report server or SharePoint site is not valid. Browse to the server or site and select a shared data source. (rsInvalidDataSourceReference)


noteworthy that the datasource it's pointing to the remote database

like image 475
lucasasecas Avatar asked Jun 09 '14 18:06

lucasasecas


People also ask

Can not connect to report Server?

If you can't connect to a report server, you either don't have permission to access it, or the server isn't registered. To register the server, select View menu > Registered Servers. Select the Reporting Services icon. Right-click Reporting Services, > New > Server Registration.

How do I grant access to a report server?

To delegate this task to other users, create role assignments that map user accounts to Content Manager and System Administrator roles. Users who have Content Manager and System Administrator permissions can add users to a report server.

How do you submit a report to a report server?

To upload a file or report In the web portal, click Upload. Browse to the file you want to upload. You can upload a report definition file, an image, a document, or any file that you want to make available on the report server. Type a name for the new item.

How do I enable reporting services in SQL Server?

Open SQL Server Management Studio and connect to the Reporting Services instance that you want to configure. In Object Explorer, right-click the Reporting Services node, point to Policies, and click Facets. In the Facet list, select Surface Area Configuration for Reporting Services.


1 Answers

If you are using a report server, then perform the following steps:

  1. Be sure you're on a version of IE this will not work correctly in Chrome
  2. Go to your report server
  3. Click on ... , on top-right of your report name
  4. Click on 'Manage'
  5. Click on 'Data Sources'
  6. Make sure that Connect to: settings are pointing to the right places.

You would be amazed how many times this will happen because of a credentials issue or how the data source is setup. In the same case share data source will be in a different folder than the initial one. Maybe you will see a warning label.

Without more information about what kind of server you are using, this is all I can think of suggesting.

like image 109
Tanner_Gram Avatar answered Oct 09 '22 04:10

Tanner_Gram