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
-
Compartment level access for a user in OIC in addition to predefined roles such as ServiceDeveloperSummary: Compartment level access requirements for a user in OIC in addition to predefined roles to Oracle Integration users and groups: ServiceAdministrator, ServiceDev… -
OIC Integration repository deploy issueSummary: Unable to deploy the API from Oracle E-business suit Application getting an exception even while using the admin account java.lang.securityexception: user: asad… -
NXSD to ignore certain linesSummary: I need to read a file in OIC, but I don't want to read the lines starting with AUTH. Though I can put the condition nxsd:startsWith="TRX" but I want to avoid th… -
Read ByteArray in OICSummary: I have REST API which gives CSV data as ByteArray. In OIC we are calling API and setting response as Binary. I want to pass the data to stage file. Can someone … -
-
OIC ATP connection - Configure Operation On Table - Exceeded the max allowed value of 3Summary: I need to write complex JSON body to multiple parent-children tables (more than 3). A parent table has column "RECORD_ID" populated by sequence and a child tabl… -
OIC REST Connector for Datadog requires 2 API KeysSummary: Hi all, I am trying to POST Logs to Datadog directly from an OIC Integration. The datadog API POST https://http-intake.logs.datadoghq.com/api/v2/logs The API re… -
java.net.SocketTimeoutException: Read timed outSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Append select dataSummary: Hi I am getting AP line data from SQL Query1 and based on condition need to merge SQL Query2 AP line data into SQL query 1 . Then need to Send AP line data to A… -
Incoming requests Service LimitsI know OIC Gen 3 has a default service limit for incoming requests of 100 synchronous requests per second. Can this value be increased? -
API Gateway webservice from OICSummary: Need to connect Gen3 OIC webservice to API gateway. Content (please ensure you mask any confidential information): We are in need of published an API we build i… -
Export an OIC Integration using APISummary: Oracle has a rest api for exporting iar file/s. /ic/api/integration/v1/integrations/{id}/archive curl code: curl -X GET -H 'Authorization: Bearer access_token' … -
Disable Auth Requirements on Inbound WebserviceSummary: Need to allow the WWW to access a webservice I have built Content (please ensure you mask any confidential information): The requirement is it allow a webservic… -
Does Fusion Apps (HCM, ERP) honour the X-Forward-For (XFF) HTTP header for client IP decisions?Summary: Does Fusion Applications (HCM or ERP) honour the X-Forward-For (XFF) HTTP request header for client IP decisions like environment IP "allowlisting" or LBAC? Con… -
How to subtract timestamp variables?How to subtract one timestamp variable (HH:MM:SS) from another timestamp variable to capture a result providing the difference? -
OIC- Javascript function to Get Image dimensionSummary: Hi I have used the attached js function in OIC, but it throws an error. The same is working in the HTML page. Is there a way like in Java to import the dependen… -
HCM ADAPTER NOT SHOWING WORKER BUSINESS OBJECTSummary: I am adding an HCM Adapter to my integration.I am using 'Business(REST) Resources' and 'hcmRestApp' service but I cannot see "Worker" business object at all. I … -
Why am I receiving BINDING.JCA-15013 & FTP_MOVE_SAME_FILE_MOVE_ERROR using FTP Adapter in OICgen3Summary: Receiving error message when moving file from 1 directory to another using FTP Adapter. Full Error below. I have Overwrite File box checked and have changed nam… -
REST API concat in OIC giving extra characterSummary: I am calling a REST API: https://abc.oracle.ocs.oraclecloud.com:443/hcmRestApi/resources/11.13.18.05/workers?q=PersonNumber='4' I have used the REST API Adapter… -
Can I process data in bulk using SOAP webserviceSummary: Processing Multiple sets of records in one go using SOAP Webservice. Content (please ensure you mask any confidential information): We have a requirement where … -
REST API invoke in OICHi There, I am creating REST service which will run EPM REST call and return one element from REST call response. 1) Service will get json load sample is in "sample_REST… -
How to clean global variable (object type)?Summary: Is there any quick way to clean/reset a global variable (object type, could be complex) in OIC integration? In "How To Reset Global Variable (Doc ID 2928099.1)"… -
can't add "return" in global fault handlerSummary: I'm using OIC gen3. In an OIC integration, I tried to add a "Return", but it gets stuck on the status of loading the "Return" node. I also tried in another inte… -
OIC SOAP Adaptor - Generate envelope elementHi Team, I have a requirement to call IDT service to send purchase order data. But IDT service is mandated to have envelop outer tag like SOAP UI generated request paylo… -
Invoking PCS from OIC using the Process ActivityHi Experts ! I am getting an issue while invoking the PCS Workflow from OIC . It says Invalid action on process or user does not have privilege to perform this action.\n… -
Do we have Request payload for Creating unprocessed project cost for Multiple lines in PPM?Summary: Do we have Request payload for Creating unprocessed project cost for Multiple lines in PPM? Content (please ensure you mask any confidential information): We ha… -
BI Report read issue in OICSummary: When i am trying to read BI Report in oic using stage activity but getting error . attached xsd file for reference. Content (please ensure you mask any confiden… -
How to enable postman header field in OICSummary: Hi While doing Post activity , i need to enable Upsert-Mode =True . Now How i can do same thing in OIC Content (please ensure you mask any confidential informat… -
Issue in select statmentSummary: hi When i am trying fetch data from database , i am getting below error. SQL - select xpa.batch_id, xpa.so_number, xpa.org_id from xxmdn_price_adj_tbl xpa where… -
Database Polling - Message consumptionHey, I am creating an integration for a client, that has to use Database Polling. The client would like to know the following: If I create an integration with Database P…