It usually happens when Allow Nulls option is unchecked.
Solution:
- Look at the name of the column for this error/warning.
- Go to SSMS and find the table
- Allow Null for that Column
- Save the table
- Rerun the SSIS
Try these steps. It worked for me.
See this link