Hi all, we have a system that imports lots of client data. As part of the import process we have response files that get sent to the client. One problem i'm facing is i'm having to manually correct too many files and it is taking up too much of my time. Therefore i would like a way of creating a user friendly error report. I have created an onerror event handler and am looking at pulling useful information out of the database. The problem i'm facing is SSIS outputs a lot of rubbish in it's error messages. I'm looking for a way to filter that down so it is user friendly (and i can present to client). Any ideas would be much appreciated.
there is loads of rubbish that is in the error messages. The first three lines are useful, i want to find a way of stripping out the rest of it...