Hi all
I'm looking for a query to find past active/inactive sessions in the past few weeks. I know you can find recent sessions from samson but it is not the list that I need.
Is there such an object or DQL that I can use?
appricate it.
Wrong place to ask this kind of question (check this out: Jerry Silver wrote this informative post: Please Read - DO NOT POST TECHNICAL QUESTIONS TO THIS FORUM! for more information.), this is not a technical community.
Move you question to the support community if you have access of the developer community if you don't. At least, there are more chances you'll get an answer there....
Cehck the session log, it may helps
Session logs stored in the Content Server filesystem in: DOCUMENTUM\dba\log\<repository_id>\<username>
I have more to add to this topic, but you need to move your thread first.
I moved the thread here, hopefully it is the right place.
Viswa,
thanks very much for responding, however I didn't see any session logs under same directory. It is Unix box with Solaris OS
What viswa is talking about is that whenever a session is created a file is created in that directory. One file per session. The timestamp on the file is when session is created. Unfortunately, there doesnt capture whether session is active/inactive. This is old feature that was built in v3.
As far as reporting on past data, the supported way of doing this is using auditing features of the content server. However, if you dont have auditing turned on already, then you dont have this data.
Finally, look at LIST_SESSIONS DQL command to query for active sessions.
Hi Johnny
Thanks for your respond. I'll look into the guides to see if it helps.