Local FTP Agent can be used to read or write files in Local desktop.
Please follow the below steps to achieve the same.
Step 1: login to OIC environment and navigate to Integration tab.
Step 2: Now click on the Agents tab
Step 3: Under Agents tab click on the button Create Agent Group
Step 4: Put the details as below or can be changes as required and click on the Create button.
In this step the Agent will be created.
Step 5: Now navigate to Agent tab again and download the Agent details as below.
Step 6: Put the zip file in your local drive anywhere (for my
case in Desktop/OIC2 folder) and unzip it.
Step 7: Now open the InstallerProfile.cfg file and edit as
below and then save it.
In the oic_URL, pass the OIC environment URL
In the agent_GROUP_IDENTIFIER name, pass the Identifier
code, which was put while creating the agent in OIC.
----------------------------------------------------------------------------------------------------------
# Required
Parameters
# oic_URL
format should be https://hostname:sslPort
oic_URL=https://*****************/*****/
agent_GROUP_IDENTIFIER=SM_TEST_DEV_AGENT
# Proxy
Parameters
proxy_HOST=
proxy_PORT=
proxy_USER=
proxy_PASSWORD=
proxy_NON_PROXY_HOSTS=
----------------------------------------------------------------------------------------------------------
Step 8: Open Terminal or Command Prompt and check whether
jdk is installed or not. If not, please install jdk.
java -version
Step 9: Now navigate to the connectivity agent folder (in
local machine where it is downloaded or kept) using Terminal or Command Prompt
to run the connectivityagent.jar file.
cd
Desktop/OIC2/oic_connectivity_agent
Command 2 to run the connectivity agent jar:
java -jar connectivityagent.jar
It will ask for Login Username and Password. Please provide accordingly.
a>
Hi, can you please elaborate. You have created an agent. How do you create a local FTP adapter with this agent ?
ReplyDelete