Hi all,
can any one let me know how to check the most recet login details of bulk users using commands.
I can search using OnDemand Client -- System Logs -- search for 30 & 32 message. But i cant check bulk users at a time. Is there any alternate way to check the user login/logoff details
Kindly suggest the solution.
much appreciated for the Quick response.
I think you're trying to find out how to collect this information from the command line, and not with the GUI client. Let me know if I'm mistaken.
You'll want to read up on "arsdoc", specifically the "query" option. You can use it to perform queries against CMOD folders or Application Groups. You can even save 'Named Queries' in the GUI client, then run those named queries at the command line with "arsdoc query".
If you need all this information, you could also use the Logging User Exit. With a shell (or batch) script, you could select the messages you're interested in to be written to a file.
Good luck, and write back if you need clarification or more info.
-JD.