OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: venatic on June 29, 2020, 03:53:55 PM

Title: Search to see if old versions are being viewed by users
Post by: venatic on June 29, 2020, 03:53:55 PM
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 30, 2020, 01:33:30 AM
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, 09: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, 09: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, 12:29:48 PM
Do you have the load date as a defined field in the Application Group?  That would make it easier.

-JD.