Return Codes
Learn about CRM.cockpit Commandline return codes.
CRM.cockpit includes a command line application from update.seven Service Pack 8 onwards. The command line application can be used to import and export packages using batch or PowerShell scripts.
The return codes inform the calling application about the status of the import or export of cockpit packages.
Return Code | Meaning | Supported in Version |
---|---|---|
0 | No errors | 8.0 |
1 | Error parsing command line parameters | 8.0 |
2 | Error parsing XML configuration file | 8.0 |
3 | Import/export error | 8.0 |
4 | Help information displayed | 8.0 |
5 | Import Cancelled | 8.0 |
6 | Refresh All failed: one or more item was unavailable and export was canceled. | 8.0 |
7 | The import was canceled because a package without catalog service records has already been imported into the target database. | 8.2 |
8 | The import was canceled because the target station is a base station but the package was created on non-base station. | 8.2 |
9 | The import was canceled because the customer instance ID in the import package does not match the customer instance ID on the target station. | 8.2 |
10 | The import was canceled because web offline files could not be deployed. | 8.2 |
11 | The import was cancelled because a lock could not be acquired. | 8.2 |
12 | The export was canceled because the datamodel was edited after the current cockpit session started. | V8.2 Feature Pack |
100 | An exception occurred during the import or export. | 8.0 |