Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

IIS Log parsing

  Asked By: Caitlin Simmons         Date: Apr 14, 2006      Category: Sharepoint      Views: 245
 

I need to pull a list of who uploaded each document and who downloaded
each document from 2 libraries.

I did a search and saw a reference to a white paper and or code that
could help do this on the Mindsharp premium content page but I can not
find anything there that refers to log parsing.

Tagged:      

 

3 Answers Found

 
Answer #1       Answered By: Mary Adams          Answered On: Apr 14, 2006       

IIS logs wont give you this info. You'll just get the owsvr.dll
(maybe mispelled) that is referenced everytime sharepoint grabs a doc.

 
Answer #2       Answered By: Kyla Eckert          Answered On: Apr 14, 2006       

There is a Report pack for sharepoint which attempts to actually be usable.
www.microsoft.com/.../details.aspx
i think it still sucks though, compared to other portal sw where you actually have audit trails OOB.

HOWEVER,

the route I would reccomend if you are just looking to monitor/log a selection of document  libraries/lists etc would be the handy dandy event sink thing. since im not a developer i wont pretend that i know much about it, other than i played with a sample from MSDN and it had a nice console application for seeing all activity on a document library.. im sure someone here knows which article im referring to.

at least i pointed you in the right direction im hoping,

 
Answer #3       Answered By: Alyssa Butler          Answered On: Apr 14, 2006       

I will check the link out. Unfortunately the event sink
code only works on transactions, insert update, delete, check-in and
check-out but not on viewing.

 
Didn't find what you were looking for? Find more on IIS Log parsing Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].