AutoSys Workload Automation

 View Only
  • 1.  Capture Execution User

    Posted Jan 05, 2020 08:29 PM
    Is there a way to capture execution user name in the spool file in CA WADE

    ------------------------------
    Kumar Guthikonda
    ------------------------------


  • 2.  RE: Capture Execution User
    Best Answer

    Broadcom Employee
    Posted Jan 06, 2020 09:07 AM
    Edited by Christopher Hackett Jun 01, 2020 05:41 PM
    Hi,
    The spool is just the output of the command or script.  The command or script will itself have to output the execution user.

    Example:

    #!/bin/bash
    whoami
    #run something
    #EOF​​​

    Thank you,

    ------------------------------
    Support
    Broadcom
    Toronto
    ------------------------------