CS Real time screening fails with special characters in the response Json for DJW list
(Doc ID 2860475.1)
Last updated on NOVEMBER 25, 2022
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.8 and laterInformation in this document applies to any platform.
Symptoms
Similar to $ special char issue for the CS real time screening fixed in the in the Patch 33721128: ERROR IN CS - REAL TIME WHEN THE INFORMATION CONTAINS THE $ SYMBOL,
we got a new case for special character double quotes(“ ) . The json is becoming invalid in the PMF front.
JSON is not handled in PMF with escape characters.
Below identifiers checked in OFSAA.log
Check JSON before resolving :
"ListEntityName":"\"Azot\"
Check JSON after resolving:
"ListEntityName":""Azot"
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 |