OLE DB provider error: Invalid character value for cast spec

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
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

OLE DB provider error: Invalid character value for cast spec

Post by dr.murthy »

Hi,

Am just trying to load the data into Table by using SQL Server stage(Target database), a simple job having three stages fetching data from file loading into table Transformer is placed between . none of the records got loaded into SQL table got warning like : OLE DB provider error: Invalid character value for cast specification.


could you please any one help out this.
NOTE: no transformations and conversions are done in Trasnformer
D.N .MURTHY
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

One possibility is that you are trying to move a varchar to numeric or date field.

Check the flow.
Post Reply