Post date: Jun 13, 2018 11:26:34 AM
During Migration, if the database object contains any error then TRI2 AOM tool mark migration as "failed". But in some cases like table already exists or name is already used by an existing object, TRI2 AOM tool should not make the migration to be failed (based on the configuration) as they are errors but can be ignored.
For such scenario, SQL ignorable errors can be configured in TRI2 AOM tool so at the time of migration that errors can be ignored by the TRI2 AOM tool and objects will be migrated successfully. To enable this we have a worksheet where ignorable database errors can be configured.
Navigation - Application Object Migrator -> Worksheets -> SQL Ignorable Errors
Note - For this feature, we have to enable the ignorableErrorFlag. This flag will be present in the $TRINITI_HOME/TRI2/WEB-INF/classes/migration_details.properties file.