如何在 ssrs 的报告服务器中手动上传 rdl 文件。
How to manually upload rdl file in reporting server in ssrs.
我正在处理 SSRS 打印。如果直接部署它可以正常工作,但如果在报告服务器中手动上传部署的 RDL 文件,那么我会遇到异常
"One or more data source credentials required to run the report have not been specified. (rsCredentialsNotSpecified)"
Data Source has no unique property which could be defined by developer or SSRS Administrator... By the way, report does not have that either. Only combination of Path and Name makes Report or Data Source unique within SSRS deployment. Thus, when you deploy or re-deploy either Report or Shared Data Source, you have to establish or re-establish the reference.
由于您在上传文件时只进行这一部署的一侧,因此与数据源的连接是 lost.You 然后必须手动将报告重新连接回数据 source.The 采取以下措施来自 MSDN
启动报表管理器
在报告管理器中,导航至内容页面。导航到您要为其配置特定于报告的数据源的报告,然后打开该报告。
单击“属性”选项卡。常规属性页面打开。
单击“数据源”选项卡。这将打开报表的数据源属性页面。
然后您可以将来自报表服务器的上传/配置的数据源分配给您的报表。
我正在处理 SSRS 打印。如果直接部署它可以正常工作,但如果在报告服务器中手动上传部署的 RDL 文件,那么我会遇到异常
"One or more data source credentials required to run the report have not been specified. (rsCredentialsNotSpecified)"
Data Source has no unique property which could be defined by developer or SSRS Administrator... By the way, report does not have that either. Only combination of Path and Name makes Report or Data Source unique within SSRS deployment. Thus, when you deploy or re-deploy either Report or Shared Data Source, you have to establish or re-establish the reference.
由于您在上传文件时只进行这一部署的一侧,因此与数据源的连接是 lost.You 然后必须手动将报告重新连接回数据 source.The 采取以下措施来自 MSDN
启动报表管理器
在报告管理器中,导航至内容页面。导航到您要为其配置特定于报告的数据源的报告,然后打开该报告。
单击“属性”选项卡。常规属性页面打开。
单击“数据源”选项卡。这将打开报表的数据源属性页面。
然后您可以将来自报表服务器的上传/配置的数据源分配给您的报表。