Rocket U2 | UniVerse & UniData

 View Only
  • 1.  Universe audit log / specific log implementation

    Posted 03-12-2024 07:42

    Hi Team,

    I am seeking assistance in implementing an audit trail or specific logs to trace issues and check the history of the system or program, including details such as who accessed it, when, and other relevant information.

    Is there any way to implement this in universe ?

    I would appreciate it if you could assist with this.

    Thank you.



    ------------------------------
    Gnanaseelan gnanapirakasam
    SSE
    Rocket Forum Shared Account
    ------------------------------


  • 2.  RE: Universe audit log / specific log implementation

    Posted 03-13-2024 17:13

     Some software applications have built-in audit logs which  require a flag to have it function.



    ------------------------------
    Kathleene Hunter
    Consultant
    Resolution Provider LLC
    WASILLA AK US
    ------------------------------



  • 3.  RE: Universe audit log / specific log implementation

    Posted 03-13-2024 18:07
    Edited by John Jenkins 03-14-2024 16:15

    Gnanaseelam,

    Please see the UniVerse AUDIT functionality which should be able to achieve anything you are looking for: https://www.rocketsoftware.com/sites/default/files/resource_files/rs_mv_wp_universe_audit_logging_apr2019_finaldigital_Oct2019.pdf

    If you do not want to use AUDIT then you can use triggers and dummy indexes for file access, remote verbs and security subroutines for TCL commands.

    • Remote Verbs allow you to add a pre-process program to any verbs executed that can log details.
    • A dummy index is a dictionary entry that calls a BASIC subroutine that always returns an empty (null) result. You then create an index on this value with NO.NULLS. This allows program code of your own devising to be invoked on file change activity.
    • Triggers can be before and / or after events and the events include read/write and delete.

    Hoping this helps.

    JJ



    ------------------------------
    John Jenkins
    Thame, Oxfordshire
    ------------------------------