Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
SQL code for most number of hits on LL documents and folders
Paul Langham
HelloPlease can someone advise on whether we can check to see which documents and folders have had the most number of hits in Livelink?Any pointers would be appreciated.Cheers,Simon
Find more posts tagged with
Comments
eLink User
Message from Nair, Krishnankutty via eLinkFor documents you can check the duaditnew or pre 9.5 the daudit table.Ifthe document actions are audited the table will contain the dataid andthen the action like 'open' 'fetch'.'create' such like.For folders there is just a create,modify,permissions stuff that I cansee.I do not think livelink audits folder as 'open' or accessed .However there is a way that is famous in the KB circles.Let the folderstream a customview(an empty html) and in the customview you place aninvisible 'gif' which is really a livelink object having dataid.So whenthe folder is opened the custom view is being called as well as thehidden "gif".This can be contorted as a folder hit.Also try your luck against the webserver logs-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Tuesday, October 17, 2006 5:10 PMTo: eLink RecipientSubject: SQL code for most number of hits on LL documents and foldersSQL code for most number of hits on LL documents and folders Posted byLangham, Paul on 10/17/2006 06:05 PMHelloPlease can someone advise on whether we can check to see which documentsand folders have had the most number of hits in Livelink?Any pointers would be appreciated.Cheers,Simon[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: Development Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.-----------------------------------------*Please note my E-Mail Address has changed. Please update yourcontact list*Anadarko Confidentiality Notice: This electronic transmission and any attached documents or otherwritings are intended only for the person or entity to which it isaddressed and may contain information that is privileged,confidential or otherwise protected from disclosure. If you havereceived this communication in error, please immediately notifysender by return e-mail and destroy the communication. Anydisclosure, copying, distribution or the taking of any actionconcerning the contents of this communication or any attachments byanyone other than the named recipient is strictly prohibited.
Steve Brezina
Hi Simon, Have you looked at Recommender yet? It provides configurable usage statistics already. Look at the Recommendations link the Personal menu. More configuration is available from the admin.index page.You could replicate its complex SQL or simply scrape the report pages.Regards, Steve
Jeff_Brown_(G*_ECM_Champ)
Message from Brown, Jeff via eLinkYou can just copy and modify an existing LiveReport to get your results.1. Copy LiveReport "What's Hot This Week?"2. Remove the parameter %1 filter and use dates in the SQL.Another method is using the Query Audit log feature in the Admin pages/Livelink/livelink.exe?func=admin.auditdspJust select the event you want to audit for "View" and then dates.Good luck!-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Wednesday, October 18, 2006 11:30 AMTo: eLink RecipientSubject: Hi Simon,Hi Simon,Posted by Brezina, Steven on 10/18/2006 11:29 AMHi Simon, Have you looked at Recommender yet? It provides configurable usagestatistics already. Look at the Recommendations link the Personalmenu. More configuration is available from the admin.index page.You could replicate its complex SQL or simply scrape the report pages.Regards, Steve[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: SQL code for most number of hits on LL documents and folders
https://knowledge.opentext.com/knowledge/llisapi.dll/open/8516177Discussion
: Development Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.This e-mail and any attachments may containconfidential and privileged information. If you arenot the intended recipient, please notify the senderimmediately by return e-mail, delete this e-mailand destroy any copies. Any dissemination or useof this information by a person other than theintended recipient is unauthorized and may beillegal. Unless otherwise stated, opinions expressedin this e-mail are those of the author and are notendorsed by the author's employer.