OIC Agent (Oracle Integration Cloud Connectivity Agent for on-premise system)

 

OIC Agent diagram

Introduction

OIC agents are the agent that help Oracle Integration Cloud (OICto connect and integrate on-premise application. 

The agent is required on install and configure at on-premise network. It can be installed at any machine/node within the network where it must have access to target system.


Implementation

To implement OCI Agent, we need to create agent group in OIC and then download installation files.

let's create agent group in integration cloud

Navigate to Agents from the Integration homepage

Select Create Agent Group button

OIC Agent 1

Give any meaningful Name

Identifier will be auto filled

We need this identifier to specify in the configuration file after the download

Edit OIC Agent

Click Save

Select Download and then Connectivity Agent

OIC Agents


Download and unzip at any local on-premise location

OIC Agent 


Go the the oic_conn_agent_installer directory

Edit the InstallerProfile.cfg file and provide the OCI home url and agent Group Identifier that we noted down while create agent group the first step


OIC Agent

Save configuration file and lets start the agent

I downloaded to a window machine that has access to target server

Before you start:
  • Java home must be set
  • you are in the agent directory
Run the below script 

java.exe" -jar connectivityagent.jar


I was in the agent directory and referred the java.exe with the path as below

C:\xxx\Agent\oic_conn_agent_installer>"c:\Program Files\Java\jdk1.8.0_51\bin\java.exe" -jar connectivityagent.jar

OIC Agent



Agent Instillation and configuration is done

You can view that agent group status. this should be green

Thank for reaching to my blog. for further information please visit below oracle library  

Post a Comment

0 Comments