Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

The name of our shared data source in RS (report server) is "AF1 Live Database" (no underscore characters - just spaces between words) and is the same in report builder in VS. However, the following error pops up when the RDL of this report is uploaded onto our company site and run.

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

We have no idea why the error reports the shared data source as 'AF1_Live_Database' with underscore characters? This appears to be the problem that keeps the report from running.

share|improve this question

1 Answer

It appears the SSRS does not support spaces in data source names see here. Its always best to avoid using spaces anyways in names because it takes out one possible reason for problems and keeps life simple.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.