As obvious it seems, but this error might come if you are using Insert/Update then Insert in Netezza Enterprise Stage. In the above error, the column used was Nullable but still the job shows error. This is because in Netezza Enterprise stage, we need to have the entire metadata defined in the target even if the columns defined are not getting any values from source and they have been defined as NULLABLE.
Tuesday, 9 April 2013
ERROR from ExecDirect: ERROR: Attribute 'Col_Name' is of type 'NUMERIC' but expression is of type 'DATE' You will need to rewrite or cast the expression
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