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?
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
When I do a search with the object name I get no results back. Any other ideas?
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
Do you have the load date as a defined field in the Application Group? That would make it easier.
-JD.