Welcome to MSDN Blogs Sign in | Join | Help

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 Files\Microsoft SQL Server\Reporting Services\ReportManager\web.config

·   c:\Program Files\Microsoft SQL Server\Reporting Services\ReportServer\web.config

·   c:\Program Files\Microsoft SQL Server\Reporting Services\ReportServer\Bin\ReportingServicesService.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

Published Friday, November 03, 2006 7:01 PM by sqlblog

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Microsoft &raquo; Blog Archives &raquo; &#8230; from DBF Level 4 through to DBF

# re: Changing the location of Log files for SQL Server Reporting Services

thanks, this was very helpful!!  didn't see this information in the Reporting Services online books...

Thursday, March 26, 2009 2:23 PM by sue fowl

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker