Automic Workload Automation

 View Only
  • 1.  AA V21.x - Missing include objects

    Posted May 11, 2022 10:39 PM
    Dear All,

    Under HEADER.UNIX, there are references to few include objects like .USER.PRE and USR.HEAD as per below screen


    But these are missing. Same applies to HEADER.WINDOWS.

    Are these intentional or a bug or do we have to apply some pack to get these? What is the story here?

    Regards
    P Verghese


  • 2.  RE: AA V21.x - Missing include objects

    Broadcom Employee
    Posted May 12, 2022 02:14 AM
    Edited by Markus Embacher May 12, 2022 02:14 AM
    Hi,
    this is intentional and indicated by the qualifyer "USER" in the name of the object. It allows you to create those includes in your local client in order to insert additional code into the HEADER. 
    HEADER.UNIX.USER.PRE inserts code before the content of the Process tab. 
    HEADER.UNIX.USER.HEAD after the content of the Process tab.

    This allows you to insert code into the HEADERS and TRAILERS without modifying the original HEADER or TRAILER in client 0.


  • 3.  RE: AA V21.x - Missing include objects

    Posted May 12, 2022 08:58 AM

    Hi,
    imho this is more correct:

    HEADER.UNIX.USER.PRE inserts code before the content of the Pre-Process tab.
    HEADER.UNIX.USER.HEAD after the content of the Pre-Process tab.

    LG, Tscho




  • 4.  RE: AA V21.x - Missing include objects

    Posted May 12, 2022 10:41 PM
    Edited by P Verghese May 12, 2022 10:51 PM
    Thanks guys for the clarification.

    Regards
    P Verghese


  • 5.  RE: AA V21.x - Missing include objects

    Broadcom Employee
    Posted May 13, 2022 02:30 AM
    Servus Tscho, thanks for reminding me, INC_SCRIPT(1) means the Pre-Process, as you said!
    lg, Markus