Changing the location of Log files for SQL Server Reporting Services

I have found a few occasions where I have needed to change the location of my Reporting Services Logfiles and wanted to share it with you.

There are three files you need to modify to change the location of the Reporting Services Logfiles. These files are:

  

· c:Program FilesMicrosoft SQL ServerReporting ServicesReportManagerweb.config

· c:Program FilesMicrosoft SQL ServerReporting ServicesReportServerweb.config

· c:Program FilesMicrosoft SQL ServerReporting ServicesReportServerBinReportingServicesService.exe.config

 

Add the following tag under RSTrace in all the above files:

<add name="Directory" value="c:directorypath" />

 

Be sure that you apply the same permissions to the new path folder that is on the LogFiles folder.

 

Restart the ReportServer Windows Service

Click on Start, Control Panel, Administrative Tools, Services and look for Reporting Services Service. Double Click on the service, Click “Stop” and then “Start” to restart the service.

POSTED BY: Cary Russell