Command-line utility return values
A list of all the possible return values from the FTACmdUtility tool.
Return value | Description |
---|---|
0 | Command completed successfully. |
1 | Required FTACore.dll was not found or failed to load. |
2 | FTAScript interface is not supported in the loaded FTACore.dll. |
3 | ReflectionTypeLoadException thrown attempting to obtain FTAScript interface. |
4 | General Exception thrown when attempting to obtain FTAScript interface. |
5 | Unexpected error occurred determining whether standard user is allowed to execute command. |
6 | Dispose of the FTAScript interface unexpectedly failed. |
7 | Get of the activation search path unexpectedly failed. |
8 | Add of an activation search path unexpectedly failed. |
9 | Remove of an activation search path unexpectedly failed. |
10 | Get all local bindings failed. |
11 | Get activations failed. |
12 | Get rehost data failed. |
13 | Rehost failed. |
14 | Renew failed. |
15 | Manual rehost failed. |
16 | Writing binding information to the transport file failed. |
17 | Invalid contents of transport file when writing binding information. |
18 | Import of activation files failed. |
19 | Write of rehost data to the transport file failed. |
20 | Write of renew update data to the transport file failed. |
21 | Write of rehost update or renew data to the transport file failed. |
22 | Import of the rehost or renew data failed during disconnected rehost/renew. |
23 | Confirmation of the disconnected rehost failed. |
24 | Borrow of an activation failed. |
25 | Return of an activation failed. |
26 | MissingMethodException thrown when calling FTAScript interface method. |
27 | General Exception thrown when calling FTAScript interface method. |
28 | A disconnected borrow is not implemented. |
29 | Validation of borrow activation data failed. |
30 | Current user not allowed to run command. |
31 | Configure Clear Always Fail command failed. |
32 | Configure Clear Feature Group command failed. |
33 | Configure Show Always Fail command failed. |
34 | Configure Show Feature Group command failed. |
35 | Configure Feature Group command failed. |
36 | Configure Always Fail command failed. |
37 | Connection to RADAR web-service failed. Command requires connection. |
38 | Confirmation of the connected rehost failed. |
39 | Get command failed. |
40 | Import of the connected rehost failed. |
41 | Import of the connected renew failed. |
42 | List Available Activations failed. |
43 | Creation of FTAScript interface failed. |
44 | Parsing of command line parameters threw exception. |
45 | General exception thrown during command processing. |
46 | General exception thrown during FTAScript method execution. |
47 | Connected rehost failed unexpectedly. |
48 | Disconnected rehost failed unexpectedly. |
49 | Manual rehost failed unexpectedly. |
50 | Disconnected return of an activation failed. |
51 | Validation of return of an activation failed. |
52 | Write to transport data file of rehost or renew update data failed. |
53 | Get FTA versions failed. |
54 | General parsing failure. |
55 | selectBorrowDestination command failure. |
56 | selectBorrowSource command failure. |
57 | importBorrow command failure. |
58 | confirmBorrow command failure. |
59 | selectReturnSource command failure. |
60 | writeReturnUpdate command failure. |
61 | importReturn command failure. |
62 | confirmReturn command failure. |
Provide Feedback