Thursday, May 26, 2022

OIC - Install Connectivity agent in Windows system

 Steps with Screenshots:

Navigation >> Integrations >> Agents


Create a Connectivity agent group


Let's say SAMPLE_AGENT


Create a directory in on-premise (behind the firewall/local system). Let's say OIC_AGENT. Unzip the connectivity_agent.zip into OIC_AGENT.

Provide the following details in the installerProfile.cfg

OIC_URL
AGENT_GROUP_IDENTIFIER : SAMPLE_AGENT
OIC_USER
OIC_PASSWORD


Run the connectivity agent from command prompt using below cmd:

java -jar connectivityagent.jar


It will give a message that agent started successfully. We can also verify from OIC Integrations >> agents and monitoring >> agents about its health.

No comments:

Post a Comment

Featured Post

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...