Automic Workload Automation

 View Only

  • 1.  JWP Section in AE INI file of Version 24.4

    Posted Sep 09, 2025 05:55 AM
    Edited by Murali krishna Sep 09, 2025 05:56 AM

    Hi Team 

    In Automation  engine Version 21 (ucsrv.ini) we  only have libpath under JWP section .In AE Version 24, another outputPath is added in same section .

    We not used any value for libpath  in version 21.

    Do we need to use this outputPath  in version 24?  what is the use and impact of this value .

    Please check and let me know.

    ---

    [JWP]
    ; libpath: Semicolon separated list of directories to look up optional third-party libraries. The files are filtered by name and added to the classpath.
    libpath=
    ;
    ; outputPath: Path to the directory where the output of the archive process is stored. This directory must be accessible by all servers in the system.
    outputPath=../temp
    ---------------------------------


  • 2.  RE: JWP Section in AE INI file of Version 24.4

    Broadcom Employee
    Posted Sep 10, 2025 02:32 AM

    Hi, 

    since 24.3 Archiving is not only available through the ucybdbar utility, but also through AWI and REST API. outputPath specifies the folder where the Automation Engine creates the archive files in case Archiving is done via AWI or REST API.

    https://docs.automic.com/documentation/webhelp/english/ALL/components/DOCU/24.4.0/Automic%20Automation%20Guides/Content/_Common/ReleaseHighlights/WhatsNew_24_3_0.htm#link3

    https://docs.automic.com/documentation/webhelp/english/ALL/components/DOCU/24.4.0/Automic%20Automation%20Guides/Content/AWA/AdministrationPerspective/AG_Client_Archiving.htm

    The libPath parameter is for pointing to external libraries such CyberArk.

    Regards, Markus

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



  • 3.  RE: JWP Section in AE INI file of Version 24.4

    Posted Sep 10, 2025 03:19 AM

    Hi Markus,

    Thanks Very much for clarification.

    Regards, Murali

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