Error when unloading data using the DATAEXTRACT command.
You can set the longfile_spec in your command for columns of data type LONG so that each value that is unloaded is written to a single data stream. Placeholders (‘#’) in the data stream name determine the maximum number of files that can be generated. For example, <name>### would mean that up to 1000 data streams can be generated.
This error occurs if the table contains more data records than the number of data streams that can be generated.
Correct the command and re-execute it.