This Knowledge Base (KB) serves as a comprehensive reference for error codes commonly encountered in various system operations and software workflows. It categorizes errors into distinct types, providing clear descriptions and associated error codes. These include:
- Native API Errors: Adaptiva system errors related to API operations.
- Runtime Errors: Issues during the execution of Adaptiva Actions/Sensors.
- Filesystem Errors: Issues involving file and directory Actions.
- Windows Registry Errors: Errors related to registry Actions.
- Windows Service and Process Errors: Errors in managing services and processes Actions.
- WMI Errors: Errors with Windows Management Instrumentation (WMI) Actions.
- Workflow Errors: Errors related to automated Adaptiva workflows Actions.
- Batch and Action Chain Errors: Errors specific to batch Actions.
- Patch Action Errors: Patch deployments and related operations Actions.
- Miscellaneous Errors: Additional error codes for specific scenarios like firewall rules.
This KB is intended to assist IT professionals, developers, and support teams in identifying, diagnosing, and resolving issues efficiently by providing a clear understanding of each error's cause. It enhances troubleshooting efforts and minimizes downtime in technical environments.
1. Native API Error Codes (0-99999)
- SUCCESS:
0
- Operation completed successfully.
2. Common Runtime Errors (100000 - 100099)
- INVALID_INPUT_ROW:
100000
- Invalid input row provided. - ACTION_RUNTIME_EXCEPTION:
100001
- An exception occurred during action runtime. - INVALID_INSTANTIATION_DATA:
100002
- Object failed to create. - NATIVE_API_ERROR:
100003
- A native API error occurred. - CANCELLED:
100004
- Operation was canceled by the user. - INVALID_INPUT_ROW_STRING:
100005
- Input row string is invalid. - INVALID_CLIENT_OBJECT:
100006
- Client object is not valid. - NON_ZERO_SCRIPT_EXIT_CODE:
100007
- Script exited with a non-zero code. - INVALID_OPERATION:
100008
- Operation is invalid.
3. Filesystem Errors (200000 - 200099)
- FILE_SYSTEM_ACTION_RUNTIME_EXCEPTION:
200000
- Filesystem runtime action failed. - FILE_ALREADY_EXISTS:
200001
- File already exists. - MOVE_FILE_FAILED:
200002
- Moving the file failed. - FAILED_TO_REMOVE_FILE:
200003
- File removal failed. - MKDIR_FAILED:
200004
- Directory creation failed. - FAILED_TO_DELETE_DIRECTORY:
200005
- Directory deletion failed. - FILE_DOES_NOT_EXIST_OR_WRONG_TYPE:
200006
- File does not exist or is of the wrong type.
4. Windows Registry Errors (200100 - 200199)
- INVALID_KEYPATH:
200100
- The registry key path is invalid. - INVALID_ACCESS_TYPE:
200101
- Access type is not valid.
5. Windows Service Action Errors (200200 - 200299)
- INVALID_SERVICE_NAME:
200200
- Service name is not valid.
6. Windows Process Action Runtime Errors (200300 - 200399)
- PROCESS_CANNOT_BE_KILLED:
200300
- Unable to terminate the process.
7. WMI Errors (200400 - 200499)
- FAILED_CREATE_WMI_INSTANCE:
200400
- Failed to create a WMI instance.
8. Workflow Errors (200500 - 200599)
- NULL_RETURN_VALUE_MAP:
200500
- Return value map is null.
9. Batch Errors (200600 - 200699)
- FAILED_DELETE_FILE:
200600
- File deletion failed.
10. Action Chain Errors (200700 - 200750)
- INNER_ACTION_NOT_FOUND:
200700
- Inner action not found.
11. Patch Action Errors (200800 - 200899)
- USER_NOT_LOGGED_IN:
200800
- No user is logged in. - PATCH_DEPLOYMENT_FAILED:
200801
- Patch deployment failed. - SOFT_REBOOT_REQUIRED:
200812
- Soft reboot is required. - HARD_REBOOT_REQUIRED:
200813
- Hard reboot is required.
12. Miscellaneous Errors
- FIREWALL_RULE_DOES_NOT_EXIST:
200830
- The specified firewall rule does not exist.
Comments
0 comments
Please sign in to leave a comment.