Products | Versions |
---|---|
TIBCO iProcess Engine (Oracle) | - |
Not Applicable | - |
Resolution:
Description:
============
CUSTAUDIT commands within scripts do not work in the TIBCO iProcess Engine 11.1.0
Environment:
==========
TIBCO iProcess Engine 11.1 on all platforms
Symptoms:
=========
You can define a CUSTAUDIT call from within a script but at runtime it will fail process. If you capture the return code from the CUSTAUDIT command it will return a value of 2 indicating “Procedure or host name not found” even if your procedure name is correct.
Cause:
=====
When the CUSTAUDIT command is processed, it will issue a lookup of the procedure name you are attempting to insert a custom audit entry into. This select uses an incorrect name that is generally a random ASCII character. This results in a return code of 2.
Resolution:
=========
There is no workaround for this issue. MR 41799 has been raised to resolve the problem