Automic Workload Automation

 View Only
  • 1.  Logging access to AE v10

    Posted Nov 14, 2017 06:10 AM
    Hi,

    I wonder if there is anyway to log user access (through UCDJ.EXE) to AE v10? The info I need to log:

    1- Username
    2- Machine name (where the user executing the UCDJ.EXE)
    3- Login date/time
    4- Logout date/time

    Thanks
    Hesham




  • 2.  Logging access to AE v10

    Posted Nov 14, 2017 06:15 AM
    Hi.

    Username and Login- and Logout-Times are available in AE v10 itself. You can right-click the user object and select "Statistics" to get the data.

    You can also get Logon- and Logoff data from the logfiles. You will also find the DNS machine name and AE client there. Like so:

    grep -E "U0011852|U0003205" /path/to/ae/logdir/*.txt

    [...]
    20171027/173403.668 - U0011852 Logoff 'DEMOUSER' ('DEMOUSER/UC'), client: '0010' (Connection='*CP003#00001573', index='001' released).
    20171027/173453.092 - U0003205 Logon of 'DEMOUSER' ('DEMOUSER/UC'), client: '0010' accepted by host 'DEMOCLIENT'. Client version = '10.0.8+hf.1.build.533
    [...]

    HTH,
    Carsten


    (edit: typo)


  • 3.  Logging access to AE v10



  • 4.  Logging access to AE v10

    Posted Nov 15, 2017 10:17 AM

    Hi,

    I think the easiest way is to use the Object Statistic (Java UI: Menu: Statistics).
    It shows the information you requested, here an example: vi9hyiwihmfu.pnghttps://us.v-cdn.net/5019921/uploads/editor/a6/vi9hyiwihmfu.png" width="1166">

    KR, Josef

     



  • 5.  Logging access to AE v10

    Posted Nov 20, 2017 04:33 AM
    Thanks to all for the valuable info. I believe that I will try with Revision Report. I need to send this info to my company information security dept. every 4 hours.