AppWorx, Dollar Universe and Sysload Community

  • 1.  Automatically run uproc or session whenever $U is restarted and back up

    Posted Jan 02, 2014 12:44 PM
    Need a way to automatically run (trigger) a uproc or session whenever $U is restarted and back up (operational again) on a Windows server .
    We are currently running DUAS v6.0.11.  THanks


  • 2.  Automatically run uproc or session whenever $U is restarted and back up

    Posted Jan 10, 2014 03:57 AM
    Hi,

    We don't have a direct way (yet) to do that in Dollar Universe.

    I talked about this issue with some colleagues about possible ways to implement that.

    Maybe one way to do it:[list]
    [*]The job to execute should be scheduled with an auto-relaunch task (auto-relaunched all day).
    [*]It should wait for a Script Resources.
    [*]This script resource should do a "uxlst FNC FNC=IO EXP | findstr Started" and if the date/time is less than 1 minute it should allow the execution.
    [/list]

    Do you see what I mean. Do you think it can be a solution?

    Regards,


  • 3.  Automatically run uproc or session whenever $U is restarted and back up

    Posted Jan 14, 2014 12:36 PM
    Thanks you for your reply..... Issue resolved.  I updated the $U unistart.bat file to CALL a batch file that contains the uxordre command.