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
-
Query StringContent Hi, We have to fetch the records which are created by specific user, for that we are using the query parameter "q=" in Rest API. https://xxxx.fa.em2.oraclecloud.… -
Cache in integrationContent Hi experts, Is there any way to enable cache in integrations in OIC? Suppose there is an external service that is called frequently most of the time returning th… -
Restricting the user for a particuler integration in OICSummary Restricting the user for a particuler integration in OICContent Hi Experts, We would like to know the mechanism/option to restrict a particular user to access on… -
Send binary file attachment using OIC over RESTSummary Send binary file attachment using OIC over RESTContent Hi - We are trying to send a binary attachment over REST using OIC. The REST api accepts "application/octe… -
Interface tables for FAH(Import Accounting Transactions)Summary Tables for FAH(Import Accounting Transactions)Content Hi Team, What are the interface tables for FAH from where we can get the total no of records received, proc… -
OIC Library debugging JSSummary How to log JS within OICContent Hi, I have created a js library and loaded into the OIC instance. However, for some reason it constantly errors and returns eithe… -
Oracle Integration Cloud and Azure Event Hub IntegrationContent Hi - I am looking for any available documentation on how to interact from OIC to Microsoft event hub using OIC agent ? Additional questions a) Can OIC agent be i… -
OIC - Convert Date FormatSummary OIC - Convert Date FormatContent Hi Everyone, How to convert date string from (01/12/2019 12:11am) format to DD/MM/YYYY in OIC? Regards, Karthick.R -
A very basic Question on Request ParametersSummary A very basic Question on Request ParametersContent Hi Experts, How can i pass Query Parameters to my Rest End Point. Both on SoapUI and OIC. On Both Sides i am g… -
Anroid version didn't workContent Hi, I published my app that was developed on VBCS to Google play but I eventually noticed that i am not able to use it because the REST API call that verifies th… -
SOACS Instance Creation FailureContent Hi All, I was getting the below error during creation of SOACS Instance. Could not understand is it DBCS size or storage size. Any inputs ? PSM-LCM-01002 One or … -
Calling rest services aynchronouslyContent Hi, I have a requirement where I need to call rest services based on values from a for-each loop. The rest services are independent of each other, hence I was wo… -
User Roles List and AssignmentContent Hi, I'm trying to create a user with a specific role (ServiceDeveloper) of ICS But in the CloudDemo Instance, i could see only one servicerole for iCS.- AUTONOMO… -
OIC Get User name from authentication header of rest ServiceSummary Get User name from authentication header of rest ServiceContent Hi, Is there an option to get the user name of the invoker of the rest service.I'm only looking f… -
Simple String Function QuestionSummary Simple String Function QuestionContent Hi Experts, I have AddressType in Source which i want to map to target like below: ----- IF AddressType='SELL_TO' THEN 'SO… -
Can we decrypt a file in OIC while readingSummary Decrypt a file in OIC while readingContent Hi Team, How can we decrypt a file while reading in OIC?. I receive a file in PGP encrypted file in an SFTP directory,… -
For each repeatable node issueSummary For each generating duplicate set of null valuesContent I have mapped my source Repeatable element Items ---> Target Collection ( for each 1-2) and Items / leaf … -
Date and time conversionSummary issue by String to Date and TimeContent I have a scinario of getting String type Date and Time values from Source need to populate into DB as a timestamp fields.… -
FTP adapter to FTPS site with IIS can't work(timeout by OIC)Summary FTP adapter to FTPS site with IIS can't work(timeout by OIC)Content I made a FTP adapter for FTPS site with Windows IIS. I tested the adapter and suceeded. But W… -
Details and Implementation Doc on "oic.ics.stagefile.pgp.key.support" feature flagSummary Details and Implementation Doc on "oic.ics.stagefile.pgp.key.support" feature flagContent Hi, I need document or URL, explaining on "oic.ics.stagefile.pgp.key.su… -
REST Adapter With Attachment Cannot have JSON ResponseContent We have REST adapter integration where we configured the response to have attachments. Also, the response includes json response as summary of the attachment fil… -
Overwrite record in MapperContent Hi Team, I have been trying to figure out a way for the below logic: I have a file, which has records like below: 000PAM222604659MOWBRAY, SWATHY 101456 050 20191… -
WriteStage Reference of CSV File Doesn't Exist Out of LoopContent I've an orchestration integration. Our target to post several transactions at ERP system one by one through loop and accumulate all responses into csv file then … -
OIC Callback OnjobCompletion vs Event basedSummary OIC ERP adaptor has a new updateContent I have found the onJobComplettion operation for callback is no more generic for all the objects(Payables,Receivables,Impo… -
How to Publish an ICS Integration to APICSContent Team, Can you please guide me on the configuration required to publish an ICS Integration to APICS ? I did try to enter some info for publishing - as it does not… -
OTM 19C integration callback issueSummary TransmissionResponse is null and no order release has been createdContent Hello, community. I'm trying to create order releases into OTM through OIC. In Logistic… -
error occurred while retrieving the integrationContent Hi experts, Have you ever gotten this kind of error: "error occurred while retrieving the integration"? I exported some applications from one OIC instance to ano… -
Insert CDATA into XML in a mappingSummary Insert CDATA into XML in a mappingContent I am using OIC to call quickBase API. Trying to insert CDATA in xml ,output should look like below. Trying with be… -
What is 20K Messages Per Hour PacksContent Team, What does this mean : 20K Messages Per Hour Packs mean. Is it kind of request response for each integration considered as 2 Messages ? Can you please provi… -
For Each Component Executed only onceSummary For Each Component Executed only onceContent Hi, I have Rest Adapter which return 3 records in SoapUI/Postman. I have added a For Each Component after adapter an…