System.IO.FileLoadException: 未能加载文件或程序集“Microsoft.ReportingServices.UpgradeScripts, Version=10.0.0.0

出现上述错误主要是SSRS的服务账号缺少权限,所以请给以下几个路径和文件上“Microsoft.ReportingServices.UpgradeScripts.dll”赋予Full Control 权限:


C:\Program Files\Microsoft SQLServer\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin

C:\Program Files\Microsoft SQL Server\MSRS10_50. MSSQLSERVER\Reporting Services\ReportServer\bin\Microsoft.ReportingServices.UpgradeScripts.dll

C:\ProgramFiles\Microsoft SQL Server\MSRS10_50. MSSQLSERVER \ReportingServices\RSTempFiles

右击文件或者文件夹名 –> Security -> Edit -> Add-> 输入SSRS的 服务账号 –> 勾选Full Control –>Apply, OK.


其中SSRS的服务账号查看方式如下:

通过 SQL Server Configuration Manager 来查看, LogOn As 那一列就是Service Account.

如果找不到SSRS 账号的话可以分配给everyone

你可能感兴趣的:(SqlServer)