While using generators to subset data, facing an issue, where the table definition of an Oracle table is not matching in 2 environments.
The table definition in Target is - TESTUNIT_SHARE NUMBER(13,4) No '0' 7
The table definition in Source is - TESTUNIT_SHARE NUMBER(15,4) No '0' 7
As a result getting the following error in Publish job from Generators:
Publish TESTNQ_PLAN_PAYMENT BPS 10 1
Inconsistent table definitions. Please check the log file. - column TESTUNIT_SHARE datatype in target doesn't match publish type
Is there a way to override valid error "Inconsistent table definitions"?
Release : 4.8.184.0
Component : CA Test Data Manager