Error:
We received the following when trying to process a file with over 10,000 records on it.
Record repeatCount= 10066 must lie between 1 and 9999 for record = ChildRecord
We deleted records off the file to be below 10,000 and the file processed with no errors.
Is there a limit on the number of records or a setting we can change to allow for over than 10000?
Cause:
Within the schema for that file, the maxOccur value set for that record is 9999
Solution:
Try defining its value based on the number of records in source file.
Comments
0 comments
Article is closed for comments.