Audit Log reports
I have enabled Audit log reports for site collections and only for one site collection, when I click 'Content viewing' I am getting a timeout exactly after 5 minutes.
Reports are properly working for all other site collections and reports other than 'Content viewing' are working properly for the affected site colection.
Below is the link from the 'Content viewing'
javascript:SubmitFormToRunReport('c1ca0b91-30fc-43e8-9ae8-83b40d51e9e8','Content_viewing.xml','');
And the script in Reporting.Aspx is as given below...
function SubmitFormToRunReport(reportId, reportName, reportSubcategory)
{
var form = document.forms[0];
var elReportId = document.getElementById(<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(GenerateReport.ParamReportId),Response.Output); %>);
elReportId.value = reportId;
<% if (strCategory.ToLower().Equals(strParamCategoryWorkflow)) { %>
var elReportSubcategory = document.getElementById(<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(WorkflowReport.strParamAssociationId),Response.Output); %>);
elReportSubcategory.value = reportSubcategory;
<% } %>
form.action = "RunReport.aspx/" + reportName;
form.submit();
}
Please help me...
Regards Rahul A
July 5th, 2011 5:06am
HI,
Check the audit log table size.
Do a trimming and then try once again.
Also chack in uls logs for more details.
I hope this will help.
Thanks,
Rahul Rashu
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2011 8:35am
Rashu, Thank you for the reply. Could you please tell where is that table ?
Thank youRegards Rahul A
July 6th, 2011 12:32am


