For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hello, community.
I'm trying to create order releases into OTM through OIC.
In Logistics adapter, I informed our Logistics integration WSDL: https://<our instance domain>/GC3Services/TransmissionService/call?wsdl.
In the first attempts, I got database constraint errors. For that, I know I'm hitting OTM service.
But, after correcting them, no order release has been created and the response has been as follows:
<executeResponse xmlns="http://xmlns.oracle.com/apps/otm/TransmissionService">null</executeResponse>
I found out the following article that states the same issue, but it is related to OTM 6.4.x versions and we are using OTM 19C.
An issue was encountered after activation of OM-OTM pre-built integration. This pre-built integration integrates between Order Management- OM (from Oracle SCM Cloud) and OTM using Integration Cloud.
Pre-built flow information
Application Type Application Connector Source Application OM SCM Adapter Target Application OTM Logistics Adapter
We wont go into the details of the integration itself. Refer to this Support note for details on the OM-OTM pre-built integration Sample Integration with OTM/GTM using ICS (Doc ID 2209248.1)
Issue
During testing of the flow it was seen that OIC monitoring shows successful transmission from OM to OTM and also a successful callback but a transaction was not created on OTM. However, the callback response from OTM shows "Null TransmissionBody" in the message as shown below
Null TransmissionBodyResolution
For OTM 6.4x, Transmission Service does not work when the OTM WSDL url is used in the logistics adapter connection. An offline TransmissionService wsdl has been made available which addresses this issue for 6.4x. It can be accessed from the below support note Transmission Service WSDL with Inline Schemas (Doc ID 2294108.1)
Use the wsdl file provided in the support note when configuring the logistics adapter connection instead of the online wsdl url.
Does anyone knows if that is also the case for OTM 19C? WSDL URL for OTM 19C is also broken? If so, is that a place where I can download a working version? I could not find it.
Hi,
I have an integration with Fusion where I need to read a file. Then within OIC, create temp table to store the contents of file and do calculations on the data in the table before sending a response to Fusion application.
Is there a provision to create temp/stage tables in OIC interface and they get dropped when the flow completes?
Any pointers will be of help!
Thanks
Ritika
I have write adapter in which I have for-each loop for two levels(1. for-each of assignments, 1.a. for each of Global_Card_Components_State). The Global_Card_Components_State tag will be optional. Some assignments may contain it. I have included a choose condition (as in image). This is successful when Global_Card_Components_State tag is present but fails when input doesnt have that particular tag.
Is there any option to skip and process next record. <otherwise> doesnt help as i dont have sny option to map as its child.
I am getting below error when for-each encounters assignments tag without Global_Card_Components_State tag
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ CODE=<code>{http://schemas.oracle.com/bpel/extension}remoteFault</code> ,SUMMARY=<summary>ICS runtime execution error</summary> ,DETAIL=<DETAIL><detail><ICSfaultVar/><reason>Translation Error. Translation Error. Error while translating message to native format. Please make sure that the payload for the outbound interaction conforms to the schema and payload size does not exceed threshold. Error occured as {1} :Application Error</reason><operation>WriteFile</operation></detail></DETAIL>} cause: {null} Stage Read Failed
Hi All,
I am trying to download or read a file from File Storage in OIC.
is there any way to achieve this without using File Adapter?
Thanks,
Nazeer.
Hi All,
I would like to know if there is anyway to identify the list of the OIC Integrations which are potentially impacted by the use deprecated REST API's from the ERP Cloud. I know that even when oracle marks them as deprecated on the documentation they will still be available for a limited period of time (Not exactly sure about the time limit). If these services are used across on a large scale across different integrations is there anyway to identify the services without manually going and looking for the deprecated service in each integration?
Thanks,
Nagesh.
I am trying to create Movement Request in EBS.
I am aware that there is a Rest Api available for the same. However i was wondering if the same can be achieved by using the OIC EBS Adapter.
I went through the Business Objects in the adapter but did not see any option for Movement Request.
Is it possible to achieve this in OIC EBS adapter ??
If yes, which is the Business Unit or service i should be using ??
TIA for the help.
Hi Everyone,
I have a Source csv file in FTP location.
I need a Target CSV file with static values along with source csv file information.
File Written as expected but written at Row # 3 and column 'A' is skipped. This column A is empty.
Regards,
Karthick.R
Hi,
Has anyone implemented ESS Callback for Non-File-Based Data Import (FBDI) ERP ESS Job thru OIC ERP Adapter?
Example is 'Import Accounting Transaction' Job, an ESS Job which is not included in ERP's List of Supported FBDI (https://docs.oracle.com/en/cloud/saas/financials/19c/oefbf/toc.htm). Here's what I did so far in ERP Adapter:
1) Used 'ErpIntegrationService' -> submitJobWithOutput operation, indicating the callback URL of the integration in #2 below.
2) Created another integration (App-Driven, ERP Adapter as Callback endpoint) to receive the callback from #1 above - but the issue comes with the payload mismatched (ERP is sending the 'old' OnJobCompletion payload, not aligning to the ERP Adapter's OnJobCompletion payload, refer to below examples).
Sample ERP Response Payload of submitJobWithOutput:
<onJobCompletion>
<requestId>33201</requestId>
<state>SUCCEEDED</state>
<resultMessage>Request was successful</resultMessage>
</onJobCompletion>
Sample OIC (ERP Adapter) Integration Callback Endpoint - Expected Input Payload:
Hi ,
I am trying to fetch data from two tables. I am doing it with "Perform operation on table " option with select operation.
Problem is it's always fetching the child table data for 1st parent table record. For other Parent table records, I am getting child table data as blank.
Data is available in the table.
Attaching a sample file. invBalanceTxnsLotIntCollection_2 is coming as NULL for snapshotId '60509'. Data is availble in child table.
Thanks,
Priyanka
Is there any setting needs to be done while configuring t he DB adapter? Kindly provide your inputs.
I want my integration to (a)submit the seeded extract and (b)the output of seeded extract should be uploaded to UCM. I am able to do (a) but not able to do (b). I have set the delivery option as 'WebContentServer'.
Also, I am able to achieve the same with custom extract.