It means you are trying to convert a bigint to decimal which requires a explicit treatment. Use the AsInteger() function, or assign the column to a stage variable and then use the stage variable to populate the column in the target.
Wednesday, 3 April 2013
Warning : When checking operator: When binding input interface field ... to field ...: Implicit conversion from source type "int64" to result type "decimal[18,0]": Possible range limitation.
Warning : When checking operator: When binding input interface field "field_name" to field "field_name": Implicit conversion from source type "int64" to result type "decimal[18,0]": Possible range limitation.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
The OCI function OCIStmtExecute returned status 1. Error code: 24,381, Error message: ORA-24381: error(s) in array DML. This warning i...
-
If you get the same or similar warning, check the format of the string used in the Stringtodate ()/ stringto timestamp() function. ...
-
Fatal Error: Attempt to setIsNull() on the accessor interfacing to non-nullable field "column_name".Fatal Error: Attempt to setIsNull () on the accessor interfacing to non- nullable field " column_name ". As evident this e...
-
These warnings are obtained when we are using some specific partitioning method in a stage in the job e.g hash/same etc but in the pr...
-
This warning is seen when there are multiple records with the same key column is present in the reference table from which lookup is done...
No comments:
Post a Comment