I got error as following when getting data from a .txt file to a sql table using OLE DB connection. The following error seems to be telling me the same thing, or may not ! When I set the oledb destination property AlwaysUseDefaultcodePage to TRUE, error 10 (see below) went away. but not Error 5. Can you help? I have also set the the OLE DB destination property to have the code page at 65001. It didn't help.
Error 5 Validation error. Data Flow Task OLE DB Destination [333]: The column "Business Unit" cannot be processed because more than one code page (65001 and 1252) are specified for it. LoadStaging.dtsx 0 0
Error 10 Validation error. Data Flow Task: Data Flow Task: The column "Business Unit" cannot be processed because more than one code page (65001 and 1252) are specified for it. LoadStaging.dtsx 0 0
BR Ann L.