JCA Adapter Throws Error If The POID Of Migrated Accounts Has Extra Space
(Doc ID 1931848.1)
Last updated on OCTOBER 04, 2023
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.4.0.0.0 and laterInformation in this document applies to any platform.
Goal
Scenario:
JCA adapter is throwing errors when an opcode is invoked on migrated accounts :
Example : When invoking PCM_OP_CUST_SET_STATUS with the following input, below error occurred in JCA:
<PCM_OP_CUST_SET_STATUS_inputFlist xmlns:op="http://www.portal.com/schemas/BusinessOpcodes" xmlns:="http://xmlns.oracle.com/ProcessFulfillmentOrderBillingBRMCommsSubprocess" xmlns:brm="http://xmlns.oracle.com/BRM/schemas/BusinessOpcodes" xmlns="http://xmlns.oracle.com/BRM/schemas/BusinessOpcodes">
<brm:POID>0.0.0.1 /account 148449796 0</brm:POID>
<brm:PROGRAM_NAME>Test Integration</brm:PROGRAM_NAME>
<brm:SERVICE_OBJ>0.0.0.1 /service/test 148449804 0</brm:SERVICE_OBJ>
<brm:STATUSES>
<brm:STATUS>10103</brm:STATUS>
<brm:STATUS_FLAGS>4</brm:STATUS_FLAGS>
</brm:STATUSES>
</PCM_OP_CUST_SET_STATUS_inputFlist>
Error :
The opcode invocation fails within the JCA adapter and it never reaches the BRM Connection Manager.
This issue is happening only for accounts migrated through conversion manager(CMT) , while invoking opcode from JCA on a newly created account is working fine.
One observation is that , for all the migrated accounts the POID contains extra spaces between its subfields.
Also, if the above input data is used in a testnap and invoking the same opcode is working fine in testnap.
Is this a limitation in JCA adapter that extra spaces on POID field not allowed?
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 |