IQ Bot 11.x: Prerequisites for installing IQ Bot in Express mode
Als PDF herunterladen
- Zuletzt aktualisiert2022/08/30
IQ Bot 11.x: Prerequisites for installing IQ Bot in Express mode
Complete the prerequisites to set up IQ Bot in express mode.
Procedure
- Preinstall the Automation Anywhere Control Room Version 11.3.1 base plus either Version 11.3.1.1 or Version 11.3.1.2 patch on the target machine in express mode. This is required for communicating with the Control Room using default settings.
- Ensure that SQL Server Browser service is up and running before installing IQ Bot in express mode.
-
Start the SQL Server Browser service in any one of the following ways:
Option 1 - Launch the SQL Server Configuration Manager.
- Go to SQL Server Services.
- Start the SQL Server Browser services.
Option 2 - Launch the Task Manager.
- Go to the Services tab.
- Start the SQLBrowser services.
-
Use the
Automation_Anywhere_IQ_BOT_<version_number>.exe
file to install IQ Bot. -
The setup wizard guides you through the installation process. During
installation, any software dependencies or missing prerequisites are
installed.
Note: When a file is uploaded to a fresh IQ Bot instance, the database administrator is unable to extract any information about that file from the database as the data is encrypted.
-
Enable SQL authentication.
Enable the TCP protocol on the SQL server and listen to the local host at port 1433.
- Set the SQL server instance name to AACRSQLEXPRESS.
- Create a user with sysadmin permissions for username aaadmin, and password aabots@123.
-
If you install
IQ Bot
Version 6.5
, with the Control Room,
ensure you update the cluster.properties file and set
ignite.security.disable=true
andignite.tls.disable=true
. If you install IQ Bot Version 6.5.2, ensure you update the cluster.properties file and setignite.tls.disable=true
.-
Locate the file in your Control Room directory (for
example, C:\Program Files\Automation
Anywhere\Enterprise\config\). If the file does not exist
in your Control Room directory, then create it using a
text editor:
- Create a file with the filename,
cluster.properties.Note: Ensure all file extensions are shown and your editor is opened with Administrator rights.
- For IQ Bot
Version 6.5, add
ignite.security.disable=true
andignite.tls.disable=true
. - For IQ Bot
Version 6.5.2, add
ignite.tls.disable=true
.
- Create a file with the filename,
cluster.properties.
- Save the cluster.properties file.
-
Restart the following services:
- Automation Anywhere Control Room Service
- Automation Anywhere Control Room Caching
- Automation Anywhere Control Room Messaging
-
Locate the file in your Control Room directory (for
example, C:\Program Files\Automation
Anywhere\Enterprise\config\). If the file does not exist
in your Control Room directory, then create it using a
text editor: