连接到 SSRS 中的数据源时出错
Error connecting to Data Source in SSRS
我正在尝试连接到数据源但出现此错误:
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.
知道如何解决这个问题吗?
谢谢
阿鲁纳
好像忘记了密码,
如果它是嵌入式数据源 > 右键单击数据源,然后转到属性 > 凭据。
如果是共享数据源,转到共享数据源,右键单击共享数据源并点击打开,点击凭据并再次输入凭据。
我遇到了同样的问题。对我来说,问题是我在连接字符串中使用 DNS 别名作为服务器名称。一旦我将其更改为实际的机器名称,我的连接就稳定了。
我猜这个问题发生在 Visual Studio 时,当您连接到数据源但无法使用该数据源创建报告时。您在创建数据库时使用了什么凭据。 Windows 身份验证或用户名和密码。右键单击 VS 中的数据源和 select 与属性中的 server/db 相同的凭据。我的 windows 为我的 server/db 授权,select 为数据源授权。所以现在我可以创建报告了。
我正在尝试连接到数据源但出现此错误:
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.
知道如何解决这个问题吗?
谢谢 阿鲁纳
好像忘记了密码, 如果它是嵌入式数据源 > 右键单击数据源,然后转到属性 > 凭据。
如果是共享数据源,转到共享数据源,右键单击共享数据源并点击打开,点击凭据并再次输入凭据。
我遇到了同样的问题。对我来说,问题是我在连接字符串中使用 DNS 别名作为服务器名称。一旦我将其更改为实际的机器名称,我的连接就稳定了。
我猜这个问题发生在 Visual Studio 时,当您连接到数据源但无法使用该数据源创建报告时。您在创建数据库时使用了什么凭据。 Windows 身份验证或用户名和密码。右键单击 VS 中的数据源和 select 与属性中的 server/db 相同的凭据。我的 windows 为我的 server/db 授权,select 为数据源授权。所以现在我可以创建报告了。