How to Enable Stop on Errors on the Blaze Engine when a nonfatal error occurs in Informatica BDM, use the property “Blaze.StopOnError,true”!
During a mapping run, you may need to interrupt the entire mapping after the Data Integration Service encounters an error or exception. To do this, enable Stop on Errors on the Blaze engine in the mapping properties or the connection properties.
When you configure this option, the Blaze engine stops a mapping when the Data Integration Service encounters a non-fatal error in the reader, writer, or transformation threads. A non-fatal error is an error that does not force the mapping to stop on its first occurrence, such as null values or data truncation. You can enable the Stop on Errors option on the Blaze engine with a custom property.
- Go to mapping >> Properties >> Run time
- Select the execution environment as Hadoop
- Click on the “Runtime Properties“
- In the execution parameter window, Give the custom property name as “Blaze.StopOnError” and the value as “true“
If you do not enable this option, the Blaze engine does not stop the mapping immediately when a non-fatal error occurs. The mapping runs successfully and all erroneous data is included in the target as rejected data.
Need Help? email me!
Search tags
- How to Enable Stop on Errors on the Blaze Engine
- How to stop mapping when an transformation error occur in blaze engine in informatica BDM