WebserviceUrL lists 500 internal server error

SQL server 2016的SSRS服务器配置出了问题,web service URL打不开,提示http500 error。

解决办法:
1.查看log

WebserviceUrL lists 500 internal server error_第1张图片
image.png

这个log的文件里面讲到有2个key 重复了。可以在rssrvpolicy里面查到重复的key。

WebserviceUrL lists 500 internal server error_第2张图片
image.png

Security class不能有重复。删除重复的key后,就可以打开URL了。

WebserviceUrL lists 500 internal server error_第3张图片
image.png

There are some errors which says that the key is already there. I checked in rssrvpolicy.config and there are some 2 keys which is being repeated as you can see the above log.

你可能感兴趣的:(WebserviceUrL lists 500 internal server error)