Warnings in ODBC Connector Stage when Table Action = APPEND

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
Ankur_KapoorUK
Participant
Posts: 64
Joined: Fri Feb 05, 2010 5:29 am
Location: India, UK

Warnings in ODBC Connector Stage when Table Action = APPEND

Post by Ankur_KapoorUK »

Hi ,

In a jon I am try to populate Oracle table BY a source dataset with RCP Enabled.

In ODBC Connector Stage , Table Action = CREATE OR REPLACE then no warning is coming up.

bUT Table Action = APPEND then the mentioned warning is coming up :p-

TgtCDLTblODBC: The length of VARCHAR column STAT cannot be validated because the database column is WVARCHAR and character set conversion is involved. Inadequate column lengths can lead to data truncation or unexpected errors.

Please note source STAT Column is of Varchar type.


Kindly provide the inputs regarding it
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Instead of 'typing' the error mesage kindly can you cut an paste the appropriate error message .



Regards
Sreeni
kamesh_sk
Participant
Posts: 43
Joined: Fri May 27, 2005 7:58 am

Re: Warnings in ODBC Connector Stage when Table Action = APP

Post by kamesh_sk »

HI,

Did you find a solution to this problem.IAm also facing an similar problem with my jobs.
Can you kinldy post your observations.

Thanks
Kamesh
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Is that column length more than 255?
When you let to Create or Replace, what is the data type of the filed in the target table?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply