AI Center
2023.10
false
Banner background image
AI Center User Guide
Last updated Apr 19, 2024

Prerequisites

Make sure that AI Center is up and running in both environments.

Additionally, the following prerequisites must be met on the machine where the migration script runs:

  • A Linux machine with the following dependencies installed: aws s3, s3cmd, jq, zip. The machine can be one of the AI Center machines or a new one. For more information, see the example below.
  • Connectivity with both AI Center instances.
  • Connectivity with both Orchestrator instances (in case the instances are not the same).
  • Connectivity with SQL servers (in case the instances are not the same).
  • Possibility to access both AI Center instances.

Installing aws s3, s3cmd, jq, zip dependencies

Note: In case of unmet dependencies, run the following commands with no packages:
sudo su

sudo apt install -y jq awscli s3cmd zip git

sudo apt --fix-broken install

sudo apt install -y jq awscli s3cmd zipsudo su

sudo apt install -y jq awscli s3cmd zip git

sudo apt --fix-broken install

sudo apt install -y jq awscli s3cmd zip
Install MS SQL utility from here. You can do so by running the following commands:
sudo su

curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list

sudo apt-get update 
sudo apt-get install mssql-tools unixodbc-dev

sudo apt-get update 
sudo apt-get install mssql-tools

echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile

echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrcsudo su

curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list

sudo apt-get update 
sudo apt-get install mssql-tools unixodbc-dev

sudo apt-get update 
sudo apt-get install mssql-tools

echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile

echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrc
  • Installing aws s3, s3cmd, jq, zip dependencies

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.