Not much to go on here. Here are some questions that might help you troubleshoot:
What are the data types of the columns? Is there a mismatch between source/target?
What is the format of the incoming data? Is it formatted the same way as last time you performed this task? If no, what's different?
Have you looked at the incoming data directly, to see if there is a problem with the input file (such as truncated file, overlength data or alpha where it should be numeric)?
Has your senior person looked at it yet?
I would only be guessing if I tried to help any further. However, it appears that (if nothing else has changed) that the problem is with your input.
Hope this gives you some ideas.