The table provides a list of exit codes returned by the /execute command.
| Error code | Status | Description |
|---|---|---|
| 0 | Success | Indicates that the operation has been completed without errors. |
| 2 | Execution terminated with Ctrl+Break | Indicates that the execution was stopped by Ctrl+Break. |
| 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 has not been activated. |
| 40 | Server connection failed | Indicates that dbForge Studio could not connect to the specified server. |
| 103 | Script executed with errors | Indicates that an error occurred during the script execution. |
| 105 | Resource unavailable | Indicates that the input script file cannot be found or accessed. |
For more information about the /execute command, see Execute SQL scripts from the command line.