Errors Encountered At the Start of an Intelligent Advisor Interview
If an error message appears when you start an Intelligent Advisor interview, you can use the information below to troubleshoot the problem. These errors are logged in the Message log.
"An error occurred trying to process your request" errors
The following table contains the message log codes, the message which appears for each error and the likely cause.
Note: Every Message covered in the following table begins with the header text Error|Warning for policy model [Deployment Name]:[Deployment Version] via Connection: [Connection Name]. For ease of lookup, only the portion of the message which follows the header has been reproduced in the table.
|
Message Log Code |
Message |
Likely cause |
|---|---|---|
|
OPA-DATA-108 |
Read timed out |
The Service took too long to respond. For example, it may have paused in debug mode for a long period of time. |
|
OPA-DATA-108 |
No mapping exists for table '[Table Name]' |
The Load response contained the mentioned |
|
OPA-DATA-108 |
Cannot pop an item from an empty stack |
The Load response contains an empty |
|
OPA-DATA-108 |
null |
The |
|
OPA-DATA-108 |
Can not specify multiple rows for table mapped to the global entity: [Root Table Name] |
More than one |
|
OPA-DATA-108 |
No parent link reference specified for row '[Row ID]' in table '[Table Name]'. |
A See also a similar error documented later in this table when a |
|
OPA-DATA-108 |
Invalid target for link '[Link Name]' in row '[Parent Table Row ID]' of table '[Parent Table Name]'. The specified target row '[Child Row ID]' does not exist in table '[Child Table Name]'. |
Parent |
|
OPA-DATA-108 |
Error parsing data: expected the start of an attribute value element. |
A |
|
OPA-DATA-108 |
Error parsing data: Unexpected element. Expected: change-point. Actual: [Received element type, e.g. ‘text-val’]. |
A |
|
OPA-DATA-108 |
No mapping for exists field '[Received Field Name]' in row [Row ID]' of table '[Table Name]'. |
The Load response returned a |
|
OPA-DATA-108 |
No mapping exists for link '[Link Name]' in row '[Row ID]' of table '[Table Name]'. |
A |
|
OPA-DATA-108 |
Invalid target for link '[Link Name]' in row '[Row ID]' of table '[Table Name]'. Expected: [Expected Table Name] Actual: [Received Table Name]. |
A |
|
OPA-DATA-108 |
Table ‘[Table Name]’ already exists. |
The Load response contained two |
|
OPA-DATA-108 |
Row '[Row ID]' already exists in table '[Table Name]'. |
The Load response contained a |
|
OPA-DATA-108 |
Field with name '[Field Name]' already exists in row '[Row ID]' of table '[Table Name]'. |
The Load response contained a |
|
OPA-DATA-108 |
Link with name '[Link Name]' already exists in row '[Row ID]' of table '[Table Name]'. |
The Load response contained a |
|
OPA-DATA-108 |
Invalid target for Link '[Link Name]' in row '[Row ID]' of table '[Table Name]'. The specified target row '[Row ID]' is already referenced by another link. |
The Load response contained a |
|
OPA-DATA-109 |
Failed to load data from data service Fault code: [Fault code] Fault String:[Title of fault] Message: [More details] |
The connector responded with a Request Fault, and this message displays the information it contained. For more information, see Handle errors when loading or saving applications data. |
|
OPA-DATA-110 |
401 Unauthorized |
The URL for the connection configured in Intelligent Advisor Hub appears valid but has responded with a ‘401 Unauthorized’ error. The server may have changed the required authentication details. Check that your web service connection still exists in Intelligent Advisor Hub and that the authentication details are correct. For more information, see Connect to a Specific External Application. For Sales and Fusion service embedded interviews, this may occur when there is an error with the App Composer subtab control. Add the Intelligent Advisor interview as a mashup content subtab instead (which uses groovy script). |
|
OPA-DATA-110 |
404 Not Found |
The URL for the connection configured in Intelligent Advisor Hub has responded with a ‘404 Not Found’ error. The connection may have been taken down or the URL may have been changed incorrectly. Check that your web service connection still exists in Intelligent Advisor Hub and that the URL is correct. For more information, see Connect to a Specific External Application. |
|
OPA-DATA-114 |
Warning for policy model [Policy Name] via Connection: [Connection Name] |
The interview is mapped to load data at the start of the interview, however there was no data returned by the connector. This is not an error since Intelligent Advisor does not require any missing data, but it might indicate an issue with the connector - possibly the connector incorrectly processed the Load request or the connector was unable to find data for the given identifier. |
|
OPA-DATA-115 |
Rows were missing from tables in the Load response |
The response had table elements without any child row elements. If there are no references (ref elements) in any links to rows of this table (thus this table is empty of any rows), there is no reason to have it in the response. |
"This value is of the wrong type" errors
The following table contains the message log codes, the message which appears for each error and the likely cause.
|
Message Log Code |
Message |
Likely cause |
|---|---|---|
|
OPA-VAL-003 |
Error setting value for attribute '[Attribute Generated ID]' in policy model [Deployment Name]:[Deployment Version] - Temporal value contains bad change point dates after [Date] |
A For information on how to implement |
|
OPA-VAL-004 |
Error setting value for attribute '[Attribute Generated ID]' in policy model [Deployment Name]:[Deployment Version]- Cannot translate object of type class [Received Type] to a [Expected Type] |
A |
Errors relating to references
The following table contains the message log codes, the message which appears for each error and the likely cause.
|
Message Log Code |
Message |
Likely cause |
|---|---|---|
|
IA-REF-001 |
Unable to launch [Deployment Name] due to broken decision service references |
A Policy Modeling project is referencing a deployed decision service project incorrectly. Check the Deployments page for that deployment in the Hub. See also Deployment validation. |