Products | Versions |
---|---|
TIBCO iProcess Engine (Oracle) | - |
Not Applicable | - |
Description:
TIBCO iProcess Director echoes the current value of STICKY_SAL into the $SWDIR/logs/dir_error file upon start-up when this file is meant to be used for settings that are incorrect.
Symptoms:
When you start the TIBCO iProcess Director, it writes the current value of STICKY_SAL into the $SWDIR/logs/dir_error file. For example, if STICKY_SAL is currently set to 1, the following is noted in the file:
set param.sticky_sal to 1
According to the documentation (located here: https://docs.tibco.com/pub/ipe-db2/11.4.1/doc/html/tib_ipod_admin_guide/wwhelp/wwhimpl/common/html/wwhelp.htm#href=intro.3.3.htm&singl e=true), the dir_error file is used to note TIBCO iProcess Director parameters that are set incorrectly however STICKY_SAL is set properly and working as intended.
Cause:
The value of STICKY_SAL is being echoed to this file incorrectly. JIRA IPE-3670 has been raised to resolve this in a future release.