Example of migrating data from Excel to a database

In this example, you build a bot to transfer values from an Excel spreadsheet to a database using actions from the Database, Excel advanced, and Loop packages.

Prerequisites

Before you start building your bot, create the following:

  • Create an Excel spreadsheet with the following values and save it (For example: Test_migration_db.xlsx)
    John Williams jwilliams@cmail.com
    Sam Li sam.li@xyz.org
    Carl Miller carl@carlmillerllc.com

    Excel to db migration
  • Create an Access database table named CustomerT with the following columns: (create a database similar to the image below and save it - for example: save it as Test_Migration_db.accdb)
    • FirstName
    • LastName
    • Email
      Access db

Procedure

To migrate values from a spreadsheet to a table in a database, perform the following steps:

  1. Create a new bot:
    1. On the left panel, click Automation.
    2. Click Create new > Bot.
    3. In the Create Task Bot window, enter the bot name.
    4. Accept the default folder location: \Bots\
      To change the default bot storage location, click Choose and follow the prompts.
    5. Click Create and edit.
  2. Open the spreadsheet:
    1. Double-click or drag the Excel advanced > Open action .
    2. Click Browse to provide the file path.
      Provide filepath
    3. Select the option to open the file in Read-write.
  3. Connect to the database:
    1. Double-click or drag the Database > Connect action.
    2. Select the User defined connection mode.
      User defined connection
    3. Select the Microsoft Access database type.
    4. Click Browse to provide the file path.
  4. Insert the Excel values into the database, row by row:
    1. Double-click or drag the Loop action.
    2. Select the Excel advanced > For each row in worksheet iterator.
    3. Select All rows from the Loop through drop-down.
      Loop through the Rows
    4. In the Assign the current value to this variable, create the record variable rExcelCurrentRow.
    5. Drag the Database > Insert/Update/Delete action into the Loop container.
    6. Enter the following SQL statement:
      INSERT INTO CustomerT (FirstName,LastName,Email) values ('$rExcelCurrentRow[0]
        
      
      ,'$rExcelCurrentRow[1]
              ;
              if (!zdWebClientConfig.environment) {
                  zdWebClientConfig.environment = "production";
                }
            }
            catch (err) { console.error("Configuration was not injected properly") }
          
          
          
          
        
        
          
      ,'$rExcelCurrentRow[2] ; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
      );\u003C/code\u003E\u003C/pre\u003E\n \u003Cbr\u003E\u003Cimg alt=\"Enter SQL statement\" class=\"image\" id=\"tpc-cloud-example-migrate-data-from-excel-to-database__image_o15_34y_qtb\" src=\"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/../../img/excel-db-insert-sql.png?_LANG=itit\" width=\"800\"\u003E\u003Cbr\u003E\n \u003C/div\u003E\n \u003C/li\u003E\n \u003C/ol\u003E\n \u003C/li\u003E\u003Cli class=\"li step\" id=\"tpc-cloud-example-migrate-data-from-excel-to-database__disconnect-database\"\u003E\n \u003Cspan class=\"ph cmd\"\u003EDisconnect from the database. Drag the \u003Cspan class=\"ph menucascade\"\u003E\u003Cspan class=\"ph uicontrol\"\u003EDatabase\u003C/span\u003E > \u003Cspan class=\"ph uicontrol\"\u003EDisconnect\u003C/span\u003E\u003C/span\u003E\n \u003Cspan class=\"ph\"\u003Eaction\u003C/span\u003E below the Loop container.\u003C/span\u003E\n \u003C/li\u003E\u003Cli class=\"li step\"\u003E\n \u003Cspan class=\"ph cmd\"\u003EClose the spreadsheet. Double-click or drag \u003Cspan class=\"ph menucascade\"\u003E\u003Cspan class=\"ph uicontrol\"\u003EExcel advanced\u003C/span\u003E > \u003Cspan class=\"ph uicontrol\"\u003EClose Spreadsheet\u003C/span\u003E\u003C/span\u003E\n \u003Cspan class=\"ph\"\u003Eaction\u003C/span\u003E.\u003C/span\u003E\n \u003C/li\u003E\u003Cli class=\"li step\"\u003E\n \u003Cspan class=\"ph cmd\"\u003EClick \u003Cspan class=\"ph uicontrol\"\u003ESave\u003C/span\u003E.\u003C/span\u003E\n \u003C/li\u003E\u003C/ol\u003E\n \u003C/div\u003E\n\u003Cnav role=\"navigation\"\u003E\u003C/nav\u003E\u003C/article\u003E\u003C/main\u003E\u003C/article\u003E\n","dislike_url":"https://automationanywhere-be-prod.automationanywhere.com/dislike/3109890","page_id":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-migrate-data-from-excel-to-database.html","isFallbackLanguage":false,"isCollapsibleContentExists":false,"miniTOCHeadings":[],"miniTOCHeadingsFlat":[],"shouldShowSideBoxes":true,"shouldShowTOC":true,"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/learn-overview.html","title":"Release Notes","navPath":"enterprise-cloud/topics/product-feature-lifecycle/learn-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-notes.html","title":"Automation 360 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/automation-360-v28.html","title":"Automation 360 v.28 Release Notes","navPath":"enterprise-cloud/topics/release-notes/automation-360-v28.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-rpa-workspace.html","title":"RPA Workspace v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-rpa-workspace.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-updating-control-room-bot-agent.html","title":"Updating to v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-updating-control-room-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-packages-actions-updates.html","title":"Packages updated in v.28","navPath":"enterprise-cloud/topics/release-notes/v28-packages-actions-updates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-migration.html","title":"Migration updates for v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-remote-agent-updates.html","title":"Remote agent v.2.2.0 updates","navPath":"enterprise-cloud/topics/release-notes/v28-remote-agent-updates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-coe-manager.html","title":"CoE Manager v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-coe-manager.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-aari.html","title":"AARI v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-aari.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-document-processing.html","title":"IQ Bot and Document Automation v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-document-processing.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-bot-insight.html","title":"Bot Insight v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-bot-insight.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/automation-360-v27.html","title":"Automation 360 v.27 Release Notes","navPath":"enterprise-cloud/topics/release-notes/automation-360-v27.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-rpa-workspace.html","title":"RPA Workspace v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-rpa-workspace.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-updating-control-room-bot-agent.html","title":"Updating to v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-updating-control-room-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-packages-actions-updates.html","title":"Packages updated in v.27","navPath":"enterprise-cloud/topics/release-notes/v27-packages-actions-updates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-migration.html","title":"Migration updates for v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-remote-agent-updates.html","title":"Remote agent v.2.1.0 updates","navPath":"enterprise-cloud/topics/release-notes/v27-remote-agent-updates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-process-discovery.html","title":"Process Discovery v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-process-discovery.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-aari.html","title":"AARI v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-aari.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-document-processing.html","title":"IQ Bot and Document Automation v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-document-processing.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-bot-insight.html","title":"Bot Insight v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-bot-insight.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/automation-360-v26.html","title":"Automation 360 v.26 Release Notes","navPath":"enterprise-cloud/topics/release-notes/automation-360-v26.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-rpa-workspace.html","title":"RPA Workspace v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-rpa-workspace.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-updating-control-room-bot-agent.html","title":"Updating to v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-updating-control-room-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-migration.html","title":"Migration updates for v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-aari.html","title":"AARI v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-aari.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-document-processing.html","title":"IQ Bot and Document Automation v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-document-processing.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-bot-insight.html","title":"Bot Insight v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-bot-insight.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v25.html","title":"Automation 360 v.25 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v25.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/previous-automation-360-release-notes.html","title":"Previous Automation 360 Release Notes","navPath":"enterprise-cloud/topics/release-notes/previous-automation-360-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-ie-eol.html","title":"Automation 360 v.24R2 Release Notes for Internet Explorer 11 EOL","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-ie-eol.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v24.html","title":"Automation 360 v.24 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v24.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v23.html","title":"Automation 360 v.23 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v23.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v22.html","title":"Automation 360 v.22 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v22.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v21.html","title":"Automation 360 v.21 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v21.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-20.html","title":"Enterprise A2019.20 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-20.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-19.html","title":"Enterprise A2019.19 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-19.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-18.html","title":"Enterprise A2019.18 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-18.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-17.html","title":"Enterprise A2019.17 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-17.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-16.html","title":"Enterprise A2019.16 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-16.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-15.html","title":"Enterprise A2019.15 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-15.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-14.html","title":"Enterprise A2019.14 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-14.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-13.html","title":"Enterprise A2019.13 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-13.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-12.html","title":"Enterprise A2019.12 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-12.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-11.html","title":"Enterprise A2019.11 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-11.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-10.html","title":"Enterprise A2019.10 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-10.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-09.html","title":"Enterprise A2019 (Build 2094) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-09.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-08.html","title":"Enterprise A2019 (Builds 1598 and 1610) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-08.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-07.html","title":"Enterprise A2019 (Builds 1082 and 1089) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-07.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-A2019-6-op.html","title":"Enterprise A2019 (Build 550) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-A2019-6-op.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-notes-2019-06.html","title":"Enterprise A2019 (Build 543) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-notes-2019-06.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/ce-a2019-release-notes.html","title":"Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/ce-a2019-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/community-edition-release-v28.html","title":"Automation 360 v.28 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/community-edition-release-v28.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/community-edition-release-v27.html","title":"Automation 360 v.27 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/community-edition-release-v27.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release_community_edition_a360_v26.html","title":"Automation 360 v.26 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release_community_edition_a360_v26.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release_community_edition_a360_v25.html","title":"Automation 360 v.25 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release_community_edition_a360_v25.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release_community_edition_a360_v24.html","title":"Automation 360 v.24 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release_community_edition_a360_v24.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a360-v23.html","title":"Automation 360 v.23 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a360-v23.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a360-v22.html","title":"Automation 360 v.22 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a360-v22.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/previous-community-edition-releases.html","title":"Previous Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/previous-community-edition-releases.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a360-v21.html","title":"Automation 360 v.21 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a360-v21.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a2019-20.html","title":"Community Edition A2019.20 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a2019-20.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a2019-19.html","title":"Community Edition A2019.19 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a2019-19.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a2019-18.html","title":"Community Edition A2019.18 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a2019-18.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a2019-17.html","title":"Community Edition A2019.17 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a2019-17.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/sandbox-environment.html","title":"Sandbox environment","navPath":"enterprise-cloud/topics/migration/sandbox-environment.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-package-dev-kit-rel-note.html","title":"Automation 360 Package SDK Release Notes","navPath":"enterprise-cloud/topics/developer/cloud-package-dev-kit-rel-note.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/discovery/release-notes/process-discovery-release-notes.html","title":"Process Discovery Release Notes","navPath":"enterprise-cloud/topics/discovery/release-notes/process-discovery-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/discovery/release-notes/process-discovery-version-1-67-0.html","title":"Process Discovery version 1.67.0 Release Notes","navPath":"enterprise-cloud/topics/discovery/release-notes/process-discovery-version-1-67-0.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/discovery/release-notes/neosensor-version_2-4-1.html","title":"Neo Sensor Version 2.4.1","navPath":"enterprise-cloud/topics/discovery/release-notes/neosensor-version_2-4-1.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/coe-manager/topics/coe-manager-release-notes.html","title":"CoE Manager Release Notes","navPath":"enterprise-cloud/topics/coe-manager/topics/coe-manager-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/browser-extension-enhancements.html","title":"Browser extensions for Automation 360","navPath":"enterprise-cloud/topics/deployment-planning/browser-extension-enhancements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/features-using-browser-extensions-for-web-applications.html","title":"Browser extensions for web applications","navPath":"enterprise-cloud/topics/deployment-planning/features-using-browser-extensions-for-web-applications.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/browser-extension-version-history.html","title":"Previous versions of browser extensions","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/browser-extension-version-history.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-feature-comparison-matrix.html","title":"Automation 360 feature comparison matrix","navPath":"enterprise-cloud/topics/release-notes/cloud-feature-comparison-matrix.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iq-bot-a2019-feature-matrix.html","title":"Automation 360 IQ Bot feature comparison matrix","navPath":"enterprise-cloud/topics/iq-bot/iq-bot-a2019-feature-matrix.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iq-bot-version-compatibility.html","title":"Automation 360 IQ Bot version compatibility","navPath":"enterprise-cloud/topics/iq-bot/iq-bot-version-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-automation-anywhere-enterprise-overview.html","title":"Automation 360","navPath":"enterprise-cloud/topics/security-architecture/cloud-automation-anywhere-enterprise-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-A2019-faq.html","title":"Automation 360 FAQ","navPath":"enterprise-cloud/topics/release-notes/cloud-A2019-faq.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-architecture-implementation/bot-agent-control-room-resiliency.html","title":"Automation 360 architecture and resiliency","navPath":"enterprise-cloud/topics/aae-architecture-implementation/bot-agent-control-room-resiliency.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-architecture-implementation/cloud-control-room-overview.html","title":"Control Room overview","navPath":"enterprise-cloud/topics/aae-architecture-implementation/cloud-control-room-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-distributed-architecture.html","title":"Distributed architecture","navPath":"enterprise-cloud/topics/security-architecture/cloud-distributed-architecture.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-distributed-architecture-with-ha-dr-support.html","title":"Distributed architecture with HA/DR support","navPath":"enterprise-cloud/topics/security-architecture/cloud-distributed-architecture-with-ha-dr-support.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-security-architecture.html","title":"Security architecture","navPath":"enterprise-cloud/topics/security-architecture/cloud-security-architecture.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-security-architecture-model.html","title":"Security architecture model","navPath":"enterprise-cloud/topics/security-architecture/cloud-security-architecture-model.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-data-mapping.html","title":"Cloud operational responsibilities","navPath":"enterprise-cloud/topics/security-architecture/cloud-data-mapping.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-securing-the-rpa-environment-with-external-controls.html","title":"Securing the RPA environment with external controls","navPath":"enterprise-cloud/topics/security-architecture/cloud-securing-the-rpa-environment-with-external-controls.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-independent-control-planes-bot-creators-and-bot-runners.html","title":"Independent categories for Bot Creators and Bot Runners","navPath":"enterprise-cloud/topics/security-architecture/cloud-independent-control-planes-bot-creators-and-bot-runners.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-role-based-access-control-rbac.html","title":"RBAC in Control Room","navPath":"enterprise-cloud/topics/security-architecture/cloud-role-based-access-control-rbac.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-bots.html","title":"RBAC on bots","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-bot-runners.html","title":"RBAC on Bot Runners","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-bot-runners.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-in-credential-vault-credentials-management.html","title":"RBAC for Credential Vault credentials management","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-in-credential-vault-credentials-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-role-based-processing-domains.html","title":"Role-based processing domains","navPath":"enterprise-cloud/topics/security-architecture/cloud-role-based-processing-domains.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-audit-log.html","title":"RBAC on Audit Log","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-audit-log.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-operations-room.html","title":"RBAC on viewing bot activity","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-operations-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-user-management.html","title":"RBAC on User Management","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-user-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-roles-and-permissions-management.html","title":"RBAC on roles and permissions management","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-roles-and-permissions-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-bot-schedules.html","title":"RBAC on bot schedules","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-bot-schedules.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-license-management.html","title":"RBAC on license management","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-license-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-bot-execution-access-dynamic-access-token.html","title":"Bot execution access by dynamic access token","navPath":"enterprise-cloud/topics/security-architecture/cloud-bot-execution-access-dynamic-access-token.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-secure-credential-store-credential-vault-cv.html","title":"Secure credential store through Credential Vault","navPath":"enterprise-cloud/topics/security-architecture/cloud-secure-credential-store-credential-vault-cv.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-configuration-of-cv-encryption.html","title":"Credential Vault encryption","navPath":"enterprise-cloud/topics/security-architecture/cloud-configuration-of-cv-encryption.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-credential-storage-in-cv.html","title":"Credential storage","navPath":"enterprise-cloud/topics/security-architecture/cloud-credential-storage-in-cv.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-credential-provisioning-to-bots.html","title":"Credential provisioning to bots","navPath":"enterprise-cloud/topics/security-architecture/cloud-credential-provisioning-to-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-secure-recording.html","title":"Secure recording","navPath":"enterprise-cloud/topics/security-architecture/cloud-secure-recording.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-authentication-with-control-room.html","title":"Authentication with Control Room","navPath":"enterprise-cloud/topics/security-architecture/cloud-authentication-with-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-supported-authentication-methods.html","title":"Supported authentication methods for Automation 360 On-Premises","navPath":"enterprise-cloud/topics/security-architecture/cloud-supported-authentication-methods.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-security-in-transit-support-for-secure-protocols.html","title":"Support for secure protocols","navPath":"enterprise-cloud/topics/security-architecture/cloud-security-in-transit-support-for-secure-protocols.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-network-security-overview.html","title":"Network security overview","navPath":"enterprise-cloud/topics/security-architecture/cloud-network-security-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-change-management.html","title":"Change management","navPath":"enterprise-cloud/topics/security-architecture/cloud-change-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-identity-and-authentication.html","title":"Identity and authentication","navPath":"enterprise-cloud/topics/security-architecture/cloud-identity-and-authentication.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-password-hashing.html","title":"Password hashing","navPath":"enterprise-cloud/topics/security-architecture/cloud-password-hashing.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-authentication-failure-messages.html","title":"Authentication failure messages","navPath":"enterprise-cloud/topics/security-architecture/cloud-authentication-failure-messages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-authentication-for-bot-runners.html","title":"Authentication for Bot Runners","navPath":"enterprise-cloud/topics/security-architecture/cloud-authentication-for-bot-runners.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-authentication-of-bot-runners-dynamic-access-token.html","title":"Dynamic access token authentication of Bot Runners","navPath":"enterprise-cloud/topics/security-architecture/cloud-authentication-of-bot-runners-dynamic-access-token.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-defenses-against-common-vulnerabilities.html","title":"Defenses against common vulnerabilities","navPath":"enterprise-cloud/topics/security-architecture/cloud-defenses-against-common-vulnerabilities.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-compliance-and-vulnerability-scanning.html","title":"Compliance and vulnerability scanning","navPath":"enterprise-cloud/topics/security-architecture/cloud-compliance-and-vulnerability-scanning.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-list-of-cryptographic-providers.html","title":"Cryptographic providers","navPath":"enterprise-cloud/topics/security-architecture/cloud-list-of-cryptographic-providers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-additional-security-controls.html","title":"Additional security controls","navPath":"enterprise-cloud/topics/security-architecture/cloud-additional-security-controls.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/appendix/cloud-guidelines-for-gdpr.html","title":"General Data Protection Regulation guidelines","navPath":"enterprise-cloud/topics/control-room/appendix/cloud-guidelines-for-gdpr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-a360-cloud-faq.html","title":"Automation 360 Cloud FAQ","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-a360-cloud-faq.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-service-status-overview.html","title":"Automation 360 Cloud Service Status site","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-service-status-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-services-updates.html","title":"Automation 360 Cloud updates","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-services-updates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-service-status-userguide.html","title":"Subscribing to notifications","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-service-status-userguide.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-packages-life-cycle.html","title":"Automation 360 software lifecycle policy","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-packages-life-cycle.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/retired-features-list.html","title":"Feature deprecations affecting Automation Anywhere products","navPath":"enterprise-cloud/topics/product-feature-lifecycle/retired-features-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/ie-eol-overview.html","title":"Microsoft Internet Explorer EOL overview","navPath":"enterprise-cloud/topics/ie-eol/ie-eol-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/ie11-eol-for-cr.html","title":"Microsoft Internet Explorer 11 EOL FAQ","navPath":"enterprise-cloud/topics/deployment-planning/ie11-eol-for-cr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/scan-a360-ie-bots.html","title":"Scan Automation 360 bots for Internet Explorer usage","navPath":"enterprise-cloud/topics/ie-eol/scan-a360-ie-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/scanned-bots-report.html","title":"Analyze report for Internet Explorer bots","navPath":"enterprise-cloud/topics/ie-eol/scanned-bots-report.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/update-bot-wizard.html","title":"Update Bot wizard for converting IE bots","navPath":"enterprise-cloud/topics/ie-eol/update-bot-wizard.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/bot-update-conversion-report.html","title":"Viewing conversion details for Internet Explorer bots","navPath":"enterprise-cloud/topics/ie-eol/bot-update-conversion-report.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-exchange-overview.html","title":"Deprecation of Basic authentication in Exchange Online","navPath":"enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-exchange-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-eol-faq.html","title":"Automation 360 and Basic authentication deprecation FAQ","navPath":"enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-eol-faq.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/scan-basic-authentication-bots.html","title":"Scan Automation 360 bots for Email action with Basic authentication usage","navPath":"enterprise-cloud/topics/product-feature-lifecycle/scan-basic-authentication-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-scanning-messages.html","title":"Basic authentication scanning messages","navPath":"enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-scanning-messages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/manifest-v3-support-overview.html","title":"Chrome and Edge Manifest V3 extensions","navPath":"enterprise-cloud/topics/product-feature-lifecycle/manifest-v3-support-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/manifest-v3-switch-faq.html","title":"Manifest V3 extensions FAQ","navPath":"enterprise-cloud/topics/product-feature-lifecycle/manifest-v3-switch-faq.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/multiple_browser_profiles_manifestv3.html","title":"Manage multiple browser profiles for Manifest V3 extension","navPath":"enterprise-cloud/topics/product-feature-lifecycle/multiple_browser_profiles_manifestv3.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/switch_mv3_to_mv2_manually.html","title":"Switch Manifest V3 to Manifest V2 extension manually","navPath":"enterprise-cloud/topics/product-feature-lifecycle/switch_mv3_to_mv2_manually.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/deprecation-of-tesseract-ocr-v3.html","title":"Deprecation of Tesseract OCR v3","navPath":"enterprise-cloud/topics/product-feature-lifecycle/deprecation-of-tesseract-ocr-v3.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-secure-access-connectivity.html","title":"Automation 360 Cloud for secure access and connectivity","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-secure-access-connectivity.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-install.html","title":"Set up Automation 360","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-getting-started.html","title":"Get started with Automation 360 Cloud","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-getting-started.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-community-prerequisites.html","title":"Automation 360 Cloud prerequisites","navPath":"enterprise-cloud/topics/deployment-planning/cloud-community-prerequisites.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-requirements-operating-system-compatibility.html","title":"Automation 360 Bot Runner device requirements","navPath":"enterprise-cloud/topics/deployment-planning/cloud-requirements-operating-system-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-whitelist-cr-urls.html","title":"Add Automation 360 Cloud URLs to trusted list","navPath":"enterprise-cloud/topics/deployment-planning/cloud-whitelist-cr-urls.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-communication-ports.html","title":"Allow Automation Anywhere communications ports","navPath":"enterprise-cloud/topics/deployment-planning/cloud-communication-ports.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/add-iqbot-cloud-ip-addresses-to-trusted-list.html","title":"Add IQ Bot cloud server IP addresses to allowed list","navPath":"enterprise-cloud/topics/deployment-planning/add-iqbot-cloud-ip-addresses-to-trusted-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-on-prem-install.html","title":"Installing Control Room On-Premises","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-on-prem-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prerequisites-control-room.html","title":"Automation 360 On-Premises prerequisites","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prerequisites-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-access-deployment-repository.html","title":"Capacity and performance planning","navPath":"enterprise-cloud/topics/deployment-planning/cloud-access-deployment-repository.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-server-hardware.html","title":"Control Room server requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-server-hardware.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-databases.html","title":"Database requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-databases.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-working-with-sql-servers.html","title":"Working with SQL Servers","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-working-with-sql-servers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/azure-sql-paas.html","title":"Working with Azure SQL PaaS","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/azure-sql-paas.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-onprem-req-operating-system-compatibility.html","title":"Operating system, environment, and platform supported for Control Room","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-onprem-req-operating-system-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/platform-compatibility.html","title":"Supported cloud platforms","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/platform-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-credentials.html","title":"Credential requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-credentials.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-load-balancer-settings-deploy.html","title":"Load balancer requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-load-balancer-settings-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-firewall-rules.html","title":"Ports, protocols, and firewall requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-firewall-rules.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/repository-requirements.html","title":"Control Room repository requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/repository-requirements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-requirements-browsers.html","title":"Browser requirements for RPA Workspace","navPath":"enterprise-cloud/topics/deployment-planning/cloud-requirements-browsers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-supported-languages.html","title":"Internationalization, localization, and language support","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-supported-languages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-requirements-supported-plugin-services.html","title":"Components for Control Room and bot actions","navPath":"enterprise-cloud/topics/deployment-planning/cloud-requirements-supported-plugin-services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-special-characters.html","title":"Supported special characters","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-special-characters.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-citrix-new-approach-overview.html","title":"Citrix integration on Cloud","navPath":"enterprise-cloud/topics/deployment-planning/cloud-citrix-new-approach-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-citrix-xenapp-install-requirements.html","title":"Using the Recorder on Citrix Virtual Apps servers","navPath":"enterprise-cloud/topics/deployment-planning/cloud-citrix-xenapp-install-requirements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-citrix-xendesktop-install-client.html","title":"Using Citrix XenDesktop on Cloud","navPath":"enterprise-cloud/topics/deployment-planning/cloud-citrix-xendesktop-install-client.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-installing-citrix-plugin.html","title":"Installing the Citrix required components on local machines","navPath":"enterprise-cloud/topics/deployment-planning/cloud-installing-citrix-plugin.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-installing-citrix-remote-agent.html","title":"Installing Automation Anywhere remote agent on Citrix servers","navPath":"enterprise-cloud/topics/deployment-planning/cloud-installing-citrix-remote-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/remote-agent-installation-control-room-v26-later.html","title":"Install Automation Anywhere remote agent for Citrix 2.0: Recorder package version 2.8.6","navPath":"enterprise-cloud/topics/deployment-planning/remote-agent-installation-control-room-v26-later.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/remote-agent-installation-control-room-v25-earlier.html","title":"Install Automation Anywhere remote agent for Citrix 1.0: Recorder package version 2.7.3 and earlier","navPath":"enterprise-cloud/topics/deployment-planning/remote-agent-installation-control-room-v25-earlier.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-deployment-overview.html","title":"HA and DR deployment models","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-deployment-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/convert-single-node-to-multi-node-deployment.html","title":"Convert single-node deployment to multi-node deployment","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/convert-single-node-to-multi-node-deployment.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-deploy.html","title":"High availability deployment","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-dr-deploy.html","title":"Disaster recovery deployment","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-dr-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-dr-pre-configuration.html","title":"Image based replication","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-dr-pre-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-dr-failover-procedure.html","title":"Warm stand-by","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-dr-failover-procedure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-dr-prepare-dr.html","title":"Replicate data between primary and secondary sites","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-dr-prepare-dr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-installation-custom.html","title":"Installing Control Room using Custom mode","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-installation-custom.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-install-start-installer.html","title":"Run Control Room installer","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-install-start-installer.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-key-vault-thirdparty-integration.html","title":"Integrate external key vaults","navPath":"enterprise-cloud/topics/security-architecture/cloud-key-vault-thirdparty-integration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_configure_tls.html","title":"Configure application Transport Layer Security","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_configure_tls.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_configure_services.html","title":"Configure service credentials","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_configure_services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/select-control-room-services.html","title":"Select the Control Room services to automatically run at startup","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/select-control-room-services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_database.html","title":"Configure Microsoft database type and server","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_database.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/configure-db-port.html","title":"Configure default database port","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/configure-db-port.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/custom-oracle-install.html","title":"Configure Oracle database type and server","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/custom-oracle-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/install-elasticsearch-credentials.html","title":"Add Elasticsearch credentials","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/install-elasticsearch-credentials.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-install-configure-ip.html","title":"Configure IP cluster","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-install-configure-ip.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/add-node-cluster-setup-windows.html","title":"Add nodes to a cluster setup","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/add-node-cluster-setup-windows.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/upgrade-nodes-cluster-setup.html","title":"Upgrade nodes in a cluster setup","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/upgrade-nodes-cluster-setup.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/remove-node-cluster-setup-windows.html","title":"Remove nodes from a cluster setup","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/remove-node-cluster-setup-windows.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-setup-installed-summary.html","title":"Setup installation summary","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-setup-installed-summary.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cr-using-custom-mode-oracle-installation.html","title":"Installing Control Room using custom mode for Oracle installation","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cr-using-custom-mode-oracle-installation.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-installation-express.html","title":"Installing Control Room using Express mode","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-installation-express.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-aws.html","title":"Installing Control Room on Amazon Web Services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-aws.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-begin-control-room-installation-on-aws.html","title":"Prepare for installation on Amazon Web Services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-begin-control-room-installation-on-aws.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-customize-control-room-installation-on-aws.html","title":"Customize Control Room installation on Amazon Web Services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-customize-control-room-installation-on-aws.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-mounting-auto-any-onto-vp-cloud.html","title":"Configure settings post-installation on Amazon Web Services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-mounting-auto-any-onto-vp-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-microsoft-azure.html","title":"Installing Control Room on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-microsoft-azure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prepare-to-install.html","title":"Verify readiness for installation on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prepare-to-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-over.html","title":"Supported data center component versions on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-over.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-controlroom.html","title":"Begin Control Room installation on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-controlroom.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-asure-customize-cluster.html","title":"Customize Control Room installation on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-asure-customize-cluster.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-portal-configuration.html","title":"Configure settings post-installation on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-portal-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-google-cloud.html","title":"Installing Control Room on Google Cloud Platform","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-google-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prepare-install-cr-google-cloud.html","title":"Prepare to install Control Room on Google Cloud Platform","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prepare-install-cr-google-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-customize-cr-installation-gcp.html","title":"Perform custom installation of Control Room on Google Cloud Platform","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-customize-cr-installation-gcp.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-configure-post-cr-installation-gcp.html","title":"Configure Google Cloud Platform settings after installation","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-configure-post-cr-installation-gcp.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-linux.html","title":"Installing Control Room on Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-linux-silent-install.html","title":"Performing silent installation of Control Room on Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-linux-silent-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/uninstall-enterprise-a2019.html","title":"Uninstall Automation 360 On-Premises from Linux server","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/uninstall-enterprise-a2019.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-linux-silent-uninstall.html","title":"Performing silent uninstallation of Control Room on Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-linux-silent-uninstall.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/configure-cr-cluster-shared-repo-linux.html","title":"Configure Control Room in cluster setup with shared repository for Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/configure-cr-cluster-shared-repo-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/add-node-cluster-setup-linux.html","title":"Add nodes to a cluster setup for Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/add-node-cluster-setup-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/remove-node-cluster-setup-linux.html","title":"Remove nodes from a cluster setup for Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/remove-node-cluster-setup-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/cloud-start-stop-linux-services.html","title":"Stop and start Control Room services on Linux","navPath":"enterprise-cloud/topics/control-room/administration/settings/cloud-start-stop-linux-services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-silent-installation-control-room.html","title":"Installing Control Room on Microsoft Windows Server using scripts","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-silent-installation-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-installation-tasks-control-room.html","title":"Complete Control Room post-installation configuration","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-installation-tasks-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-requirements-configuration-settings.html","title":"Configuring post-installation settings","navPath":"enterprise-cloud/topics/deployment-planning/cloud-requirements-configuration-settings.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-aa-windows-services.html","title":"Verifying Automation Anywhere services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-aa-windows-services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-configure-dr-elasticsearch-ip.html","title":"Configure disaster recovery site for Elasticsearch IP addresses","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-configure-dr-elasticsearch-ip.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/configure-dual-ip-servers.html","title":"Add primary IP address for cluster","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/configure-dual-ip-servers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/configure-additional-ip-new-cluster.html","title":"Configure additional IP address for a new cluster node","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/configure-additional-ip-new-cluster.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/on-prem-dns-trusted-list.html","title":"Add On-Premises URLs to trusted list","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/on-prem-dns-trusted-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/cloud-remove-cr.html","title":"Uninstalling Automation 360","navPath":"enterprise-cloud/topics/control-room/cloud-remove-cr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/log-on-to-control-room/cloud-register-community-user.html","title":"Get started with Community Edition","navPath":"enterprise-cloud/topics/control-room/log-on-to-control-room/cloud-register-community-user.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-community-capacity.html","title":"Community capacity and limitations","navPath":"enterprise-cloud/topics/deployment-planning/cloud-community-capacity.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-overview.html","title":"Get started with Bot Agent","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-communication-channels.html","title":"Bot Agent communication with Control Room","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-communication-channels.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-bot-agent-compatibility.html","title":"Bot Agent compatibility","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-bot-agent-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-auto-login-support.html","title":"Auto-login support for Bot Agent","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-auto-login-support.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/device-req-for-bot-agent.html","title":"Bot Agent device requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/device-req-for-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-workflow.html","title":"Manage Bot Agent","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-workflow.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-add-local-device.html","title":"Install Bot Agent and register device","navPath":"enterprise-cloud/topics/control-room/devices/cloud-add-local-device.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-bot-agent-manual-upgrade.html","title":"Switch Bot Agent to a different Control Room","navPath":"enterprise-cloud/topics/control-room/devices/cloud-bot-agent-manual-upgrade.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-bot-agent-authenticate-proxy.html","title":"Connect Bot Agent to a device with a proxy","navPath":"enterprise-cloud/topics/control-room/devices/cloud-bot-agent-authenticate-proxy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-edit-device-credentials.html","title":"Set user device credentials","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-edit-device-credentials.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/view-and-update-bot-agent-device-settings.html","title":"View and update Bot Agent device settings","navPath":"enterprise-cloud/topics/control-room/devices/view-and-update-bot-agent-device-settings.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-silent-installation.html","title":"Bulk install Bot Agent on devices","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-silent-installation.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bulk-install-bot-agent-using-microsoft-sccm.html","title":"Bulk install Bot Agent using Microsoft Endpoint Configuration Manager","navPath":"enterprise-cloud/topics/bot-agent/bulk-install-bot-agent-using-microsoft-sccm.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-update-bot-agent.html","title":"Update Bot Agent","navPath":"enterprise-cloud/topics/control-room/devices/cloud-update-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/auto-update-bot-agent.html","title":"Automatically update the Bot Agent","navPath":"enterprise-cloud/topics/control-room/administration/settings/auto-update-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/update-bot-agent-local-drive.html","title":"Update the Bot Agent from a local drive","navPath":"enterprise-cloud/topics/control-room/administration/settings/update-bot-agent-local-drive.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-bot-agent-automatic-update.html","title":"Manually update the Bot Agent","navPath":"enterprise-cloud/topics/control-room/devices/cloud-bot-agent-automatic-update.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-diagnostic-utility.html","title":"Perform Bot Agent diagnostic checks","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-diagnostic-utility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-regulated-cloud.html","title":"Installing Control Room for Cloud-enabled deployment","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-regulated-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/control-room-url-naming-guidelines.html","title":"Naming guidelines for Control Room URLs","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/control-room-url-naming-guidelines.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-installation-validation-control-room.html","title":"Post-installation user management","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-installation-validation-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-saml-idp.html","title":"Configure the Control Room as a service provider","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-saml-idp.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-first-time.html","title":"Configure Control Room authentication options","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-first-time.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-first-time-express.html","title":"Configure Control Room in Express mode","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-first-time-express.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-ad.html","title":"Configure Control Room for Active Directory: manual mode","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-ad.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-ldap-channel-binding.html","title":"Configure LDAP channel binding","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-ldap-channel-binding.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-auto-discovery.html","title":"Configure Control Room for Active Directory: auto mode","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-auto-discovery.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-smartcard.html","title":"Configure Smart Card authentication installation procedure","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-smartcard.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-smartcard-first-admin.html","title":"Control Room smart card first administrator","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-smartcard-first-admin.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-non-ad.html","title":"Configure Control Room database","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-non-ad.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-self-signed-cert.html","title":"Change Control Room configuration to HTTPS from HTTP mode","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-self-signed-cert.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-cr-intermediate-certificates.html","title":"Intermediate certificates","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-cr-intermediate-certificates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-import-cert.html","title":"Import HTTPS, intermediate, and CA certificates","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-import-cert.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cr-self-signed-certificate-java-credential-store.html","title":"Add Control Room certificate to Windows certificate stores","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cr-self-signed-certificate-java-credential-store.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-install-prepare-for-users.html","title":"Preparing for users","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-install-prepare-for-users.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/licenses/cloud-trial-license.html","title":"Trial licenses","navPath":"enterprise-cloud/topics/control-room/administration/licenses/cloud-trial-license.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-switch-saml.html","title":"Set up SAML authentication","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-switch-saml.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/configure-sso-with-okta.html","title":"Configure SSO authentication with Okta","navPath":"enterprise-cloud/topics/control-room/getting-started/configure-sso-with-okta.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/create-app-integration.html","title":"Create app integration","navPath":"enterprise-cloud/topics/control-room/getting-started/create-app-integration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/assign_application_to_user.html","title":"Assign application to user","navPath":"enterprise-cloud/topics/control-room/getting-started/assign_application_to_user.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/control_room_configuration.html","title":"Configure Control Room for Okta user","navPath":"enterprise-cloud/topics/control-room/getting-started/control_room_configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/validate-the-connection.html","title":"Validate the connection","navPath":"enterprise-cloud/topics/control-room/getting-started/validate-the-connection.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/dashboards/cloud-edit-profile.html","title":"Edit profile","navPath":"enterprise-cloud/topics/control-room/dashboards/cloud-edit-profile.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-installed-cr-files.html","title":"Installed Control Room directories and files","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-installed-cr-files.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/licenses/cloud-license-failsafe.html","title":"Control Room fail-safe status","navPath":"enterprise-cloud/topics/control-room/administration/licenses/cloud-license-failsafe.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-services-license-management.html","title":"Licenses and cloud services","navPath":"enterprise-cloud/topics/deployment-planning/cloud-services-license-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/managing-file-license.html","title":"Managing Cloud and file licenses","navPath":"enterprise-cloud/topics/deployment-planning/managing-file-license.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/dashboards/cloud-administration-licenses.html","title":"Automation 360 licenses","navPath":"enterprise-cloud/topics/control-room/dashboards/cloud-administration-licenses.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/licenses/cloud-licensing-entitlement.html","title":"Accessing Automation 360","navPath":"enterprise-cloud/topics/control-room/administration/licenses/cloud-licensing-entitlement.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/da-license-consumption.html","title":"Understanding licenses in Document Automation","navPath":"enterprise-cloud/topics/iq-bot/da-license-consumption.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/provision-cloud-licenses.html","title":"Provision Cloud Control Room instances","navPath":"enterprise-cloud/topics/deployment-planning/provision-cloud-licenses.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-self-migration.html","title":"Self-service Control Room Migration","navPath":"enterprise-cloud/topics/deployment-planning/cloud-self-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-self-migration-view-code.html","title":"Viewing the Cloud Migration Control Room Details","navPath":"enterprise-cloud/topics/deployment-planning/cloud-self-migration-view-code.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/manage-allocate-licenses-partners.html","title":"Manage and allocate licenses (partners)","navPath":"enterprise-cloud/topics/deployment-planning/manage-allocate-licenses-partners.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/view-cloud-control-instances.html","title":"View and edit Cloud Control Room instances","navPath":"enterprise-cloud/topics/deployment-planning/view-cloud-control-instances.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/licenses/cloud-cr-license-expiry.html","title":"Control Room license expiry notifications","navPath":"enterprise-cloud/topics/control-room/administration/licenses/cloud-cr-license-expiry.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/update-enterprise-a2019.html","title":"Update to latest Automation 360 version","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/update-enterprise-a2019.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-upgrade-script-control-room.html","title":"Update Automation 360 on Microsoft Windows Server using scripts","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-upgrade-script-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/cloud-iqb-getting-started.html","title":"Install and update Automation 360 IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/cloud-iqb-getting-started.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-installation-prereqs.html","title":"IQ Bot installation prerequisites","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-installation-prereqs.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iq-bot-system-and-software-requirements.html","title":"IQ Bot system requirements","navPath":"enterprise-cloud/topics/iq-bot/iq-bot-system-and-software-requirements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-steps.html","title":"IQ Bot prerequisite steps","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-steps.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-service-configuration.html","title":"IQ Bot service configuration","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-service-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-windows-services.html","title":"IQ Bot Windows services","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-windows-services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-rabbitmq-otp-upgrade.html","title":"RabbitMQ v3.8.18 and Erlang/OTP upgrade","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-rabbitmq-otp-upgrade.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-with-iqb-preinstalled.html","title":"Installing IQ Bot in Cluster mode on machines with IQ Bot preinstalled","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-with-iqb-preinstalled.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-express.html","title":"Prerequisites for installing IQ Bot in Express mode","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-express.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-express.html","title":"Installing IQ Bot in Express mode","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-express.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-custom.html","title":"Installing IQ Bot in Custom mode","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-custom.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-cluster.html","title":"Installing IQ Bot in Cluster mode","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-cluster.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/rabbitmq-config.html","title":"RabbitMq cluster configuration for IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/install/rabbitmq-config.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-share-folder.html","title":"Make a Shared Folder Accessible","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-share-folder.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-amazon-ec2.html","title":"Installing IQ Bot in Cluster mode on Amazon EC2","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-amazon-ec2.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-checklist.html","title":"Postinstallation checklist","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-checklist.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-certificate-san.html","title":"Creating a self-signed certificate with Subject Alternative Name","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-certificate-san.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-register-with-cr.html","title":"Registering IQ Bot with the Control Room","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-register-with-cr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-with-http-https.html","title":"Configuring IQ Bot with HTTP and HTTPS","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-with-http-https.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-cr-http-while-iqb-https.html","title":"Configuring IQ Bot with HTTPS when Control Room is configured with HTTP","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-cr-http-while-iqb-https.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-cr-https-while-iqb-http.html","title":"Configuring IQ Bot with HTTP when Control Room is configured with HTTPS","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-cr-https-while-iqb-http.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-https-single-domain.html","title":"Configuring IQ Bot with HTTPS using single domain","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-https-single-domain.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-https-multiple-domain.html","title":"ConfiguringIQ Bot with HTTPS using multiple domains","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-https-multiple-domain.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-azure.html","title":"Use Microsoft Azure Computer Vision OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-azure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-azure-license-key.html","title":"Use your own keys for Microsoft Azure Computer Vision OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-azure-license-key.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy.html","title":"Use ABBYY FineReader Engine OCR engine in IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy-license-key.html","title":"Use your own ABBYY FineReader Engine license","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy-license-key.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy-with-prior-install.html","title":"Installation steps if ABBYY FineReader Engine remains installed from a previous IQ Bot version","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy-with-prior-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-google-vision.html","title":"Use Google Vision API OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-google-vision.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-google-vision-license-key.html","title":"Use your own license keys for Google Vision API OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-google-vision-license-key.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/impact-of-google-vision-ocr-upgrade.html","title":"Potential impact of Google Vision API OCR upgrade","navPath":"enterprise-cloud/topics/iq-bot/extraction/impact-of-google-vision-ocr-upgrade.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-tegaki.html","title":"Use Tegaki API OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-tegaki.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-resolve-registration-failure.html","title":"Resolving IQ Bot registration failure","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-resolve-registration-failure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-unregister-with-cr.html","title":"Unregistering IQ Bot from the Control Room","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-unregister-with-cr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-validation-setup-logfile-rollover.html","title":"Set up log file automatic rollover","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-validation-setup-logfile-rollover.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-validation-healthcheck-rabbitmq-failure.html","title":"Health Check API response if RabbitMQ v3.8.18 fails to start","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-validation-healthcheck-rabbitmq-failure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-validation-reinstall-https-ssl-certificate-on-expiry.html","title":"Reinstalling HTTPS SSL certificate for secure communication when it expires","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-validation-reinstall-https-ssl-certificate-on-expiry.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/upgrade-overview.html","title":"Updating Automation 360 IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/upgrade-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/cloud-unified-iq-bot-database.html","title":"Run IQ Bot On-Premises database migration script","navPath":"enterprise-cloud/topics/iq-bot/cloud-unified-iq-bot-database.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/updating-iq-bot-a2019.html","title":"Update Automation 360 IQ Bot On-Premises to the latest version","navPath":"enterprise-cloud/topics/iq-bot/updating-iq-bot-a2019.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-upgrade-downgrade-to-different-version.html","title":"Upgrading and downgrading IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-upgrade-downgrade-to-different-version.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-uninstall.html","title":"Uninstalling IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-uninstall.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-overview.html","title":"High Availability and Disaster Recovery overview","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-cluster-overview.html","title":"HA cluster configuration overview","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-cluster-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-deploy.html","title":"High Availability deployment model","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-deploy.html","title":"Disaster Recovery deployment model","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-dr-pre-configuration.html","title":"DR configuration requirements","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-dr-pre-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-dr-failover-procedure.html","title":"Disaster recovery failover steps overview","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-dr-failover-procedure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-recovery-production.html","title":"Re-establish a duplicate DR site","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-recovery-production.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/log-on-to-control-room/cloud-log-on-to-control-room-nad.html","title":"Log in to Automation Anywhere Control Room","navPath":"enterprise-cloud/topics/control-room/log-on-to-control-room/cloud-log-on-to-control-room-nad.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/bots/my-bots/cloud-first-bot.html","title":"Create your first bot","navPath":"enterprise-cloud/topics/control-room/bots/my-bots/cloud-first-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/bots/my-bots/cloud-run-first-bot.html","title":"Run your first bot","navPath":"enterprise-cloud/topics/control-room/bots/my-bots/cloud-run-first-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/upgrade-process-overview.html","title":"Migrate to Automation 360","navPath":"enterprise-cloud/topics/migration/upgrade-process-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migration-best-practices.html","title":"Migration best practices","navPath":"enterprise-cloud/topics/migration/migration-best-practices.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/check-migration-readiness.html","title":"Check migration readiness","navPath":"enterprise-cloud/topics/migration/check-migration-readiness.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-certified-versions.html","title":"Supported Control Room versions for migration","navPath":"enterprise-cloud/topics/migration/migrate-certified-versions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/verify-11x-10x-version-for-migration.html","title":"Verifying your Enterprise 11 or Enterprise 10 version for migration","navPath":"enterprise-cloud/topics/migration/verify-11x-10x-version-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/unsupported-features-for-migration.html","title":"Unsupported features for migration","navPath":"enterprise-cloud/topics/migration/unsupported-features-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/difference-in-a2019-11-x-features.html","title":"Differences in Automation 360 and Enterprise 11/Enterprise 10 features","navPath":"enterprise-cloud/topics/migration/difference-in-a2019-11-x-features.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/bot-scanner.html","title":"Bot Scanner overview","navPath":"enterprise-cloud/topics/migration/bot-scanner.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/using-bot-scanner.html","title":"Scan Enterprise 11 or 10 bots using Bot Scanner","navPath":"enterprise-cloud/topics/migration/using-bot-scanner.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/analyze-reports.html","title":"Analyze Bot Scanner report for migration","navPath":"enterprise-cloud/topics/migration/analyze-reports.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/get-migration-license.html","title":"Get migration license","navPath":"enterprise-cloud/topics/migration/get-migration-license.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/plan-and-prepare-for-migration.html","title":"Prepare new Control Room for migration","navPath":"enterprise-cloud/topics/migration/plan-and-prepare-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/choose-deployment-model.html","title":"Choose deployment model","navPath":"enterprise-cloud/topics/migration/choose-deployment-model.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/upgrade-from-11x-to-a2019-cloud.html","title":"Prepare for Enterprise 11 to Automation 360 Cloud migration","navPath":"enterprise-cloud/topics/migration/upgrade-from-11x-to-a2019-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/cloud-migration-workflow.html","title":"Recommended workflow for Cloud migration","navPath":"enterprise-cloud/topics/migration/cloud-migration-workflow.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationan