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
Comments
Anonymous
April 27, 2007
PingBack from http://chaespot.com/mssql/2007/04/27/from-dbf-level-4-through-to-dbf/Anonymous
March 26, 2009
thanks, this was very helpful!! didn't see this information in the Reporting Services online books...Anonymous
March 22, 2010
Great post, it is helpful for many and me as well, keep posting.Anonymous
May 09, 2015
Very Easy..Done Today.