SSRS log files growing large in sharepoint 2016
Hi All,
I had this issue in our Dev SharePoint 2016 farm where we had configured SharePoint integrated Reporting Services, the log files at below location were growing exponentially & eating up all the space in C: drive. this resulted in SharePoint farm being inaccessible.
I tried searching on the internet however could not find any useful information on how to disable this logging or change the location of the logs. I tried disabling execution logs from SSRS Service application > System settings as shown below however that did not make any difference. after hours of searching I found the fix for this issue which is mentioned below.
Solution:
finally I was able to fix this issue by changing the value to 0 for <add name="KeepFilesForDays" value="14" /> in the rsreportserver.config at the location C:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\WebServices\Reporting. after doing this the logs stopped getting generated.
References:
I had this issue in our Dev SharePoint 2016 farm where we had configured SharePoint integrated Reporting Services, the log files at below location were growing exponentially & eating up all the space in C: drive. this resulted in SharePoint farm being inaccessible.
Solution:
finally I was able to fix this issue by changing the value to 0 for <add name="KeepFilesForDays" value="14" /> in the rsreportserver.config at the location C:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\WebServices\Reporting. after doing this the logs stopped getting generated.
References:
Comments
Post a Comment