【问题标题】:SQL Server Reporting Service URL asking for credentials but not responding after thatSQL Server 报告服务 URL 要求提供凭据,但之后没有响应
【发布时间】:2013-03-18 02:12:01
【问题描述】:
【问题讨论】:
标签:
service
reporting-services
reporting
credentials
【解决方案1】:
我找到了解决这个问题的方法...
- 我将 URL 更改为主机名到 localhost 并且成功了
我猜问题是我有两个同名的虚拟(显然一次只有一个是 ON)并连接到同一个域。我认为当我在 URL 上使用主机名时,它试图连接另一台关闭的开发机器。并且本地主机工作。
这是我的猜测!如果您遇到此类问题,请尝试“localhost”并看到它解决..!!
干杯!!
【解决方案2】:
如果设置如下后仍然提示输入凭据
身份验证模式="Windows"
身份模拟=“真”
从“Microsoft SQL Server\MSRS10_50.xxxxxxx\Reporting Services\ReportServer\rsreportserver.config 替换以下代码
和
只需从标记 AuthenticationTypes 中删除 RSWindowsNegotiate 标记