The auditing tag has no wiki summary.
0
votes
1answer
136 views
How to find the user who deleted a subsite in MOSS 2007?
In my current work location we have a MOSS 2007 intranet environment with more than 10 site collections, but in one of the site collections few sub-sites were deleted on the same day. We have analysed ...
1
vote
0answers
91 views
There's a way to sort the SPAuditQuery at Query construction level?
If we have
SPAuditQuery auditQuery = new SPAuditQuery(context.Site);
auditQuery.RestrictToListItem(item);
auditQuery.RowLimit = (uint)numberOfEvents;
auditQuery.SetRangeStart(startRange);
...
1
vote
0answers
281 views
SharePoint 2010 auditing policy for folder content type causes error
if I want to add an auditing policy on a folder content type I get an error that the content type "Folder" at "/Shared Documents" is sealed.
Does this mean that it's impossible to add an information ...
1
vote
0answers
307 views
Site Collection: Configure Audit Settings: Selected audited events only remain checked for a few minutes
Under Site Collection Administration -> Site Collection Audit Settings, I can enable events to audit, click OK. Then I go make changes; update a list item, delete a document, check out an item. I can ...
0
votes
0answers
9 views
Adding/Modifying fields in the audit log excel report - Sharepoint 2010
I'm very new to Sharepoint development and currently working on Audit log reports in Sharepoint 2010.
Is it possible to add custom fields to the excel report that gets generated in Sharepoint 2010.For ...
0
votes
0answers
16 views
Usage statistics of the times sharepoint documents downlaoded viewed from an SSRS report hosted on sharepoint server
I have an SSRS report which displays data retrieved from a SharePoint Library. What is the best way to collect usage information about that SSRS report? specifically, which documents have been ...
0
votes
0answers
67 views
How to uniquely identify rows in the RequestUsage view in WSS_Logging?
I am working on a DWH-solution for the WSS RequestUsage log and I need to uniquely identify each row in the RequestUsage view. There is a RowId with guid, but it does not seem to be unique, as you can ...
0
votes
0answers
56 views
how to find out when a sub site was last visited
Is it possible in sp2010 to report on the last time a sub site was visited. We have many sub sites that have been poorly managed and seem rarely used. I would like to do a sweep across all site ...
0
votes
0answers
149 views
Audit information for a document library
I'm trying to find out how I can get a list of user names and which files from a particular document library on a my SharePoint 2003 sub-site they have requested/downloaded.
I've searched the ...