我怎样才能在sql2008中更改SQL Server Reporting Services的日志文件的位置?

我试图通过使用这些步骤来更改SQL Server的日志文件的位置,但它不工作,因为我无法在两个Webconfiguration文件中findRTrace。

有三个文件需要修改才能更改Reporting Services日志文件的位置。 这些文件是:

·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

在所有上述文件中,在RSTrace下添加下面的标签:

你的帮助将是欣赏。

我不确定你可以修改位置。 该文件位于\ Microsoft SQL Server \\ Reporting Services \ LogFile

跟踪级别通过DefaultTraceSwitch和RSTrace设置指定。 所有跟踪级别设置都存储在ReportingServicesrService.exe.config文件中。

configuration文件位于文件夹path\ Program Files \ Microsoft SQL Server \ MSRS10 \ Reporting Services \ ReportServer \ bin中 。文件名属性只影响文件前缀

更多信息: http : //msdn.microsoft.com/en-us/library/ms156500(v=SQL.100).aspx