Search found 7 matches

by naren9135
Tue Nov 28, 2017 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema reconciliation detected a size mismatch for column
Replies: 14
Views: 16270

Re: Schema reconciliation detected a size mismatch for colum

Thanks for your suggestion.
Outside datastage it is giving expected value.(0.45)
What would be the difference in decimal(31,5) to decimal(31,7) if the value is 0.45 only.
by naren9135
Wed Nov 22, 2017 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema reconciliation detected a size mismatch for column
Replies: 14
Views: 16270

Re: Schema reconciliation detected a size mismatch for colum

Yes I am casting externally in SQL query. select cast(col as decimal(31,5)) ; and i defined decimal(31,5) in teradata connector. but i am getting warning Schema reconciliation detected a size mismatch for column col1. When reading database column DECIMAL(31,5) into column DECIMAL(31,0), truncation, ...
by naren9135
Thu Nov 16, 2017 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema reconciliation detected a size mismatch for column
Replies: 14
Views: 16270

Re: Schema reconciliation detected a size mismatch for colum

sriven786,
Thanks For your suggestion.
Actually i have decimal(18,7) in database table and i am casting to decimal(31,5) and the same decimal(31,5) is defined in medatadata of the conenctor. The job is running fine 9.1 it is only getting aborted in 11.3. Do we need to cahnge anything ?
by naren9135
Tue Nov 14, 2017 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema reconciliation detected a size mismatch for column
Replies: 14
Views: 16270

Craig

I am casting the source field to decimal(31,5) and i have mentioned the same in connector metadata. It was running as expected in 9.1 . Do we need to set some parameters in 11.3 or something.
by naren9135
Tue Nov 14, 2017 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema reconciliation detected a size mismatch for column
Replies: 14
Views: 16270

Re: Schema reconciliation detected a size mismatch for colum

I am using teradata connector stage. Fail on type mismatch is already set to NO. Job is not getting aborted but data is getting truncated.
by naren9135
Tue Nov 14, 2017 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema reconciliation detected a size mismatch for column
Replies: 14
Views: 16270

Schema reconciliation detected a size mismatch for column

Hi , I am getting below error and data is getting truncated in 11.3 where as in 9.1 the job is running fine. ID_ACT_Excl_Fact,0: Schema reconciliation detected a size mismatch for column columnname. When reading database column DECIMAL(31,5) into column DECIMAL(31,0), trunca tion, loss of pre (...) ...