cancel
Showing results for 
Search instead for 
Did you mean: 

SQL query to determine access to archived items?

Sarah_Seftel1
Level 6
Partner Accredited

Hi,

assuming I don't want to enable auditing or install reporting services.

Is there a query I can run against vault store DB to determine user access rate to archived items in the past week by hours?

I have a scheduled evening upgrade, and the customer is concerned that we will cause many users to not be able to work correctly. (no vault cache)
I'm trying to think of a simple query that I can run against the vault store DB that will give me in results how many users accessed archived items between 18PM to 00PM, so I can show him "you see? only 9 people out of 25,000 tried to open archived item"...smiley

 

any ideas?

Is it even possible?

Sarah

 

1 ACCEPTED SOLUTION

Accepted Solutions

Rob_Wilcox1
Level 6
Partner

No, there isn't a way to do this.

Working for cloudficient.com

View solution in original post

10 REPLIES 10

Rob_Wilcox1
Level 6
Partner

No, there isn't a way to do this.

Working for cloudficient.com

GertjanA
Moderator
Moderator
Partner    VIP    Accredited Certified

You might want to check IIS logfiles, but as Rob states, it is not possible in SQL

Regards. Gertjan

Sarah_Seftel1
Level 6
Partner Accredited

OK, Thanks !

Rob_Wilcox1
Level 6
Partner

And whilst you're marking one of the posts here as a solution :)  You might want to take a look at this article I wrote about logparser:

 

http://thingsilearnedtoday.net/2011/05/09/using-log-parser-with-enterprise-vault/

Working for cloudficient.com

Sarah_Seftel1
Level 6
Partner Accredited
Thanks.

John_Santana
Level 6

wow, I thought that therei s solution about this, but yes it will be to hard to perform I guess...

EV
Level 3
Employee Accredited Certified

After reviewing your link I think that this is the only viable, no cost, way to achieve that goal without enabling auditing with item access granularity enabled.

Rob_Wilcox1
Level 6
Partner

Glad to help.

BTW .. Auditing isn't necessarily the answer.  Last time I checked all of the 'http' access to items is recorded as the Vault Admin Account, rather than the 'actual' user which performed the retrieval.

Working for cloudficient.com

JesusWept3
Level 6
Partner Accredited Certified

but the idea is to show how many items are being accessed at all right? so regardless of the user, it will validate what is needed

https://www.linkedin.com/in/alex-allen-turl-07370146

Rob_Wilcox1
Level 6
Partner

guess so.. but would need to turn on auditing, let it run etc.. whereas IIS logs are likely to already have this information.

Working for cloudficient.com