Questions tagged [automationanywhere]

Automation Anywhere (AA) is a Robotic Process Automation (RPA) tool developed by the company of identical name. Use this tag only when your question is involving the use of this specific tool.

Automation Anywhere, in this context, is referring to the Robotic Process Automation (RPA) tool developed by the company of identical name. This tool caters to enterprises looking to deploy a digital workforce composed of software bots that complete business processes end-to-end. Unlike its competition (BluePrism, UIPath, ...), Automation Anywhere has more of a scripting feel which allows for a faster development process, but requires more technical knowledge and can be harder to debug.

241 questions
0
votes
1 answer

How to design UI using Automation Anywhere?

I'm planning to create a simple program that would automate the process by searching the dynamic list inputted and provided by the user and export it to Excel file. The challenge is How to create UI using Automation Anywhere Application, that would…
davinceleecode
  • 777
  • 3
  • 10
  • 31
0
votes
2 answers

What are the limitations of BluePrism? What are the scenarios in which it cannot automate?

I would like to know the limitations of BluePrism (BP) and Automation Anywhere (AA) and which types of applications it cannot automate. In addition, what are the differences between AA and BP w.r.t. functionality and limitations?
Raghu naik
  • 23
  • 1
  • 5
0
votes
1 answer

Automation Anywhere Task files (.atmx) that have grown to 10 MB cannot be cleaned up

I have some Automation Anywhere Task Files (.atmx) that have grown to over 10MB, that do no image processing. I contacted Automation Anywhere's help desk (#55905) and could only get help from the documentation on how to turn off Advanced settings…
Trevor Kelley
  • 91
  • 1
  • 3
-1
votes
4 answers

Ensure a web page is fully loaded

Problem - I am using RPA to test if a/any web page is loaded (before going to the next line of code). In my RPA program, there are no such functions to help with this. This RPA program (Automation Anywhere) supports Javascript. I wanted to know if…
Dingo
  • 123
  • 1
  • 13
-1
votes
1 answer

What is the proper syntax when calling VBScript via Automation Anywhere Run Script command?

I have this VBScript for scrolling vertically / down a webpage, but when I execute the script, I get the following error: Error in Script - 1044 Cannot use parentheses when calling a Sub Here is the script syntax: Function scrollWin() …
user1724708
  • 1,409
  • 7
  • 31
  • 53
-1
votes
1 answer

I need to disconnect ane lock the vm and also session id to consloe

I'm getting error when I ran the batch file like this, Could not connect session Id 12 to session name console, error code 5 Error [5]: access denied and I'm attaching the batch file. This is my code, I need disconnect ane lock the vm by using…
Raja S
  • 1
  • 2
-1
votes
1 answer

How to Install Automation Anywhere version 11

How do I Install Automation Anywhere version 11? Every time I click on any link related Automation it navigates to automation anywhere V19 version. Can anyone help me to install V11 version not V19?
-1
votes
1 answer

Plugin not working in Google Chrome for automation anywhere

I have installed automation anywhere Plugin and developer mode also on mode in chrome but not working when I suppose to record a task getting error.
Manjunath R
  • 1
  • 1
  • 2
-1
votes
1 answer

I want delete all the rows that matches specific column value in excel using vba but facing error

Sub Delete_Rows() Dim lo As ListObject Dim ActiveSheet As String Dim wkbSource As Workbook Application.ScreenUpdating = False Set wkbSource = Workbooks.Open("C:\Users\nani\Desktop\11.0\deleteRows\abc.xlsx") Set ActiveSheet =…
Nani
  • 3
  • 2
-1
votes
4 answers

How change the date format into mmm-dd-yyyy in automation anywhere without changing the default variable setting?

Question is there a way to convert a mm-dd-yyyy date format into mmm-dd-yyyy .I want it to look like this (Ex. Nov 19, 2019)?
Luna
  • 21
  • 1
  • 4
-1
votes
1 answer

RTC Jazz server User Login using Automation Anywhere

I want to download an extract from an RTC server using Automation Anywhere. The issue i am facing is the user authentication window. As the user login window appears only once in a day (the first time login), i want a condition such as "IF the user…
Nikunj
  • 25
  • 8
-1
votes
1 answer

How I can get text in chrome whit the object clonning?

I´m trying to extract some info from a web page in google chrome, more exactly the id and the gender, but when I try OCR or object clonning I cant get the right field or get empty field. A table contains the info that I need but the exactly field i…
-1
votes
1 answer

Can't select schedule

I use automation anywhere. I want to use schedule manager, so I read this…
shinobu
  • 113
  • 1
  • 1
  • 6
-1
votes
1 answer

Unable to find 'Message Body' TextBox. ‘Search Criteria’ did not match. (TYPE_1001)

Hi I'm working on email object cloning. The error is: Unable to find 'Message Body' TextBox. ‘Search Criteria’ did not match. (TYPE_1001) An error occurred at line number 8 of Task 'EmailPractice'. Open the Task in Workbench to view action at line…
-1
votes
2 answers

I have to perform inner join operation one two different excel in Automation Anywhere

I have 2 excel and a list variable which has value which are column header from both excel. Now I want to make a 3rd excel which should contain the values from 1st and 2nd excel based upon the rule that the list variable columns data should be same…
raVI
  • 1