Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sunsanvin
Master Smack Fu Yak Hacker
1274 Posts |
Posted - 2014-05-14 : 10:02:47
|
Hi All,We have SSRS 2008 R2 installed on a new Server (type/server configuration) and noticed that log files are not getting generated since 5 months. The logs were generated for first two days after the server was commissioned into production and thereafter there have been no log files.The following is the web configuration details i am seeing in the folder "C:\SQLServer\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin\ReportingServicesService.exe.config".<configuration> <configSections> <section name="RStrace" type="Microsoft.ReportingServices.Diagnostics.RSTraceSectionHandler,Microsoft.ReportingServices.Diagnostics" /> </configSections> <system.diagnostics> <switches> <add name="DefaultTraceSwitch" value="4" /> </switches> </system.diagnostics> <RStrace> <add name="FileName" value="ReportServerService_" /> <add name="FileSizeLimitMb" value="32" /> <add name="KeepFilesForDays" value="14" /> <add name="Prefix" value="appdomain, tid, time" /> <add name="TraceListeners" value="file" /> <add name="TraceFileMode" value="unique" /> <add name="Components" value="all:3" /> </RStrace> <runtime> <alwaysFlowImpersonationPolicy enabled="true"/> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Microsoft.ReportingServices.Interfaces" publicKeyToken="89845dcd8080cc91" culture="neutral" /> <bindingRedirect oldVersion="8.0.242.0" newVersion="10.0.0.0"/> <bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" /> <bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0"/> </dependentAssembly> </assemblyBinding> <gcServer enabled="true" /> </runtime></configuration>Appreciate any help in resolving this problem.CheersArnavEven you learn 1%, Learn it with 100% confidence. |
|
|
|
|