| 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
>
|