Setup
I have a data flow task with:
- An OLE DB Source selecting all data from a database table (SQL Native)
- An OLE DB Destination of an Access 2003 File template (MS Jet 4.0)
So Essentially I am selecting a table and inserting it into a .mdb file.
Problem
I have the error:
column [X] cannot convert between unicode and non-unicode string data types
However If I add a 'Data Conversion Step' to convert all columns of type DT_STR to DT_WSTR, that error message goes away however I get the error message:
[DTS.Pipeline] Error: "component "OLE DB Source" (6289)" failed validation and returned validation status "VS_NEEDSNEWMETADATA".
Iv'e been Googling this problem for a while and still can't fix it. Any ideas?