Integration
Discussion List
-
Implement VBCS Polling In OICSummary: I'm trying to implement polling for a request in the VBCS API via OIC, but the Polling-Location call returns error 400. Content (please ensure you mask any conf…
-
Unable to Set File Permissions in SFTP via OIC FTP AdapterSummary: Hi, I have been using Oracle Integration Cloud (OIC) to send files to a Bank's SFTP server via the FTP adapter. The bank has informed us that the files we are u…
-
ERP Adapter - GEN3 ErrorSummary: Cannot select bulk import (FBDI) operation in clients GEN3 OIC. Content (required): I am trying to use the ERP Adapter for FBDI import in a GEN3 instance. The e…
-
OIC Mapper Error : Cannot read the array length because the return value of "oracle.cloud.connectorSummary: Hi Team, We wanted to pass the Nil true to mapper in oracle SF adapter. Below is the error receiving. Tried all options but it is not working. It is in OIC. Err…
-
How to setup custom endpoint for OIC gen3 instanceHello Team, Good day!! Could anyone please share me the custom endpoint setup detailed document for OIC gen3 instance. I had gone through the Oracle documentation for th…
-
Application integration with private endpoint REST connectionSummary: Hi, We want to make a real-time integration between PeopleSoft and Oracle HCM Cloud, and to do this we wanted to create an application integration. But the prob…
-
How to restrict integration or projects based on oauth2 clients in OIC3Summary: We have configured an oauth2 client credentials to allow a vendor to consume integrations. However, we noticied they can trigger any integrations inside and out…
-
How to pass files between oic integrationsSummary: I am creating a utility flow which uploads file to UCM. This flow will be invoked by other integrations. I have to pass zipped file along with some other data t…
-
Oauth for Soap connectionSummary: Hi I want to use Oauth instead of Basic Authentication. Can you please help Content (please ensure you mask any confidential information): Version (include the …
-
How to create synchronization between EBS Installbase assets in R12.2.6 to ALM fusion latestSummary: We have a requirement to sync between EBS IB and ALM, so ALM can be master for Assets for the downstream systems. How to create synchronization between EBS Inst…
-
mapping JSON request body for REST API (in OIC)Summary: Hi, I'm making an integration where i am receiving a list of Job Family object from PeopleSoft, and for each Job Family received, it needs to be created or upda…
-
What's New in Oracle Integration 24.10Summary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
Designing a Real Time Error Handling Integration for OIC?Summary: To build the real- time error handling integration, the goal is to be automatically trigger an OIC integration whenever an error occurs in the OIC monitoring co…
-
Develop an integration in oic version 3 and migrate to version 2, could there be any problem?Summary: Content (please ensure you mask any confidential information): Hi experts, In the company I work for, they have different versions for each environment. In the …
-
OCI Events ServiceSummary What support exists for OICSContent Hello, I am interested in seeing what kind of integration exists currently for OIC and OCI events, and whether there are futu…
-
OIC3 Error setting up storage for exportSummary: I'm getting this strange error when setting up a storage bucket in OIC Gen 3 for export: ERROR An error occurred while saving storage changes { "servlet":"jerse…
-
Stage File Read : Schema ValidationSummary Fails to validate the payload as per file schemaContent Hi All, I have designed an integration flow where I am using stage file read in segments action to read f…
-
Shared/global lookup in OIC Gen3 ProjectsHi all, I'm developing a set of integrations, and we are planning use projects to manage these integrations. But, as requirement, we have some lookups shared by all inte…
-
Attachment in notification fails due to size in gen3 but no in gen2Summary: Hi , I would thank for any help with the following. We alredy know there is a limit of 2mb in gen2 and gen3 in attachments size. BUT: We have no issues when sen…
-
For Each in Loop for Async Based App Driven IntegrationSummary: Hi Team I have an app-driven integration and want to run the for-each process in parallel as there is no dependency. I know we can do the same in scheduler-base…
-
Create Google Workspace Account using OICSummary: Hi everyone , we have a requirements for our client regarding creating and getting Google workspace accounts using OIC , we already create the client credential…
-
Is it feasible to use a single mapper for two external invoke operations in OIC?Summary: I have an integration that calls two external services based on a specified situation. The payload format is the same for both. So, instead of having two identi…
-
OIC solution to handle duplicate events? OCI Events Service sometimes sends duplicate events to OICSummary: In this case, OIC is the subscriber and OCI Events Service is the publisher of the messages. Sometimes OCI Events Service sends duplicate events and that is not…
-
BICC Not Showing all FieldsHi Team, We have application composer object created and it included number fields like ( Account Number, Site Number) looks like only id's are showing up in the BICC PV…
-
PCS limitation in GEN3 Integration CloudSummary: Could you please confirm any one whether PCS is not supported for Gen3? If possible, could please share the oracle documentation that outlines this limitation? …
-
Oracle ERP Cloud - Application ComposerSummary: 1- I want to create custom page using application composer and i have a field like Business Unit how to get data and put it in a list 2- I have other fields the…
-
How to Resubmit a failed integration from last point of failure?Summary: I have asynchronous flow which is doing multiple invocations to synchronous child flows. If my 1st child invocation is successful and 2nd child invocation fails…
-
Is there a published OpenAPI (Swagger) document for the OIC Management REST API?Summary: I am creating an application that needs to interact with the OIC REST Management API ( ). However, I don't see a link on the documentation page to a Swagger / O…
-
Not able to map with json with below structerSummary: Hi Team, i have created connection for below schema but not able to map, what is the process to map this kind of data in OIC { "schemas": [ "urn:scim:schemas:co…
-
switch condition cannot use current-date() functionHi All, I tried to use fn:current-date() in my switch condition like follow: $f1_OHL_HCM_EMPLOYEE_DATA/ns25:OhlHcmEmployeeData/ns25:terminationDate >= fn:current-date() …