The application has encountered an unexpected error while selecting ERP Cloud business events
(Doc ID 2662159.1)
Last updated on DECEMBER 03, 2022
Applies to:
Oracle Fusion Receivables Cloud Service - Version N/A to N/A [Release 1.0]Oracle Integration-OIC - Version 18.2.5 to 18.2.5
Information in this document applies to any platform.
Symptoms
While dragging the Oracle ERP Cloud Adapter into the trigger or invoke area of an integration, the Adapter Endpoint Configuration Wizard appears and you should be able to select any of the business events supported by ERP.
REST API / SQL query were used to verify and confirm the events are enabled :
/fscmRestApi/resources//erpBusinessEvents/{ErpBusinessEventId}
https://docs.oracle.com/en/cloud/saas/financials/19a/farfa/op-erpbusinessevents-erpbusinesseventid-patch.html
select BUSINESS_EVENT_CODE,ENABLED_FLAG from fusion.FUN_ERP_BUSINESS_EVENTS;
In this case all the other events can be selected except for the following Receivables Standard Receipt :
StandardReceiptReversed
StandardReceiptApplied
StandardReceiptCreated
StandardReceiptApplied
Error thrown by the the adapter :
"The application has encountered an unexpected error. Please check the application connection details, credential and retry your request."
Error in the logs:
Error:- CASDK-0003: Unable to parse the resource, WSDL Exception:faultCode=OTHER_ERROR. Error importing schemas.
java.io.IOException:class loader resource not found. META-INF/wsdl.Verify that URL is reachable, can be parsed and credentials if required are accurate.
Changes
Download the WSDL pack using the steps below:
1. Get event ID by accessing the event catalog from the browser https://hostname/soa-infra/PublicEvent/catalog
2. Search for the event and copy the "id". Example :
StandardReceiptCreated","inputXSLT":"oramds:/oracle/apps/financials/receivables/shared/common/publicEvents/StandardReceiptCreated.xsl","keyMaps":[],"csfkey":null,"targetTypeDefinition":"oramds:/oracle/apps/financials/receivables/shared/model/events/StandardReceipt.xsd"},"customEvents":[],"description":"This business event is published when a standard receipt is created to record payment from a customer for goods received or services rendered.","name":"{http://xmlns.oracle.com/apps/financials/receivables/shared/model/events}StandardReceiptCreated","id":"FinArShared_Standard_Receipt_Created","
3. Access the following URL in a browser replacing eventid with the actual ID
http://<hostname>/soa-infra/PublicEvent/catalog/eventid/wsdl
This will download the wsdl pack.
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 |
Changes |
Cause |
Solution |
References |