Integration
Discussion List
-
Run integration of OIC3, when candidate is converted to a pending worker in Oracle Fusion HCM CloudWhat would be a technical design solution to initiate an Oracle Integration Cloud (OIC3) integration when a candidate is converted to a pending worker in Oracle Fusion H…
-
File transfer from UCM to external storage using OICSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
Endpoint creation for whatsapp Cloud API 's Webhookworking on Whatsapp Cloud API, webhook configuration need to create one endpoint, below is the url with completed steps. is anyone have completed these steps ?
-
How to create organization using the FoundationPartiesOrganizationService?Hi, what is the minimum filds needed in the request payload to create an organization using the WSDL /crmService/FoundationPartiesOrganizationService?WSDL
-
How can I restrict access to folders and files using "File Server Action" in gen3?Summary: I have been using the "File Server Action" (FSA) in OIC Gen3. I have found that there are no restrictions on access to the underlying file system. I can create …
-
CloudInvocationException thrown while invoking REST API in OIC Gen3Summary: I am trying to implement this use case demo from Oracle. https://github.com/oracle-devrel/technology-engineering/tree/main/ai/ai-language/ai-email-analyis/files…
-
Read timed out error while invoking BIP report from OICSummary: We are trying to invoke BIP report in pdf output from OIC, report invocation is taking 5 minutes and after that it errored out with below error: javax.xml.ws.We…
-
OIC Gen3 Instance CustomizationSummary: Is there a way to customize User Interface on OIC Gen 3 instance? Some pages on OIC Gen3 instances doesn't have the actual instance name in the URL, so it is ve…
-
How to launch PaaS Integration from Fusion SaaSSummary: Hi, We have a use case where we want to launch one of our PaaS based integration from SaaS springboard. Any help on this would be grateful. Regards Ashraf Bilal…
-
OIC-Convert Datetime to epoch timeContent Hi All, I need to convert the datetime to epoch time format in OIC(Ver 21.1.2.0.0). Has any one implemented this? I do not see any out of the box function to do …
-
Default Timeout for Asynchronous IntegrationIn an Integration, files are polled from Object Storage to Amazon S3. File load is a lot and would take more than 7 hours to complete. In one instance of while loop, one…
-
Get error when OIC integrations runs over 5minsHi All, I created a complex integration to load data to HCM, I think it needs about a hour to complete because there is a loop to call other REST API, and I got error 'd…
-
Escaped characters in xml responseSummary: I have a SOAP request that looks like this: When i execute this request in soapUI the response looks normal, but when i execute this in OIC, the response looks …
-
Configure ERP Cloud Adapter with OAuth Authorization Code Credentials Security PolicySummary: try to configure Configure ERP Cloud Adapter in OIC Gen3 to invoke Fusion Application REST endpoint With OAuth Authorization Code Credentials Security Policy at…
-
OIC: Error While processing message in map - doXSLTransformForDocHello Team, I am currently stuck with one weird issue. Our dev Instance is recently migrated from Gen2 to Gen3. In one of my integration, we are calling HCM RESTAPI’s to…
-
OIC Libraries Java Script for excel processingSummary: I am trying to use OIC libraries and create a function which can read excel files.In this function not able to use Node JS utilities like 'fs' and 'xlsx'.Can yo…
-
OIC PGP Decryption ErrorSummary: Hi, Keys have been generated using the guidance in Oracle documentation. Test file encrypted using Kleopatra. When OIC attempts to decrypt the file we receive "…
-
OIC Gen3: Configure Email Template (Human Task) in Oracle Process Automation (OPA)Hello, I am defining a new email template in the human task in OPA. But when I run the approval flow, I get two emails. 1)The default template and its content contains t…
-
Is there any way to configure an anonymous AS2 (B2B) inbound connection in OIC?Summary: Is there any way to configure an anonymous AS2 (B2B) inbound connection (trigger) in OIC? I've only been able to make it work with basic authentication, but man…
-
need help to understand xpath error -OICSummary: Hi Guys. I am geting this xpath error, however I have no Idea how to "bebug" it. Content (required): Version (include the version you are using, if applicable):…
-
conversion of .xlsx to .csv using OICSummary: We're seeking solutions or suggestions for reading content from an Excel (.xlsx) file in Oracle Integration Cloud (OIC), as OIC currently lacks a standard adapt…Sudhir_Sinha-Oracle 42 views 3 comments 0 points Most recent by Rahul K Khandelwal-Oracle Integration
-
Upgrade strategy/experience OIC Gen-2 to Gen-3Summary: I am curious what your upgrade strategy/experience is from OIC Gen-2 to Gen-3. Content (required): We are use OIC Gen-2 to build our integrations in, we have ma…
-
/crmRestApi/resources/latest/resourceUsers API is giving error to pass the contract infoSummary: Hi Team, We are trying to create sales person, bu first creating resource using enpoint - "/crmRestApi/resources/latest/resourceUsers" Error Message You need to…
-
Rest and ERP Adapter Connection not able to refresh access token after refresh token expiry timeSummary: We have configured the client and resource app in IDCS which and trust is established between fusion application and IDCS. Now we are using OAuth Authorization …
-
How OIC handles duplicate hour when DST ends and scheduled integration schedule is in ESTSummary: I have an OIC integration which is scheduled every Sunday as below: FREQ=WEEKLY;BYDAY=SU;BYHOUR=0,1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23;BYMINUTE=31;BY…
-
Failed to create Library. Unable to parse ****.js. Check for syntax errors and try creating againSummary: I am trying to upload a JavaScript file to OIC Library, but it prompts: "Failed to create Library. Unable to parse checkBizUnit.js. Check for syntax errors and …
-
OIC - REST Invoke - custom headers starting with x- are not sentHello, i have an integration invoking an external system's REST API. This API requires a set of headers which name starts with "x-", like x-jws-signature. It seems that …
-
Oracle Hospitality Adaptor Trigger Update issueSummary: Hi All, Has anybody seen this error message before in Oracle Hopitality Adaptor OIC3 Integration and if so, any solution that you may have implemented please? T…
-
Send email with email delivery service and OIC3Summary: Hi, is there a way to send email with OIC3 through email delivery, by using api rest. I know , i can use an oci function Apreciate advice Version (include the v…
-
How to skip bad records in csv in OIC? nxsd:uniqueMessageSeparator not workingHow can we skip bad records and continue processing the next set of records in csv? I saw we had a option of doing so by using nxsd:uniqueMessageSeparatorconstruct , but…