-25335: Error when restoring the table <table name>; the data file specified was created with TABLEEXTRACT USER/ALL
Explanation:
Error when uploading data using the TABLELOAD TABLE command.
The data generated using the TABLEEXTRACT command was created with the option USER or ALL. The tables that were downloaded in this way can only be restored with the TABLELOAD USER or the TABLELOAD ALL command. You cannot restore one particular table using this data.
User Action:
If you want to restore one particular table, you must download it using the TABLEEXTRACT command.
If you want to restore all the data from the data file, correct the command and re-execute it.