I am tansfering data from postgre to postgre using SSIS.I have done mapping of all the columns.But while executing the package I am getting errors :
I am using ado.net control(source and destination) to tranfer data.
"An exception occurred during the insertion of the data: [_BackUp report <table_name> [6182]] error. Message returned from the provider is: can not cast 'System.Char []' to an object of type 'System.DateTime' type."
"[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. "Entering a destination ADO NET" during the processing of input (6185), "<table_name>" component ProcessInput method (6182) failed with error code 0xC020844B. This component returned an error from the ProcessInput method. This error is specific to the component, because it is a fatal error, it stops execution of the data flow task. You may receive an error message before this error, the error is described in detail have been reported."
I also compared the data type of all the columns and I found it same.
Thanks in advance.