Install and Start the Robot Agent
Learn how to install and start the robot agent and then confirm its success.
Install the Robot Agent
After extracting the ZIP file and updating the configuration file, install the robot agent.
Start the Robot Agent
Start the robot agent from the VM or computer on which you extracted the files. A VM or computer can run robots only if a robot agent is running on it.
Determine Success
To determine whether the robot agent started successfully, review the information messages in the command-line tool.
-
Review messages in the command line
-
When the following message appears, the robot agent has started successfully:
INFO - Requesting messages from ControlRoom -
If the following message appears in the command-line tool, the robot agent was already running prior to your attempting to start it:
ORPA Agent process is already running.A robot agent might be running already if you configured it to start automatically. See Start the Robot Agent Automatically.
-
-
Determine the number of running robot agents
When you install the robot agent, the
agents_pids.propertiesis created in the installation directory that you specify in the command.This file provides the following information:
-
The number of robot agents that are running in the directory at any time.
-
The start times for the robot agents.
-
The process identifiers of the robot agents.
-
First Time Starting the Robot Agent
After the robot agent starts successfully for the first time, Oracle Integration removes the values of the following properties from the robot agent's configuration file for security properties:
IDCS_CLIENT_ID=IDCS_CLIENT_SECRET=
Oracle Integration writes the properties to the computer's local keystore and adds a commented-out message to the file about the change. During subsequent starts of the robot agent, the values are read from the local keystore.
If the Robot Agent Doesn't Start
If the robot agent doesn't start successfully, troubleshoot the issue.
Stop a Robot Agent
As long as its computer is on, the robot agent continues running. You can stop a robot agent by running a command or by shutting down the computer that runs the robot agent.
To stop a robot agent by running a command, open a command-line tool, and run one of the following commands.
| Goal | Command |
|---|---|
|
Stop all robot agents When multiple robot agents are running from a directory |
Windows:
Mac or Linux:
where: agent_install_location is the location of the unzipped files. Oracle recommends not including any spaces in the directory path. |
|
Stop a single robot agent When a single robot agent is running from a directory |
Windows:
Mac or Linux:
|
After stopping a robot agent, you can restart it at any time. If you don't want to manually start the robot agent, configure it to start automatically. See Start the Robot Agent Automatically.