【问题标题】:publishing .rds file in reporting server using rss script使用 rss 脚本在报告服务器中发布 .rds 文件
【发布时间】: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


    【解决方案1】:

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

    所有数据源将部署到项目配置中指定的文件夹

    【讨论】:

      【解决方案2】:

      手动创建它对我有用:

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

      【讨论】:

        猜你喜欢
        • 2015-02-20
        • 1970-01-01
        • 2014-09-25
        • 2022-11-17
        • 2011-01-09
        • 1970-01-01
        • 1970-01-01
        • 2010-10-08
        • 1970-01-01
        相关资源
        最近更新 更多