Hello All,
We created an SSIS Package to pull data from a Oracle server to a SQL Database, while everything worked perfectly on the dev and test servers it failed miserably on the production environment.
I connected the SSIS code to the Production SOR and i found that while it does not throw any run time errors, when i execute the package or task i get errors Cannot convert unicode to non unicode string types.
The Warnings show that the external columns and the data source columns are out of Synchronization.
Any help is greatly appreciated.
Dinesh