- Introduction to SAP Connector
- SAP Input
- Checking the Data in the SAP Connector
- Adding Process Specific Tags to the SAP Connector for AppOne
- Adding Process Specific Due Dates to the SAP Connector for AppOne
- Adding Automation Estimates to the SAP Connector for AppOne
- Adding Attributes to the SAP Connector for AppOne
- Adding Activities to the SAP Connector for AppOne
- Adding Entities to the SAP Connector for AppOne
- Introduction to SQL Connectors
- Setting up a SQL Connector
- CData Sync Extractions
- Running a SQL Connector
- Editing Transformations
- Releasing a SQL Connector
- Scheduling Data Extraction
- Structure of Transformations
- Using SQL Connectors for Released Apps
- Generating a Cache With Scripts
- Setting up a Local Test Environment
- Separate Development and Production Environments
Error Handling
Introduction
Error messages may appear when you reload the Actions
or Queues
table in the app or Discovery Accelerator.
Error Messages
Generic Error Messages
The table below contains a description of possible error messages.
Error |
Description |
---|---|
Could not find the configuration file at
|
The folder structure of the installation is not correct and the |
|
Instance type should be 1 or 2 depending on whether you have cloud or on premise installation. Either this is not specified or incorrectly specified. |
|
The |
|
Your |
Request for the authentication key is not successful with status code: [status code]. |
With the provided values in the configuration it was not possible to get authentication, the status code gives more information about the reason why it was not successful. |
Request for the authentication key results in a connection error for url: [URL]. |
With the provided values in the configuration it was not possible to get authentication for the cloud Orchestrator with the specified url. |
Tenant is not set in the connector. |
Tenant must be specified in the |
Error Messages Related to Actions
The table below contains a description of possible error messages related to Actions.
Error |
Description |
---|---|
Mandatory field title is not defined for an action. |
You must specify the display name of the action in the |
Mandatory field folderID is not defined for action: ["title"]. |
You must specify the ID of the folder for which the action is created in the |
Mandatory field priority is not defined for action: ["title"]. |
You must specify the priority of the action to be done (Low, Medium, High, Critical) in the |
Mandatory field catalog is not defined for action: ["title"]. |
You must specify the Action Center catalog of the action in the |
Mandatory field message is not defined for action: ["title"]. |
You must specify a message containing specific information about the action in the |
Request to create action is not successful with status code: [status code] + ["message"] |
With the provided values in the configuration it was not possible to create actions in the Action Center, the status code gives more information about the reason why it was not successful. |
Error Messages Related to Queue Items
The table below contains a description of possible error messages related to Queue items.
Error |
Description |
---|---|
Mandatory field name is not defined for a queue item. |
You must specify the display name of the queue item in the |
Mandatory field folderID is not defined for a queue item in queue: ["name"]. |
You must specify the ID of the folder for which the queue item is created in the |
Mandatory field reference is not defined for a queue item in queue: ["name"]. |
You must specify unique reference to the queue item in the |
No queue available in folder ["folderID"] with name: ["name"]. |
This queue with the specified name must be predefined in your Action Center in Orchestrator. |
Request to create queue item is not successful with status code: [status code] + ["message"] |
With the provided values in the configuration it was not possible to create queues in the Action Center, the status code gives more information about the reason why it was not successful. |