Can anyone tell me how I can get a DTS to show my own error message rather than the default one?
What is fails I want it to tell the 'non IT literate' user what the problem was.
Also, my DTS is inserting records from one table to another.
Can I get it to write the records which are not successfully inserted due to constraints to a new table?
Basically course codes (and some other details) are being passed from one table to another. There is a constraint on the original table where the course code must exist in the course table also. If it doesn't, the DTS shows an error.
Instead of showing this error I want it to copy the record to a new table and carry on with inserting the other records.
Thanks.
What is fails I want it to tell the 'non IT literate' user what the problem was.
Also, my DTS is inserting records from one table to another.
Can I get it to write the records which are not successfully inserted due to constraints to a new table?
Basically course codes (and some other details) are being passed from one table to another. There is a constraint on the original table where the course code must exist in the course table also. If it doesn't, the DTS shows an error.
Instead of showing this error I want it to copy the record to a new table and carry on with inserting the other records.
Thanks.