Invalid character value

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
synsog
Premium Member
Premium Member
Posts: 232
Joined: Sun Aug 01, 2010 11:01 pm
Location: Pune

Invalid character value

Post by synsog »

This is know error to dsxchange, today I got this error. This is not the first time I am running the job, it ran almost from a year back everyday.

APT_CombinedOperatorController,0: [IBM (DataDirect OEM)][ODBC SQL Server Wire Protocol driver]Invalid character value. Error in parameter 7.

Recently, the table is dropped and recreated. There is no diff in the DDL. and also DSN as well. But I used user-defined SQL. In that.. i converted a column from Datetime2(7) into Varchar(27). Because of this it throws the above error.

I resolved by adding the null handling part.

Thanks, Sripathy.
Post Reply