In TIBCO iProcess Engine (SQL), use of BIGINT data type with the EAI DB plugin fails.
book
Article ID: KB0091186
calendar_today
Updated On:
Products
Versions
TIBCO iProcess Engine (SQL)
-
Not Applicable
-
Description
Resolution: Description: =========== Attempting to retrieve any BIGINT value from the database fails with the error, “Error converting data type bigint to int”. If we try to insert any BIGINT value into the database, the value is incorrect.
Environment: ============ All supported versions of TIBCO iProcess Engine (SQL). All Supported Operating Systems.
Symptoms: ========== The EAIDB steps fails with the following error while selecting a BIGINT column and mapping it to a NUMERIC output field:
Either of the following workarounds may be implemented based on the requirements.
OPTION 1 - Use a text field to map the BIGINT values. The text length should be configured to 20.
OPTION 2 - Define a numeric field with length 18 and decimal places greater than 0 (say 2). This workaround may not be able to accommodate the maximum bigint value.
Issue/Introduction
In TIBCO iProcess Engine (SQL), use of BIGINT data type with the EAI DB plugin fails.