【问题标题】:Error connecting to Data Source in SSRS连接到 SSRS 中的数据源时出错
【发布时间】:2017-05-28 17:44:23
【问题描述】:

我正在尝试连接到数据源但收到此错误:

An error occurred during local report processing. 
An error has occurred during report processing. 
Cannot create a connection to data source 'PO'.
You have specified integrated security or credentials in the connection string for the data source, but the data source is configured to use a different credential type. To use the values in the connection string, you must configure the unattended report processing account for the report server.

知道如何解决这个问题吗?

谢谢 阿鲁娜

【问题讨论】:

    标签: reporting-services connection-string datasource ssrs-2008-r2 credentials


    【解决方案1】:

    我猜当您连接到数据源但无法使用该数据源创建报表时,Visual Studio 中会出现此问题。您在创建数据库时使用了什么凭据。 Windows 身份验证或用户名和密码。右键单击 VS 中的数据源,然后在属性中选择与服务器/数据库相同的凭据。我的是我的服务器/数据库的 Windows 身份验证,并为数据源选择了相同的身份验证。所以现在我可以创建报告了。

    【讨论】:

      【解决方案2】:

      我遇到了同样的问题。对我来说,问题在于我使用 DNS 别名作为连接字符串中的服务器名称。一旦我将其更改为实际的机器名称,我的连接就稳固了。

      【讨论】:

        【解决方案3】:

        看起来它忘记了您的密码, 如果它是嵌入式数据源 > 右键单击​​数据源,然后转到属性 > 凭据。

        如果是共享数据源,请转到共享数据源,右键单击共享数据源并点击打开,在其中单击凭据并再次输入凭据。

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 2020-12-03
          • 2014-12-05
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多