Hi ,
am using sql2k & reporting server on the same . Is it possible to change log
folder for reporting services after installation .
Thanks
MarkThe location defaults to the install directory for
ReportingServices under the subdirectory LogFiles. To change
this, the web.config files in the
MSSQL\Reporting Services\ReportServer
and
MSSQL\Reporting Services\ReportManager
directories need to be modified. Also the
ReportingServicesService.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 lo
g
>folder for reporting services after installation .
>Thanks
>Mark
>
No comments:
Post a Comment