Hide Forgot
project_key: SOA Customers that are building VDB's to be accessed via ODBC will be wrong when the MAX_INT default is used. The following exception will be seen in the server log when this occurs: 1 [FunctionExecutionException] ERR.015.001.0033: Error Code:ERR.015.001.0033 Message:Error converting [2,097,152] of type integer to type short 2 [TransformationException]The Integer value '2,097,152' is outside the of range for Short at org.teiid.query.function.FunctionDescriptor.invokeFunction(FunctionDescriptor.java:259) at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:969) at org.teiid.query.eval.Evaluator.internalEvaluate(Evaluator.java:633) at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:603) ... 39 more
Link: Added: This issue Cloned to SOA-2980
Link: Added: This issue depends TEIID-1506
With the completion of TEIID-1506, this issue is resolved.
Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-2977 Customers that built virtual databases that were accessed via ODBC would see the following Exception in the error logwhen the MAX_INT default was used: FunctionExecutionException. A code fix has been applied to resolve this issue.
Tested and closed.