OnDemand User Group

Support Forums => MP Server => Topic started by: venatic on June 29, 2020, 08:53:55 AM

Title: Search to see if old versions are being viewed by users
Post by: venatic on June 29, 2020, 08:53:55 AM
In the system log I can search for the 66 messages that show when a user does a get doc request but this does not show the load date of the doc they are getting. Is there another way to run a search to see what users are viewing and see the load date of the docs?
Title: Re: Search to see if old versions are being viewed by users
Post by: LairFilho on June 29, 2020, 06:33:30 PM
Hi,

If I understand your question, looking for "ObjName" in the result of message 66. After that, do a new search using code 87 and, in the Message field, put the "ObjName" between %. The result show when the file was loaded.

Lair Martins
IBM Brazil
Title: Re: Search to see if old versions are being viewed by users
Post by: venatic on August 03, 2020, 02:04:44 PM
When I do a search with the object name I get no results back. Any other ideas?
Title: Re: Search to see if old versions are being viewed by users
Post by: jsquizz on August 03, 2020, 02:51:49 PM
Shouldn't be too hard to script

I would parse out the doc_name/ag from the 66 message..

Throw it back into an arsdoc query against the system load folder..that should give you what you need
Title: Re: Search to see if old versions are being viewed by users
Post by: Justin Derrick on August 07, 2020, 05:29:48 AM
Do you have the load date as a defined field in the Application Group?  That would make it easier.

-JD.