You are on page 1of 2

Automation Anywhere

Automation Anywhere is a Distributed Architecture. 


Those are the Bot Creators, Control Room, and Bot Runners.
The Bot Creators and the Bot Runners are connected to the Control Room, and the Control
Room is the brain of Automation Anywhere.

AA Client(Bot Creator)- we create the Taskbots,MetaBots,and IQ bots in Automation Anywhere


Client.used to create the bot.

AA Control Room –

Control Room is the most important component of the architecture.


It is a web server that basically controls the bots created by the Bot Creators and also
handles the automation executed by the Bot  Runners. 

Bot Runners

Bot Runners are responsible to run or execute the scheduled bots.


->IF in our process if we use the Locker then while run the bot on bot runner we need to
create the same locker on runner too.
-> if in our bot we are doing the email related stuff then while running the bot on bot runner
we need to configure the email setting on the runner too.

For Running the bot on runner we have to do the following task .


1)we have to upload our bot to control room. Click on upload button and select the .atmx file
and .mbot file which we have to upload to control room.
2)After that we go to the control room and click on MY bot
Click on run bot now-> select the .atmx file we want to run -> after that select the device
which we want to run. And after that click on next button and then click on run Now button.
3) bot will be running the on runner.

Active Directory -It is used for add ,modify,create use in the active directory.
App Integration – It add the integration of two app in the system.
DataBase -it connect the database with connection string.
Add the sql server name.
Insert the values use the query .

Insert into EmployeeTable values ('1','varsha','25000');


For Select statement use the sql command
Select * from EmployeeTable;

Move Mail IN Automation Anywhere use the following metabots


1)Launch Outlook
2)select Profile
3)select Account
4)select Inbox
5)Select Folder
6)GetALLMAILIDARRAY
7)use the loop
i)selectMailItem
ii)Move Mail
end loop.

You might also like