Is there a way to override valid error "Inconsistent table definitions"
search cancel

Is there a way to override valid error "Inconsistent table definitions"

book

Article ID: 188031

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

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"?

Environment

Release : 4.8.184.0

Component : CA Test Data Manager

Cause

Table definition differences cause the reported error.

Resolution

Adding the below property in application.properties file should resolve the issue.
 
tdmweb.publish.switchOffPrecisionCheck=true