Deploying a simple report with a shared dataset

If trying to deploy dataset but still getting this error...

I have discovered that if you change the name of the shared data source after you have already created a corresponding shared dataset, then the "DataSourceReference" property in the dataset does not change accordingly, is not be editable via the wizard, and it will throw this misleading error.

On the shared dataset, right-click and go to "Open With..." --> "XML (Text) Editor".

There you will see the raw configuration file. Make sure the <DataSourceReference> node has the proper value...

XML sample


  1. First, deploy the data source:

    enter image description here

  2. Then, deploy any necessary shared datasets:

    enter image description here

  3. Now, you'll be able to deploy or run your report.