User Id Validation In REST & Webservice
(Doc ID 3048068.1)
Last updated on SEPTEMBER 18, 2024
Applies to:
Oracle FLEXCUBE Universal Banking - Version 14.7.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 14.7.0.0.0 version, Implementation Support
User id Validation in REST & Webservice
ERROR
-----------------------
"errorCode": "R-SYSERR",
"errorMessage": "Internal Server Error"
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. If users are giving the wrong user id in REST we are getting the below error. Proper error code and message need to come in the response.
"errorCode": "R-SYSERR",
"errorMessage": "Internal Server Error"
2.And in GWWS, GWHTTP and GWMDB we are not getting response itself. Need to send proper error message.
Note:
This is common for all the endpoints. You can check with any REST / Webservice endpoints.
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users giving the wrong user id in REST we are getting the 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 |