Returned when the number of data files referenced in an NDL script exceeds 16,384. The Data Vault Loader imposes a limit of 16,384 on the number of files it can process in a single load operation. Note that this error will be returned whether the excessive number of data file references is explicit (that is, 16,385 or more individual @
data-file
references) or implicit (through the use of wildcards, such as, @*.dat).
If there are more than 16,384 data files, combine some of them in order to reduce their number if possible. Otherwise split the NDL script into multiple scripts, so as to distribute a smaller number of data file references for each script.