Job log archiving compression does not work with "\" command to compress log file. The zip file gets created but its empty.
"D:\Exec\Products\AUTOMIC\DUAS\CDSDSI_hostname\bin\7z.exe" a "!LOGFILE!.7z" -bd -t7z "!LOGFILE!\*"
For this to work, you need to remove the backslash between !LOGFILE! and the *
"D:\Exec\Products\AUTOMIC\DUAS\CDSDSI_hostname\bin\7z.exe" a "!LOGFILE!.7z" -bd -t7z "!LOGFILE!*"
CA Automic Dollar Universe 7.01.02
DE180320
Workaround:
In Node Settings - Logging - Command to compress the log file:
"PATH_OF_THE_NODE\bin\7z.exe" a "!LOGFILE!.7z" -bd -t7z "!LOGFILE!\*"
remove the trailing \:
"PATH_OF_THE_NODE\bin\7z.exe" a "!LOGFILE!.7z" -bd -t7z "!LOGFILE!*"
Save and close.
Solution:
Update to a fix version listed below or a newer version if available.
Fix version(s):
Component: Application.Server (Node)
Dollar Universe 7.01.21 - planned release June 2026