The uxtrace script may fail or report errors when attempting to access legacy configuration files or when the system date format does not align with the script's internal expectations. This occurs primarily on Unix/Linux environments where local date formats (e.g., French dd/mm/yyyy) are utilized.
When executing $UXEXE/uxtrace/uxtrace -s, the following errors appear in the output:
Additionally, uxlst commands within the script may fail with:
Dollar Universe 6.x and 7.x
Context: uxtrace on Unix / Linux
The uxtrace script attempts to access libuxspv files which were used in Dollar Universe v5 but are no longer present in v6 or v7. Furthermore, the script does not correctly inherit the U_FMT_DATE variable, leading to command failures on nodes using non-default date formats.
This issue is addressed by a code change in the Dollar Universe Application Server to correctly handle SPV file checks and honor the U_FMT_DATE configuration.
Fix Status:
See for steps to download these releases.
Please to receive updates regarding official release availability.
Public Title: uxtrace uses default U_FMT_DATE instead of correct one
Public Description: Code change done to use configured U_FMT_DATE to execute uxlst commands in uxtrace