Thanks Very much for clarification.
Regards, Murali
-------------------------------------------
Original Message:
Sent: Sep 10, 2025 02:31 AM
From: Markus Embacher
Subject: JWP Section in AE INI file of Version 24.4
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
Original Message:
Sent: Sep 09, 2025 05:54 AM
From: Murali krishna
Subject: JWP Section in AE INI file of Version 24.4
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
---------------------------------