使用rss脚本在报表服务器中发布.rds文件

时间:2012-04-19 08:53:12

标签: sql-server-2008 reporting-services reporting ssrs-2008

我有几个使用共享数据源的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文件中引用的“Sample”数据源未发布。

因此,在尝试发布rdl文件之前,我需要发布sample.rds文件。怎么做?如何使用rss脚本发布.rds文件?

提前完成

2 个答案:

答案 0 :(得分:0)

您可以访问BIDS吗? 如果是,您可以打开项目,右键单击并部署。

所有数据源都将部署到项目配置

中指定的文件夹中

答案 1 :(得分:0)

手动创建它对我有用:

  1. 浏览至http://localhost/Reports_SQL2008
  2. 点击新数据源,添加Name="Sample", connectionstring="Data Source=.\sql2008; Initial Catalog=yourDB;"
  3. 使用Windows凭据
  4. 保存