I am having several rdl files which uses the shared data source, which is defined in the sample.rds file. Now when i try to publish the .rdl files using the rss scipt, i am getting the below error,
The dataset `Sample' refers to the shared data source `Sample', which is not published on the report server. The shared data source `Sample' must be published before this report can run.
It clearly says the 'Sample' data source referred in rdl files is not published.
So before trying to publish the rdl files, i need to publish the sample.rds file. How to do that? How do i publish the .rds files using the rss script?
Thanx in advance