To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Integration
Discussion List
-
Updating Inventory Items via ItemsV2 REST API returns Attribute Pk1Value is required.Summary: I am updating my item via item v2 rest api but as i send in the payload it gives me the error "Attribute Pk1Value is required." I used exact same headers as rec… -
I have connection reset issue when doing a Merge operation in SQL Server tableSummary: I have an integration that extract data from Fusion and loads the data into SQL server table. I can insert a new record or update an existing record in the SQL … -
EPM Integration Agent On-Premise FileHi All, We have created an integration using On-premise file Data source as source application and when tried to run the integration is failing with below error. 2025-10… -
Oracle Financial cloud: REST API for invoice Dff and Gdf.Hello. This is my global segments of invoice dff. For example, I fill "testGlobal" (see picture above) field in the invoice with value "GLOB TEST VALUE". Then I read Dff… -
Oracle Financial cloud: How to create Global Descriptive Flexfield for payables invoices?Hello, Please, help me understand Gdf and Dff nuances. Here is my scenario. "Manage Descriptive Flexfields" and find "AP_INVOICES" flexfield code. Run "Edit". I see glob… -
Oracle Financials cloud: Is "Global Descriptive Flexfields" accessible for Malaysia?Summary: I'm trying to find it in the documentation. Here: https://www.oracle.com/webfolder/technetwork/tutorials/tutorial/cloud/r13/nfs/erp-cloud-global-catalog.pdf I s… -
VBCS Backend and Service Connections AuthenticationSummary: My question is around the Authentication method used in the "Server Identification" section when you create a new Backend/Service connection in VBCS Content (pl… -
Non-SSO Login for OIC UISummary: We have an audit requirement to track production activities with certain roles. Our tracking software requires a local login screen with username/password rathe… -
Another user has changed the row with primary key oracle.jbo.Key AttributeSummary: Another user has changed the row with primary key oracle.jbo.Key Attribute Content (please ensure you mask any confidential information): Hi Experts, I oftenly … -
Issue using Microsoft Graph user APISummary: I am trying to using the MS Graph User API with delta functionality. The response payload contains fields which start with the @ symbol. OIC is then trying to c… -
How to enable Oracle managed DR in OIC Gen3.Summary: Requirement is to enable oracle managed DR in OIC Gen3. But unable to find DR option while provisioning OIC instance. Did the process change? What are the steps… -
Turn a Comma Separated string into multiple parametersSummary: I have an API that takes 1 or more query parameters called base. These appear in the URL as ?base=GBP?base=USD?base=EUR for example. I want my integration to ta… -
FIRING custom ess job once seeded job completedSummary: Firing custom ess job once seeded ess job is completed Content (required): Once prepare what If analysis ess job in fa is completed I need to fire another custo… -
Strengthening Oracle Integration Security: Automating Password Rotation in IDCSIntroduction In modern enterprise environments, Oracle Integration Cloud (OIC) acts as the central nervous system for data flow across SaaS and on-premises systems. Howe… -
Provisioning Oracle Integration Cloud in SaaS DomainSummary: Hello Team, We're planning to provision Oracle Integration Cloud (OIC) within the Fusion SaaS domain on the OCI console and have a few questions:Current Setup: … -
The requester must be an active worker in an active work relationshipSummary: I am creating a PR via OIC through REST API, but as I add the requestor ID in the payload it says "The value of the RequesterId attribute isn't valid. must be a… -
Error while invoking OIC REST API from POSTMANSummary: Hi Team, Iam facing issue while calling the OIC - Integration REST API from POSTMAN. It fails with error 401 unauthorized. -
Certificates in Setting OIC3Summary: There number of certificates under setting >certificates in OIC. Need help in understanding what are these certificates. One of the certificate is set to expire… -
OIC Generic REST mapping multi-part Form dataSummary: Hello experts, I am hoping you can help me resolve this issue mainly because we have never done it this way before in OIC (gen 3). We have one REST endpoint whe… -
Convert CSV string to Array in Mapping - create-nodeset-from-delimited-string ?Summary: I've got an API which requires an array of string into a parameter called base. I want to use a Comma Separated Value passed into my integration which I convert… -
"There is no RPA flow in the Project". Cannot see RPA BOT in dropdown list to call from IntegrationSummary: We have created a RPA bot in the project and its in activated state. However when we try to configure, to call it from Integration we cannot find it in the list… -
OIC GEN3 external REST API errorWhen sending a GET request here, https://payments.cat.uk.pt-x.com/payments-service/api/security/handshake it works once or twice, then returns a 500 error every time aft… -
Excluding whole rows from being staged based on certain criteria - mapper?Summary: In OIC Gen 3 I have the response from an API call being mapped directly to a stage file write. So ALL the rows returned are immediately written. I want to exclu… -
can we use private endpoint of OIC gen3 used to connect to atp database in private networkSummary: can we use private endpoint of OIC gen3 used to connect to atp serverless database in private network without using OIC agent to connect to atp database. Conten… -
When attempting to load grade rate through HDL, some error are occured.Summary: When attempting to load grade rate through HDL, following Error was thrown: Error 1:An error occurred. To review details of the error run the HCM Data Loader Er… -
Receive Requests from ERP Cloud Applications (explicitly sent from Groovy Script or Business Logic)Summary: Hi Experts I want to make use of this operation in ERP connection Trigger i.e. Receive Requests from ERP Cloud Applications (explicitly sent from Groovy Script … -
How to use ERP trigger connection for Receive Requests from ERP Cloud Applications (Groovy Script)Summary: Hi Experts I have a requirement to trigger integration from fusion and i came across this feature that says receive event from Groovy in ERP connection as trigg… -
Translation to native failed. Element 'EnteredDebitAmount' not expected..Hi Expert, I am creating integration for bulk data import to journal import, while running integration getting following error. Error Summary: oracle.fabric.common.Fabri… -
What is the best practice to encrypt the files in Object Storage using OICSummary: There are couple of way to send a encrypted file in object storage. One is PGP encryption/decryption. One is using OCI Vault encrypt a file and send it to Objec… -
OIC mapping based on a source fieldHi All, Source XML is in a repeating group but target structure is flattened as per below I have tried to use…. IF role = 'remitTo' then map name to IF role = 'shipTo' …