Inappropriate Fault Code Returned by JCA Adapter
(Doc ID 1995269.1)
Last updated on JANUARY 26, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.0.0 to 7.5.0.0.0 [Release 7.5.0]Information in this document applies to any platform.
Goal
While executing a custom Billing and Revenue Management (BRM) Application Programming Interface (API) through Java EE Connector Architecture (JCA) adapter, the below error is thrown.
It looks like BRM expects dateTime in UTC format, so the call failed when the dateTime is provided in Pacific Standard Time (PST) for example.
See below error snippet:
The concern is that, fault code is given as "S:Server"; whereas, it should have been "S:Client" or something to that effect. Client would think that this request could be retried. However, this request can/should not be retried, since it is a client data issue and will always run into this issue.
So the expectation is to change the fault code to "S:Client".
Solution
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
Goal |
Solution |
References |