MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

File Access counter

  Asked By: Patrick Gonzalez         Date: Mar 26, 2008      Category: MOSS      Views: 355
 

This is kind of a unique situation. One of my colleagues wants to know if there
is a way that we can track how many times a particular file was accessed in
MOSS. Basically it will jsut be a zip file but he would like to see how many
times it is downloaded. I don't know of a way to do this, or if it is even
possible.

Tagged:      

 

4 Answers Found

 
Answer #1       Answered By: Aishwarya Karmarkar          Answered On: Mar 26, 2008       

You would have to do this on a document library basis, but you could
setup an Information Management Audit Policy in the document library.
Then you can specify what kinds of events you want to audit. This will
generate an XML file  over time of everyone who accessed  files in the
library. You could then read and analyze the XML data to find out how
often that one file was accessed.

 
Answer #2       Answered By: Janell Camacho          Answered On: Mar 26, 2008       

we obtained the no of times  a file  was downloaded  by parsing the IIS LOG
using a custom program . i am not sure, but please look into the use of
LOG parser.

 
Answer #3       Answered By: Julia Washington          Answered On: Mar 26, 2008       

Where would that file  be located? Would it be accessible from the site, or would
it require server access?

 
Answer #4       Answered By: Shashwat Takle          Answered On: Mar 26, 2008       

The file  is on the server, but as I remember you can set the system up
to generate an excel report that is available via the site settings
page.

 
Didn't find what you were looking for? Find more on File Access counter Or get search suggestion and latest updates.


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