错误:
在报表生成器中编辑报表时,打开查询编辑器会出现以下错误
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.设置:
Server=tcp:xxxxx;Database=yyyy;Integrated Security=true;
Encrypt=SSPI;Connection Timeout=30;MultipleActiveResultSets=True;
Persist Security Info=False;App=SSRS;5.全权证书设置为无凭据。
意见:
解决办法:
解决方法对于我们的用户基础来说并不理想,我想解决根本的问题。以前有没有人经历过这个问题?
发布于 2020-07-14 15:54:37
我在研究同样的错误信息时发现了这篇文章。
我正在使用“SQL Server Data Tools for Visual Studio 2017”,我的数据库位于SQL 2017,Enterprise。
问题是,在我创建数据源时将凭据设置为“使用Windows身份验证”之后,凭据切换为“不使用凭据”。
我把它改回来了(下面)并保存下来,问题解决了。
数据源> Rclick >数据源属性

https://dba.stackexchange.com/questions/252246
复制相似问题