Table of contents
Newtest Reporting Server update R3 ERROR
Review details problem
Context: after the installation of the R3 update on the NRS 2.2.1r0 you got the error
Solution(s)
Can you check the following configuration both with the administrator account and the user administrator account used during the installation:
Control Panel\All Control Panel Items\System
Advanced system settings
Advanced tab
Environnent variables
Edit the variable path and check if the line "C:\Program Files\Microsoft SQL Server\100\Tools\Binn\" is set up.
SQL Server 2008 R2 SP2 - Unable to restart SSRS
Review details problem
After applying SP2 on SQL Server 2008 R2, SQL Server Reporting Services can't restart.
Cause : When starting after an upgrade, SSRS want to connect to internet to check his certificate. But Internet connexion could be disabled on a server, so the service doesn't start
Solution(s)
Try disabled the certificate checking in the ReportingServicesService.exe.config file:
- Edit the ReportingServicesService.exe.config file usually located in this folder: C:\Program Files\Microsoft SQL Server\<RS Instance>\Reporting Services\ReportServer\bin
- Add the "<generatePublisherEvidence enabled="false"/>" within the <Runtime> tag
- Patch the server with the KB.
Comments