Home > Archive > MS SQL Server > June 2005 > reporting services log folder









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author reporting services log folder
Mark

2005-06-13, 3:23 am

Hi ,
am using sql2k & reporting server on the same . Is it possible to change log
folder for reporting services after installation .

Thanks
Mark


Sue Hoegemeier

2005-06-14, 3:23 am

The location defaults to the install directory for
ReportingServices under the subdirectory LogFiles. To change
this, the web.config files in the
MSSQL\Reporting Services\ReportServe
r
and
MSSQL\Reporting Services\ReportManag
er
directories need to be modified. Also the
ReportingServicesSer
vice.exe.config
file in the ReportServer\bin directory.
All three files have an RSTrace section along the lines of:
<RStrace>
<add name="FileName" value=" ReportServerService_
" />
<add name="FileSizeLimitMb" value="32" />
<add name="KeepFilesForDays" value="14" />
........
</RStrace>

You need to add a line for the directory location:
<add name="Directory" value="D:\YourLogLocation" />

You need to add it to all three files and restart reporting
services. A directory under D:\YourLogLocation (or whatever
you specified for the log location) will be created called
LogFiles. The logs will go to that location.

-Sue

On Mon, 13 Jun 2005 12:11:32 +0530, "Mark"
<ajuonline@yahoo.com> wrote:

>Hi ,
>am using sql2k & reporting server on the same . Is it possible to change log
>folder for reporting services after installation .
>
>Thanks
>Mark
>


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com