Import Records error out with threshold exceeded

Import Records error out with threshold exceeded

book

Article ID: KB0078328

calendar_today

Updated On:

Products Versions
TIBCO MDM ALL

Description

The Exception "CAT-1375: Error threshold exceeded during Import" is thrown when the records do not conform with the repository model. As the number of records that do not conform to the repository model goes beyond the threshold set in the config values.

The error is coming because you have exceed the errors count which has declared the below properties(com.tibco.cim.datasource.upload.errorthreshold
 or com.tibco.cim.catalog.import.errorthreshold) in the configvalues.xml file.

Issue/Introduction

The event of either Datasource upload or Import records will get error out with exception as "CAT-1375: Error threshold exceeded during Import"

Environment

ALL

Resolution

1) If the Data source upload fails with this error,We need to increase the value of the below property in configvalues.xml
com.tibco.cim.datasource.upload.errorthreshold

2) If the Import event fails with this error,We need to increase the value of the below property in configvalues.xml.
com.tibco.cim.catalog.import.errorthreshold

Even after increasing these values to some extent the error repeats,we need to check if there is any validation errors/issues with the record data and try to remove invalid records as much as possible.

Additional Information

01760695,https://docs.tibco.com/pub/mdm/9.1.0/doc/html/GUID-64B808B3-3D81-45C1-BAF1-5D8AD9D15DC7.html