这个问题可能性比较多,也有多个方案去解决,可以从如下方法里逐个测试

1、打最新的数据库补丁。

2、删除报表服务配置的密钥,重启报表服务。

3、修改报表服务器配置的用户账户为域管理员

4、找到报表服务器的报表配置文件打开后对如下三项进行修改

文件路径:C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config

修改项

<Add Key="SecureConnectionLevel" Value="0"/>

<UrlString>http://+:80</UrlString> -------Tried putting server name / IP instead of + sign

<IsWebServiceEnabled>True</IsWebServiceEnabled>

5、查看当前登录账户是否拥有这三个数据库 master, msdb ReportServer & ReportServerTempDB的“RSExecRole”权限

最新文章

  1. How to fix the sources list
  2. Bundle文件的创建和使用(一)
  3. WebAPI用法
  4. [转]iOS/iphone开发如何为苹果开发者帐号APPID续费
  5. 对于json对像,怎么遍历json对象的所有key,在使用json对象时,如果无法知道key,怎么通过key变量来获取值
  6. JDBC连接MySQL数据库及演示样例
  7. STM32硬件调试详解
  8. 用到的IOS知识点小结(1)
  9. git研究1
  10. C#中Spli、正则表达式分解字符串详解
  11. LeetCode OJ 153. Find Minimum in Rotated Sorted Array
  12. Java 8的用法(泛型接口,谓词链)
  13. hugo小玩
  14. Python基础10_函数
  15. Python全栈之路----函数----内置方法
  16. 使用 jest 测试 react component 的配置,踩坑。
  17. windows server 2008 r2 x64 enterprise service pack1中aspjpeg.dll安装
  18. page = new String(request.getQueryString().getBytes(&quot;ISO-8859-1&quot;),&quot;GBK&quot;);解决前台传后台乱码问题
  19. 五、vue状态管理模式vuex
  20. SpringBoot配置属性之MVC

热门文章

  1. React &amp; Desktop App
  2. Web Animations API &amp; SVG &amp; requestAnimationFrame
  3. vue $emit bug
  4. go-admin在线开发平台学习-4[细节解析]
  5. Elasticsearch 及其套件的安装上手
  6. JUC并发编程学习笔记
  7. 在 TKE 中使用 Velero 迁移复制集群资源
  8. Vue学习笔记-chrome84版本浏览器跨域设置
  9. Spring Boot移除内嵌Tomcat,使用非web方式启动
  10. Vue3.0+Electron聊天室|electron跨平台仿QQ客户端|vue3.x聊天应用