book
Article ID: KB0078328
calendar_today
Updated On:
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"
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.