【发布时间】:2012-04-19 08:53:11
【问题描述】:
我有几个使用共享数据源的 rdl 文件,这些数据源在 sample.rds 文件中定义。现在,当我尝试使用 rss scipt 发布 .rdl 文件时,出现以下错误,
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.
它清楚地表明 rdl 文件中引用的“示例”数据源未发布。
所以在尝试发布 rdl 文件之前,我需要发布 sample.rds 文件。怎么做?如何使用 rss 脚本发布 .rds 文件?
提前感谢
【问题讨论】:
标签: sql-server-2008 reporting-services reporting ssrs-2008