The table provides a list of exit codes returned by the /dataexport command.
| Error code | Status | Description |
|---|---|---|
| 0 | Success | Indicates that the operation has been completed without errors. |
| 2 | Ctrl+Break | Indicates that the operation was manually stopped by the user. |
| 3 | Failed | Indicates that the data export operation failed. |
| 10 | Command-line usage error | Indicates that the syntax doesn’t match the expected command format. |
| 11 | Illegal argument duplication | Indicates that the same command-line argument was specified more than once. |
| 20 | Trial expired | Indicates that the trial period has expired, or the product hasn’t been activated. |
| 30 | Project file corrupted | Indicates that the project file can’t be read or contains invalid data. |
| 40 | Server connection fail | Indicates that dbForge Studio couldn’t connect to the specified server. |
| 103 | Script executed with errors | Indicates that an error occurred during the script execution. |
| 105 | Resource is unavailable | Indicates that a required file is missing. |
| 107 | Failed to create report | Indicates that the report hasn’t been created. |
| 108 | There are no objects to perform specified operation | Indicates that there are no files for data export. |