Launch Error Messages
Launch displays a message if it encounters an error during the processing of a script. It is possible to get cascading error messages, as Launch does not stop processing the script if it encounters an error. An example of this would be a failure creating a directory causing the failure of all files copied to that directory.
Here is a list of the possible error messages that could be given:
Error Message | Given by | Description |
|
|
|
Bad wait code | Launch | The |
| LaunchCmd |
|
|
|
|
Directory Creation Failed | MkDir | There was a problem encountered creating the directory |
|
|
|
Directory Removal Failed | RmDir | There was a problem encountered removing the directory |
|
|
|
Error reading script file | - | An error occurred reading the script file. |
|
|
|
File Copy Failed | Copy | There was a problem encountered copying the file |
| Fcopy |
|
|
|
|
File Delete Failed | Delete | There was a problem encountered deleting the file |
|
|
|
Invalid Command: command | - | The command wasn’t recognized |
|
|
|
Invalid Data Length data | SetRegData | Tried to set more than 2000 byte values in a binary field |
|
|
|
Invalid Data Type type | SetRegData | The value of the type parameter is invalid |
|
|
|
Invalid decimal data data | SetRegData | The data field doesn’t contain decimal data |
|
|
|
Invalid hex data data | SetRegData | The data field doesn’t contain hexadecimal data |
|
|
|
Invalid Registry Key key | DelRegData | The key parameter to the command has not been |
| DelRegKey | recognized |
| SetRegData |
|
| DelRegKey |
|
|
|
|
Parms: Invalid Create Directory | MkDir | Not enough parameters were supplied. |
|
|
|
Parms: Invalid Create RegistryKey | SetRegKey | Not enough parameters were supplied. |
|
|
|
Parms: Invalid Create Shortcut | Shortcut | Not enough parameters were supplied. |
|
|
|
Parms: Invalid Delete RegistryData | DelRegData | Not enough parameters were supplied. |
|
|
|
Parms: Invalid Delete Registry Key | DelRegKey | Not enough parameters were supplied. |
|
|
|
Parms: Invalid File Copy | Copy | Not enough parameters were supplied. |
| Fcopy |
|
|
|
|
Parms: Invalid File Delete | Delete | Not enough parameters were supplied. |
|
|
|
Parms: Invalid Program Name | Launch | Not enough parameters were supplied. |
| LaunchCmd |
|
|
|
|
Parms: Invalid Remove Directory | RmDir | Not enough parameters were supplied. |
|
|
|
Parms: Invalid Set Registry Data | SetRegData | Not enough parameters were supplied. |
|
|
|
Parms: Invalid User Message | Message | Not enough parameters were supplied. |
|
|
|
Program Launch couldn't get ExitCode | Launch | There was a problem getting the exit status of the program. |
LaunchCmd |
| |
|
|
|
Program Launch Failed | Launch | There was a problem executing the program. |
| LaunchCmd |
|
|
|
|
Registry Key Create Failed | SetRegKey | There was a problem creating the registry key given. |
|
|
|
Registry Key Delete Failed | DelRegKey | There was a problem deleting the registry key given. |
|
|
|
Registry Value Delete Failed | DelRegData | There was a problem deleting the registry data. Most likely |
|
| a bad subkey. |
|
|
|
Registry Value Set Failed | SetRegData | There was a problem setting the registry data. Most likely a |
|
| bad subkey. |
|
|
|
9 - 12