SQL Data Generator 4

Exit codes used in the command line

CodeDescriptionAdditional information
0Success 
1General error code 
3Illegal argument duplicationSome arguments may not appear more than once in a command line. If such arguments appear more than once this exit code will be returned.
8Unsatisfied argument dependency or violated exclusion when user runs command lineFor example, /arg2 depends on /arg1 but you have specified /arg2 without specifying /arg1, or alternatively /arg2 cannot be used with /arg1 but you have tried to use them both.
32Value out of rangeNumeric value supplied for an argument that is outside the range of valid values for that argument.
33Value overflowThe magnitude of a value supplied for an argument is too large and causes an overflow.
34Invalid valueThe value supplied for an argument is invalid.
35

No / invalid software license or trial period has expired

 
63Error 
64General command-line usage error 
65Data errorSome input data required by the tool is invalid or corrupt.
69A resource or service required to run the tool is unavailable 
73Failed to create report 
74IO error occurredGenerally returned if the program attempts to write to a file that already exists without the user having specified the /force option.
77Action cannot be completed because the user does not have permission 
100No tables were included 
101Error in the project file 
102Error in a table to be generated 
103Error in a field to be generated 
126Execution failed because of an error 
130Execution stopped because Ctrl+Break 

Didn't find what you were looking for?