Error: "Evaluation Exception During Submission" When Running Update Activity Non WBS API in Instantis EnterpriseTrack
(Doc ID 2373277.1)
Last updated on FEBRUARY 25, 2019
Applies to:
Instantis EnterpriseTrack - Version 16.1.5.0 and laterInstantis EnterpriseTrack Cloud Service - Version 16.1.5.0 and later
Information in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
When attempting to Update Activity non-WBS using the API (after a custom Date field was added to the Issue non-WBS activity type), the following error occurs.
API ERROR:
<response_data> <request_type>update</request_type>
<entity_type>activity_nonwbs</entity_type>
<response_code>9999</response_code>
<response_desc>Evaluation exception during submission.<br></response_desc>
</response_data>
VIEWDEBUG LOG ERROR:
USER MISTAKE TRACE:
Exception thrown during callout invocation of public instantis.namespace.DateTime
instantis.callout.SWHash.getD(java.lang.String): java.lang.Error: getD:
there is no value for "L277KVFFPS3WM_issue_rcf_M5PJHDFKJ4243_value_date". There are values
for: "L277KVFFPS3WM_issue_rcf_L8XC5NSS9DPLV_value"
"activity_rcf_LCGT3KMKGP347_value"
...
2018-12-12 18:46:34.464:ajp-bio-7100-exec-28:instantis/<LOGIN_ID>2:dct.DCT:USER
MISTAKE DETAILS: {<
USER MISTAKE TRACE:
Function validateRunTimeCustomFieldValues did not return a value.
STEPS TO REPRODUCE:
- Log in to EnterpriseTrack UI, export Update template for Activity Non WBS using XML format
- Populate template with desired updates for project (activity id must be populated, so run the Search API first to get the correct id to populate the Update template
- Run the Update non-WBS API
- Error occurs in API
<response_code>9999</response_code>
<response_desc>Evaluation exception during
submission.<br></response_desc> - Run ViewDebugLog and locate additional errors noted above
ADDITIONAL INFO:
This only started occurring after a new Date type UDF was created. This field is set as NOT required.
EXPECTED OUTCOME:
The API should run without producing an error.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |