The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
4k views

How do we activate auditing in SharePoint Foundation 2010?

We are trying to set up SharePoint auditing to audit reading of list items and are having problems finding how to turn it on. Is this supported in the Foundation version? If so how do we activate it? ...
7
votes
2answers
690 views

Tracing user profile changes without iterating all the through?

Due to the project requirement, we want to trace the user profile property changes (made through mysite) whenever they do. Is it a good idea to insert a javascript (through a delegation control) and ...
3
votes
2answers
1k views

Logging document library downloads with HttpModule

I'm stuck with a problem here that leaves me stupefied. I am writing an HttpModule which examines the URL of all HTTP requests in order to log which users have downloaded each document in a document ...
3
votes
4answers
3k views

How to find when a SharePoint list item was deleted?

A sharepoint list item is deleted from list as well as all recycle bins. How'd an administrator know when this item was removed and who removed it? Is it possible at all?
3
votes
3answers
2k views

How often should the auditing log be cleared to not affect performance?

We are building a system that uses SharePoint Auditing in a SharePoint Foundation deployment. We are wondering about the degradation of performance overtime as the amount of audit information grows. ...
3
votes
2answers
1k views

Can I undo Permission Changes?

I'm trying to recover from an issue where permissions were removed by accident, but I don't know what they were. Audit Log only shows me which PrincipalIds were removed, but not what permissions they ...
2
votes
4answers
1k views

Auditing a SharePoint document library

Got a requirement to audit a number of document libraries in a solution of mine. Basically need to log all CRUD operations on a file within a document library to a SQL Server database and use an ...
2
votes
2answers
478 views

SPItemEventReceiver to log delete action

I am writing an event receiver that will log delete action (time and user only) of a deleted list item. Following is what it looks like. public class AuditDeleteReceiver : SPItemEventReceiver { ...
2
votes
1answer
272 views

Can I Access the SPAuditQuery from the JavaScript Class Library?

Or there's a SP2010 Built-in service to access Audit data? [UPDATE] Quick awnser, No, there's no way to access the SPAuditQuery from the SP JavaScript Class Library. At the end I end up using a WCF ...
2
votes
2answers
336 views

How to refresh the Auditing Log programmatically

I would like to know if there's a way to refresh the Auditing log programmatically, because we need it to see in real time which the last accessed document was within a Document Library. Thanks, ...
2
votes
2answers
142 views

SharePoint 2010 solution install testing (Hosting???)

We've built a SharePoint 2010 auditing solution and while it works correctly here and at our SINGLE (albeit complex) beta site; I would like to test the solution install on more systems. I could buy ...
2
votes
2answers
201 views

Decipher a list update audit entry

I'm looking at the audit log and when a contact is updated I see the very un-useful document location of Lists/Test List/1_.000. Anyone know how to make sense of these cryptic entries?
1
vote
1answer
107 views

Audit log a specific user (or: Monitor the admin)

Is it possible to audit log only specific users (thus keeping the Audit-log under control and not harming performance)? Background Sitecolletion admins can view and edit everything (de facto SP ...
1
vote
1answer
213 views

Provision of Web Analytics via visual studio - sharepoint 2010

Does anyone know how to provision web analytics via visual studio 2010 ? I have got web analytics working for search results - ie: it will show me how many searches have been performed, top search ...
1
vote
1answer
82 views

SharePoint Audit Log Reports

My requirement is to have a report with the users rights for the past 5 years of data. It should have which user have the access rights to which content on a time in the past. Is this possible using ...
1
vote
1answer
193 views

Monitor Document Downloads in SharePoint Foundation

Afternoon, Is there a way to monitor/audit who downloads files in SharePoint Foundation either using something out of the box or by creating a workflow? Thanks in advance Steve
1
vote
1answer
63 views

User Access Notification

is there an event in sharepoint that is raised when a user logs in?. I want to have a notification email whenever any user is logged in to a specific sharepoint site. Also, login here is not limited ...
1
vote
1answer
489 views

Success Audit spamming event log

I have set up a standard MOSS installation using forms authentication with NTLM. I have noticed that there are a lot of audit success events in the windows event log is this normal? It makes it very ...
1
vote
0answers
93 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
286 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
308 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 ...
1
vote
0answers
163 views

Sharepoint as a Digital Asset Management solution? [closed]

I am evaluating products for my company in order to meet requirements for a digital asset management system. We plan on making this management system a central location for any and all types of ...
1
vote
1answer
39 views

How to get a report on document activity in a site

I currently have a request to "find all documents that haven't been touched, ie opened, edited, moved, created, deleted, etc.) in the last 12 months." in WSS 3.0. Now seeing as I never bothered to ...
0
votes
1answer
219 views

Last sites and last items in the same list/table/gridview

There is a way to put in a list all updates/insert that users to in every list from all the subsites from sharepoint root site(sitecollection)? Also, to add to this list the site info that users ...
0
votes
0answers
13 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
17 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
69 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
1answer
54 views

SharePoint Audit Log - List does not exist issue

I'm getting error "List does not exist" error when I try to enable Site Collection Audit settings. When I click on the Browse button under "Audit Log trimming" it throws an error "List does not ...
0
votes
0answers
57 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
1answer
141 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 ...
0
votes
1answer
76 views

Auditing Metadata for folders

I am using Folders in Sharpeoint 2010 Foundation to create document sets as document sets are not supported in Foundation edition. I have created a custom content type inherited from Folder, and I ...
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 ...