OBO: RPM_ORIGINATION Consumer Services EntityId Header Issue
(Doc ID 3022885.1)
Last updated on MAY 24, 2024
Applies to:
Oracle Banking Origination - Version 14.7.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
---------------
Dear Team,
In service consumers -> RPM_ORIGINATION -> Most of the consumer services are failing with below error.
{
"message": "Attempted to access 'null' on a null value at TransformationPreProcessor[line 1, column 21]"
}
As a work around, we have replaced the entityId field value in Consumer Service -> Edit Transformation -> Headers -> entityID.
Same update we have done in Routing tab also.
Change From: $headers["entityId"][0]
Change To: #if($headers.containsKey("entityId"))$headers["entityId"][0]#end
EXPECTED BEHAVIOR
-----------------------
The OBRH transformation should not fail with error "Attempted to access 'null' on a null value at TransformationPreProcessor"
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 |