Incorrect Updation of Records in DDS
(Doc ID 2780350.1)
Last updated on NOVEMBER 10, 2023
Applies to:
Oracle Retail Integration Cloud Service - Version NA and laterInformation in this document applies to any platform.
Symptoms
When retrying a message from Dynamic Data Service (DDS), it is replacing the Double Quotes (") with Backslash (\) due to which it is failing with format issue.
Steps to Reproduce:
- Login to DDS.
- Select query builder and select columns.
- In the get command use the following:(increment the max_attempts by 1).
https://<hostname>:443/dynamic-data-service-web/resources/dds/RIB_EH/data?fromTables=RIB_MESSAGE&rowFilter=ADAPTER_CLASS_LOCATION='rib-rms_Receiving_sub' and in_queue=0 and ATTEMPT_COUNT >0 and length(id) <15&offset=0&pageLimit=50 - Check the message in the Result tab as : 'Updated Successfully'.
- But when checked in MESSAGE_DATA column in RIB_MESSAGE TABLE.
DDS is replacing the Double Quotes (") with Backslash 5 (\) due to which it is failing with format issue.
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 |