Why don't you change the error output of the data conversion task to send the error to a file so you can see the data that is causing the error?
My guess is the error is that you do not have the conversion set to a large enough string so it is failing because of truncation. You can fix it by changing the data conversion to use a unicode string instead of a regular string and making it longer (from 25 to 30).