AppWorx, Dollar Universe and Sysload Community

 View Only

  • 1.  Find when a uproc was last modified

    Posted Mar 02, 2026 04:18 AM

    Is there a simple way such as a command or something that can be clicked in Univiewer to show when a uproc was last modified?

    In Windows this would be as simple as looking at a folder then sort by modify date.

    Is there something in DUAS?

    The kind of questions that this could help with would be 'Has a particular uproc been updated and if not can this be proved that it has not been updated?' or 'When was uproc A last updated?'



    -------------------------------------------


  • 2.  RE: Find when a uproc was last modified

    Posted Mar 03, 2026 03:23 AM

    Hi, 

    On the Product, there's not.

    For my clients, there is 2 ways, technical and fonctionnal

    Technical : By the default DUAS extract command (uxext ... with the "script" argument), we do everyday a checksum of the content.  all in a csv file. We use the daily maintenance session to carry it. Easy to do on unix and Powershell. sure and cyclical

    Functionnal : When the exploitation changes the uproc, we update a date variable... as for the validation date of a task. Not sure, human forgets sometime

    regards



    ------------------------------
    [DU Master][DU strategy Expert]
    [Synapps]
    #dollaruniverse
    ------------------------------



  • 3.  RE: Find when a uproc was last modified

    Posted Mar 03, 2026 04:55 AM
    Edited by Gilles deBuzonniere Mar 03, 2026 04:58 AM

    Hello Angus, hello Eric,

    I think you have forgotten the Audit Trail function !
    In Audit Trail, you can find the date of each update of any object of Dollar Universe, such as Resource, Uproc, Session, task, Submission account, MU, etc... as well as launch, exception etc.

    Just choose the object typ and "*<Object Name>*" in the colomn filter, and you will get all action performed on this object for x days ! (where x is the retention delay set in node settings).

    Note that this Audit Trail can't be changed, and any change is automatically logged in by Dollar Universe.

    Best regards.

    Gilles de Buzonnière

    -------------------------------------------



  • 4.  RE: Find when a uproc was last modified

    Posted Mar 03, 2026 10:25 AM

    Hi Gilles

    Unfortunetly not. Audit Trail is a simple event that come from the console (ore command) on any action from V6

    So if you naturaly "Save & Close" on the console (that almost everybody is doing), you don't have the real modification date(time) of the object.

    The simple RFC can be the console Save & Close that is grayed when nothing is modified (simple in Java), only button close is available

    On some popup interfaces (like XBP2 attribute modification), the button "ok" can be grayed until something is really changed.

    At end, the only event of a real modification is when something is really modified ("Save & close" available and clicked)



    ------------------------------
    [DU Master][DU strategy Expert]
    [Synapps]
    #dollaruniverse
    ------------------------------



  • 5.  RE: Find when a uproc was last modified

    Posted Mar 04, 2026 05:38 AM

    Yes issue with the audit on the node is the retention period as the default is 90days so for decent auditing this sould be something like 400 to cover year period plus smash.

    Method landed on was kinda like one mentioned above. Usiong the Universe command work out the number of a uproc then do a DIR on the Uproc folder and check dates (modified, created or accessed) using standard dir command.

    Misses info about who or what updated a uproc but decent enough.

    A good change control setup is essential for this to work hand in hand though generally uproc updates to production would expect to be a restriced action.

    -------------------------------------------