#1038 - OIC Integration Basics - Lab 9 File Processing Example
IntroductionLab9 covers a simple file processing example - I read an xml file from the OIC File Server, I process that file and write it as a zip to another File Server directory. I'm using File Server...
View Article#1039 OIC RPA - recording with MSFT Edge
This post covers using OIC RPA with the Edge browser. First step is to download the agent from OIC from the Agents page - Unzip the file - Open your Edge browser and navigate to extensions - As you...
View Article#1040 - OIC3 - new Service Metrics
 Let's go through these one by one - Configured MessagesI have one message pack assigned to this OIC instance, that gives me 5000 messages per hour.Let's check the number of incoming messages for the...
View Article#1041 OIC Api Catalog & Consumer Portal
Just to let you all know the listing for the Oracle Integration Cloud API Catalog & Portal by digitalML on the Oracle Cloud Marketplace has been updated to include pricing in € and other...
View Article#1042 - Processing Text Files in OIC
The use case is simple here - I've got a text file, cities.txt, I need to process in OIC. The file is as follows -Â The file structure is as follows - multiple city records, each with the following...
View Article#1043 - OIC Integration Flow Error Raising the Alarm
Simple requirement here - send me an email as soon as integration NN fails.Here is my integration -Â I've done the saveOrder Map so as to ensure an error is thrown on the Netsuite invoke.I now go to the...
View Article1044 OIC Integration Basics - Lab 10 Integration Variables
Simple VariablesWe have already created some variables in OIC via the Assign action - These variables are available throughout the lifespan of the integration flow. I now add a scope to my integration...
View Article#1045 - OIC Basics Lab 11 File Server
File Server is an sftp conform file server that ships with OIC3. Each OIC instance gets 500GB space.You can access the File Server admin page via Settings --> File ServerCheck out the following post...
View Article#1046 - OIC Integration Basics Lab 12 Multi-Verb Support
Use of multiple verbs can help reduce the number of integrations you have, e.g. instead of having a getOrder integration and a createOrder integration, combine these into 1.Here's a simple example of...
View Article#1047 - OIC Integration Basics Lab 13 OIC Lookups
 Lookups are domain value maps, which make it easy for us to map values between different applications. These values could be essentially for the same thing, e.g. a country code. In app1, the country...
View Article#1048 - OIC Integration Basics Lab 14 OIC Mapper
Mapping is one of the core activities you will be doing, when developing integrations. Syncing data between App A and App B will involve mapping fields from App A to App B. This mapping could be very...
View Article#1049 OIC3 invoking Visual Builder Business Object apis
Simple example here -Â I need to process all new orders in OIC, i.e. invoke Get Many -Â I have a couple of orders -Â I get the url -Â Now I go to the VB app Settings -> Business Objects - and enable...
View Article#1049 OIC API Catalog & Consumer Portal - new Landing Page
Our partner, digitalML, is making it even easier for you to adopt the OIC Api Catalog & Portal.You can also book a demo and interact directly with digitalML -Â I have been showing this to customers...
View Article#1050 OIC & OCI AI Services - Generative AI
OCI offers a rich set of AI services, which can, of course, be easily leveraged by OIC. So let's go through these one by one, beginning with Generative AI. Generative AIThere are many OIC relevant use...
View Article#1051 - OIC Factory API for Project Export/Import
IntroductionThis post details how to use the OIC Factory apis to export projects from one OIC instance, say Dev, and then import the aforementioned into another OIC instance, let's call it Test.Basic...
View Article#1052 - OIC Project Deployment
IntroductionThis post is based on a conversation with my esteemed colleague, Harris Q. Here I look at the basics of project deployment.Basic Use CaseHere I have 2 integrations, one connection and a...
View Article#1053 OIC 2024 Review
Introduction2024 was a great year for OIC, ushering in the release of a plethora of new features and enhancements. As we head towards the end of the year, let's review some of the excellent value-add...
View Article#1054 - OIC3 unique outbound ip address with Private Endpoint
IntroductionYou may have multiple OIC3 instances in the same region/datacenter. Check out the About box in OIC designtime and you will see -Â Now imagine you need to have a unique outbound ip. How can...
View Article#1055 OIC3 New OCI Consumption Dashboards
Just in case you've notice the new consumption charts in the OCI Integration instance page.These are new metrics which are surfacing and nothing like a simple example to explain them.I run a test in...
View Article#1056 - OIC3 File Server Factory API
IntroductionYou may be an OIC customer leveraging the File Server. You may also have use cases that require using the File Server REST API. If you're such a customer, read on!Firstly, the File Server...
View Article