Go to connection manager as shown in step to
and change the data type of the currencyID and CurrencyDate
In the list, select the CurrencyID column and in the property pane, change the Data Type of column CurrencyID from string [DT_STR] to Unicode string [DT_WSTR].
In the property pane, change the data type of column CurrencyDate from date [DT_DATE] to database date [DT_DBDATE].
Hope this will solve the above problem