informix odbc

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
jsgoncalves
Participant
Posts: 12
Joined: Tue May 31, 2005 5:01 am

informix odbc

Post by jsgoncalves »

We've changed our odbc from ascential informix into the newest ibm informix odbc driver 2.90.0000 2.90 TC3. Now we're getting warnings/errors where everything was ok, for instance:

j_0505_0100_data_inicio_processo_20050914..altera_data.update_ctl_pro_exe: DSD.BCIPut call to SQLExecute failed.
SQL statement:UPDATE ctl_pro_exe SET data_inicio_dados = ?, data_fim_dados = ?, data_inicio_pro = ?, data_fim_pro = ? WHERE (cod_processo = ?)
SQLSTATE=22008, DBMS.CODE=-11027
[DataStage][SQL Client][ODBC][Informix][Informix ODBC Driver]Datetime field overflow.

cod_processo = 505
data_inicio_dados = NULL
data_fim_dados = NULL
data_inicio_pro = "2005-09-14 10:00:00.000"
data_fim_pro = NULL

(but if you have a reference/stream odbc stage using the same tables , you can pretty well watch "2005-09-14 10:00.000" using "view data" and in te table the field/attribute is defined to be datetiem year to fraction)
can someone help me ?
Post Reply