AppWorx, Dollar Universe and Sysload Community

  • 1.  [Solved] What about launching a session from the middle of another session ?

    Posted Nov 10, 2008 10:16 AM
    What about  launching a session from the middle of another session ?


  • 2.  [Solved] What about launching a session from the middle of another session ?

    Posted Nov 10, 2008 10:58 AM
    Hello,

    if you want to launch Session B from the "middle" of Session A you must:

    Include in the script of the "middle" Uproc of Session A the command uxordre to trigger session B. It will be a command like "uxordre SES=B UPR=B_H MU=..." B_H being the header of Session B.

    Declare a provoked Task for Session B, its header and the appropriate MU.

    Michel


  • 3.  [Solved] What about launching a session from the middle of another session ?

    Posted Nov 11, 2008 10:23 AM
    Great thats what i thought and what if i want to launch a session with a different username ?


  • 4.  [Solved] What about launching a session from the middle of another session ?

    Posted Nov 12, 2008 04:24 AM
    If you want to change the user launching the session B, you have to specify it in the provoked task you created on the session B.

    Then, when session A will run, it will executes the uxordre on session B, and use the user specified on it's provoked task.


    Cheers!