Integration
Discussion List
-
Automatic resending of messages when destination system is upSummary Automatic resending of messages when destination system is upContent We are building integrations between Oracle and Infor systems through Oracle Integration Clo…
-
E-business suite business event is not reaching ICSSummary E-business suite business event is not reaching ICSContent Dear All, I am creating a HRMS Job in E-business suite and the same must be interfaced to HCM via ICS.…
-
How to call a scheduled Orchestration within an App Driven OrchestrationSummary Use an scheduled Orchestration endpoint in Visual BuilderContent What I want is to use an Scheduled Orchestration in a visual builder application. The way to do …
-
API Specifications for scheduled integrationSummary How to create API Specifications for scheduled integration?Content So I understand how to create API specifications for integrations that start with a REST adapt…
-
Consolidate XML data to contain particular employee dataContent Hi All,I need to consolidate a set of XML employee data in OIC. I have tried using for-each activity but the problem is it has the limitation of 5000 records and…
-
Make line breakSummary Make line breakContent Hi, I am working an integration in which I must specify two lines of information I have created my scheme to import the problem that gener…
-
Receiving Interface Tables Are Not Populated Through CMK InboundSummary Receiving Interface Tables Are Not Populated Through CMK InboundContent I want to develop OIC integration for shipment inbound for collaboration messaging servic…
-
Error: while Importing .xsl fileSummary I create a new xsl file for mapping its getting error while importContent Hi, I create a New .xsl for mapping while importing new .xsl file getting below error..…
-
ERP and SCM Cloud Data Extracts to on-premise data warehouseSummary Need advice on best option for extract data from ERP/SCM Cloud to on-premise wartehouse. Looked at BI Cloud Connect, but believe that requires a UCM Server on-pr…
-
MFT File Write from OICSummary Writing a File using FTP connection based on a XML SchemaContent hi All, I would like to ask on how to configure a XSD(Cannonical Data model importing various ot…
-
ICS with Oracle ERP CMK IntegrationSummary ICS with Oracle ERP CMK IntegrationContent Hi Experts, Has anyone created an ICS integration for Oracle ERP CMK which is used for B2B EDI. Mostly SOACS is used f…
-
OIC: for-each inside for-each issueSummary for-each inside for-each issueContent Hi All, I tried to enable a integration that has for-each inside for-each activity. it is throwing below error. If I take o…
-
Error Handling in OICSummary Error Handling in OICContent Hello, I am building a REST API. If any error comes during validation/api error, I want to catch it and raise application error with…
-
Invoke OICS SOAP WS from MFTCS having target type as SOA/SOAPSummary Invoke OICS SOAP WS from MFTCS having target type as SOA/SOAPContent Hi, we have to pass the protocol headers in MFTCS to OICS. we have create a SOAP service usi…
-
Learn ICS from start to end with examplesSummary Learn ICS from start to end with examplesContent Hello Guys, Could you please let me know on how to start with OIC learning? Where I can get the complete start t…
-
Oracle ICS to Ariba Network connectivity(supplier)Summary How to connect the SAP Ariba Network using Oracle ICS Ariba adapter.Content Hi All, I am working on connectivity of oracle Integration cloud services with SAP Ar…
-
for each loop not working in ICS toolSummary for each loop not return the all the records from ICS but It returns last recordContent Hi Team, AS I am trying to for each loop in ICS tool but it is not workin…
-
Filtering in OIC Publish Subscribe patternSummary Filtering in OIC Publish Subscribe patternContent Hi, I have a requirement to process selected messages in the OIC Publish-Subscribe model. Is it possible to fil…
-
For-Loop, Skipping of Error ValuesSummary For-Loop, Skipping of Error ValuesContent I am using for-Each loop to iterate over data/records, It works fine for hundreds of records and gets fail because of D…
-
Attachment in Error Notification Email- Integration CloudSummary Attachment in Error Notification EmailContent Hi , I am getting a multi line error response in ErrorHandler, I used notification action to Notify the user. Pleas…
-
Integration with HCM Extract Run & Retrieve FlowSummary This is to take note the best practices to observe when integrating OIC with HCM's Extract Run-Retrieve FlowContent Hi Team, I'd like to ask for inputs from the …
-
OIC: Accessing Scope Variables in another ScopeSummary OIC: Accessing Scope Variables in another ScopeContent Can we access the output of an activity in scope1 as input to the activity in scope2. I want to map read o…
-
What does EnforceEmptyJSONObjectPayload ?Summary The EnforceEmptyJSONObjectPayload is default false, what happnes if it is true ?Content I could not find any documentation about this. Could you explain what wil…
-
Schedule IntegrationsSummary Schedule IntegrationsContent How many schedule integrations can run in parallel. I got an update that only 2 scheduled threads can run at one time. I have many s…
-
How to pass arguments to DBaas adapter in OIC?Summary How to pass arguments to DBaas adapter in OIC?Content Hi All, We have requirement to pass arguments to the sql query. Below is the sample query. SELECT FNAME, LN…
-
OIC in PaaSforSaaSSummary Is Oracle Integration Cloud included in PaasForSaaSContent Hi, Can anyone please clarify whether OIC is included as part of PaaSForSaaS bundle? Or if one has to …
-
Stage File Action - Zip Files Operation - Having an issue with empty zip file added to the .zip fileSummary Stage File Action - Zip Files Operation - The issue is, in the Zip file, there is an empty .zip file also added.Content Hello, I am using Zip Files Operation in …
-
Lookup (DVM) column size in OICSummary Lookup (DVM) column size in OICContent What is the size of data that I can stored in the lookup tables , Lookup (DVM) column size in OIC. I need to store folder …
-
How to Submit a Scheduled Orchestration from BI PublisherSummary How to Submit a Scheduled Orchestration from BI PublisherContent Hi All, I have created a scheduled Orchestration in OIC and The Integration runs succesfully. Th…
-
How can I get the the current-date subracted by 31 daysContent I know there is an xs:dayTimeDuration(arg) function in xslt. So I would thing it would be something like current-date() - dayTimeDuration('P30D') but I don't see…