Error when downloading 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 downloaded is written to a single data stream. Placeholders in the data stream name ('#') determine the maximum number of data streams 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 statement and re-execute it.