I would like to know how I can stop processing all the records if I encounter an error condition, I know I can use abort, but abort function stops the session, I do not want this.
here is the illustration of what I would like to do
I have a source with 10 records, using informatica I am validating all the records, If I encounter an error with any of the records I would like to insert this error record into the data base and stop processing other records, can I achive this using Informatica.
here is the illustration of what I would like to do
I have a source with 10 records, using informatica I am validating all the records, If I encounter an error with any of the records I would like to insert this error record into the data base and stop processing other records, can I achive this using Informatica.