invalid data type error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
babbu
Participant
Posts: 18
Joined: Mon May 19, 2008 10:57 pm

invalid data type error

Post by babbu »

hi,
i am getting this error as fatal.the job is running succesfully but there is this fatalerror in log.
the input datatype is nvarchar and output is varchar.

APT_CombinedOperatorController,1: [Microsoft][ODBC SQL Server Driver]Invalid SQL data type
[Microsoft][ODBC SQL Server Driver]Invalid SQL data type
[Microsoft][ODBC SQL Server Driver]Invalid SQL data type

APT_CombinedOperatorController,0: [Microsoft][ODBC SQL Server Driver]Invalid SQL data type
[Microsoft][ODBC SQL Server Driver]Invalid SQL data type
[Microsoft][ODBC SQL Server Driver]Invalid SQL data type

thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We do not attempt to diagnose errors from APT_CombinedOperatorController. Please disable operator combination and report the actual error message produced afterwards.

For data type errors we would also need to know the record schema (table definition) and a sample of data.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply