Informatica - How to Abort a session from within Mapping

In Expression variable port set

IIF("on a condition",ABORT('Error Message'))

example

IIF(Record_count>0,ABORT('Data quality Issue'))

No comments:

Post a Comment

Limitations of Pushdown Optimization - PDO

Limitations of Pushdown optimization. Source and Target and Lookups must be in same database server for full Pushdown. Expressions w...