GIVING FAILURE WHEN EXTRACT DATA

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
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

GIVING FAILURE WHEN EXTRACT DATA

Post by deesh »

Hi Friends,
When I am extracting data, job has been failure. I checked OPJAGA Column has Nvarchar(6) but its giving problem,
Can any one tell what the exact problem


Failure:

ODB_TABLE: [IIS-CONN-DAAPI-000399] Schema reconciliation detected a size mismatch for column OPJAGA. When reading database column WVARCHAR(min=0,max=36) into column WVARCHAR(min=0,max=6), truncation, loss of precision or data corruption can occur. (CC_DBSchemaRules::reportSizeMismatch, file CC_DBSchemaRules.cpp, line 1 616)
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Your database allows nVarChar(36) and that won't fit into your jobs nvarchar(6). Correct your column width in your job to match that of the data.
Post Reply