Quantcast
Channel: UiPath Community Forum - Topics tagged error
Viewing all 4409 articles
Browse latest View live

Adding column using Alter statement in Excel as a Database

$
0
0

@ravi.g6 wrote:

Hi All,

I am doing a Automation where I am using Excel as a database.
I have to add a column in Excel Database.
so for that I am using Alter statement.
“Alter table [table_name$] add column_name varchar(100)”
image
its showing error as .
image

please help.

Posts: 3

Participants: 2

Read full topic


Variable type String not being typed in Type into activity

$
0
0

@vi3991 wrote:

Hi, I have an excel file with paths to several directories on hard drive in rows. I am using For Each Row activity where the paths are being read one by one from excel file and I have set Output variable as a String (I have “tested” it by inputting a message box at the end and all the paths were shown correctly one by one). Then I want to open these directories, I am using Send Hotkey activity for Win+R and then Type Into activity where my Output variable from For Each Row should be filled in - but nothing is being filled in. Can something be wrong with my variable? When replaced the variable by “Directory path” text it was filled by robot correctly and the directory did open. Thanks in advance for your help.

Posts: 4

Participants: 3

Read full topic

'On element Appear' not working on Oracle Application Production Instance

$
0
0

@poojajoshi1 wrote:

Hi All,

I am developing a process to automate a set of actions on Oracle Application. The application is Oracle 11i application. I am using ‘On element Appear’ activity and it works perfectly fine on Stage Instance. Whenever I execute the program on Production Instance, the ‘On Element Appear’ does not work and throws an error saying ‘Activity timeout exceeded’. I also tried using ‘Element Exists’ activity but I get the same error.

Not sure what should be done for this. Can anyone please help?

Posts: 5

Participants: 4

Read full topic

LVL 3 - Performer

$
0
0

@mz3bel wrote:

Hello,

I’ve done the performer assignment, it works at the begining, but very slow, than later it’s stops and send error as no element found…

I have no idea what’s wrong ?

Can any one be kind and check it please ? Thanks in advance!

GenerateYearlyReportPerformer.7z (807.6 KB)

Posts: 5

Participants: 3

Read full topic

Calcuate Client Security Hash - Please Assist

$
0
0

@ITPSB wrote:

Hi
I’ve been stuch for a few days now and would greatly appreciate any assistance with my issue.
As you will see in the screen-shots below, I suspect that I need to bind dt_WorkItems to WIList because no records are being passed to the invoked sequence hence the error.
But for some reason or other I am unable to do so.
Any assistance will be greatly appreciated.
Thanks, Mark.

Posts: 3

Participants: 3

Read full topic

Getting error Uipath.Core.ElementOperationException

$
0
0

@gracious1 wrote:

I am getting the error Uipath.Core.ElementOperationException when i run the bot in a server via remote desktop connection .If i am displaying the remote desktop the bot can run to completion but once i minimize it i am getting the error.

How best can i make it work because this bot should run in the server.

Posts: 3

Participants: 2

Read full topic

Error while Recording a Click on Oracle ERP

$
0
0

@Amit_Sharma wrote:

Hi,

Im facing following error while recording a click in Oracle ERP…

Click ‘A #’: Cannot find the UI element corresponding to this selector:

Posts: 7

Participants: 2

Read full topic

Error while entering data row into data table

$
0
0

@Chaitanya_podilapu wrote:

I have an input dialogue box, for every execution i enter some data. and that data to be stored in an excel file. after running my work flow i’m getting this error “Input array is longer than the number of columns in this table”. What could b the reason and how can i resolve it.

Posts: 10

Participants: 2

Read full topic


Get text activity with two diffrent text boxes

uipath.Credentials.Activities install error

$
0
0

@hanbyeol wrote:

Level 3 Calculate Client Security Hash System1 Login에 실행 오류가 떠서 Manage Packages에서 uipath.Credentials.Activities를 설치하려고 하는데 이렇게 뜹니다. ㅠㅠ

제거하고 all packages에서 검색해도 no package found 라고 뜨고요. 프로그램 삭제 후 다시 깔아봐도 똑같이 뜨는데 해결 방법이 있을까요?

Level 3 Calculate Client Security Hash System1 Login has run out of errors and I want to install uipath.Credentials.Activities in Manage Packages. ㅠㅠ

No package found, even though I removed it and searched all packages. If I delete the program and open it again, it will work the same way. What should i do? PLEASE help me!! ㅠㅠ

Posts: 6

Participants: 3

Read full topic

UiPath Workflow getting Stuck for 10 minutes using IBM ehlapi

$
0
0

@Mdshahul wrote:

Hi All,

Currently I’m working with Mainframe application using IBM Ehlapi connection.Whenever i run the code, uipath struck in between the process and resuming after 5-10 mins. there is no specific area it is struck. it may struck in any screen(Back office) and resuming.

if anyone experienced this issue and found any solution.
please share

Posts: 4

Participants: 2

Read full topic

While run a job getting error"#job for #process click on #robot deploy failed. (#1680)"

Assignment 2(Dispatcher part) Level3 **Click 'A https://acme-test.ui...': Cannot find the UI element corresponding to this selector: **

Orchestrator Problem in 2019.10

$
0
0

@Deepak_M wrote:

Hi,
We have installed Enterprise Uipath Studio and Orchestrator in our Organization.
We are facing the “Session Timeout” issue in all the features under Monitoring.
We are unable to trigger any Job, unable to monitor Queue items.
Uipath team till now is unable to resolve this issue.
Does anyone can help me on this?

Posts: 3

Participants: 2

Read full topic

How to make sure the element is found when its name keeps on changing?

$
0
0

@manzar_ali wrote:

I am trying to enter the record in the Oracle Sequence Assignment window. It looks like this

As you can see there are two tabs which got different fields and I need to enter data in both tab’s fields.

I am using Send Hotkey activity to get the specific field, first field(in the pic) Application.

But I am getting different values in the selector, the following are the 3 cases.

1)When this window is open sometimes the name in the selector is like(in the pic)

2)When this window is open sometimes the name in the selector is like(in the pic)

3)After opening the window, if I navigate to Assignment tab and comes back to enter the data in Document tab the name in the selector changes(in the pic)

.

How can I set this name to dynamic
I tried adding a ‘*’ at first but it also didn’t work.

How can I solve it?

Posts: 3

Participants: 3

Read full topic


How to read a excel with same column names

$
0
0

@vishnu_prasad21 wrote:

Hi guys,

How to read excel file that is having same column names?

I have a excel file that is downloaded from sap and it has same column names in different fields as a result i’m unable to read the excel to studio as same column exist. Is there any way we can read the excel

Example.

Material Material Material Nha Nha
Group Type Dns status.

As there are multiple columns with same name read range is not working !! I need to filter the contents in Material type and copy it to another sheet.

The file is huge and formatting is not possible at start.

Any code or ideas will help.

Thank you in Advance. :blush:

Posts: 3

Participants: 2

Read full topic

Write automatically on the following excel sheet

$
0
0

@borismh wrote:

good afternoon
There is a way in which it can be automatically described in the following excel sheet.
I mean write on sheet1, then sheet2, then sheet3
Use the “assign” activity with the value of “next + 1”, but I get an error
Eye: I am using it in a “write range” activity
if you can help me, thank you very much

Posts: 11

Participants: 3

Read full topic

API errors with empty data from authorized POST/GET requests? Uipath team?

$
0
0

@Andrey_Gaweiler wrote:

Hi RPA Community,

could somebody help us here, perhaps from Uipath team?
We 4 guys experience the same problem and do not have any solution yet:


My case that works in postman without any problem. Authorization api request works as well.


Output with status 200, but with empty result:

The same issue for non-authorization post call.

Are we missing anything? I assume that it is a headers issue.

Best

Andrey

Posts: 4

Participants: 2

Read full topic

Orchestrator Authentication API Error

Level 3 Assignment 2 Please Help - Dispatcher was working, now stopped

$
0
0

@Redcorolla5 wrote:

Hi,

I completed the first part of level 3 assignment 2 with the Dispatcher process. It was working and and I moved onto the Performer process, but now I the Dispatcher process stopped working (without making any changes to the workflow). I have checked the forum for an answer but have not found one. Orchestrator shows the robot as busy and even creates log entries but it does not show up in the Queues section. I have reset the data and still the workflow says…

Opening applications…
Login Successful…
Processing transaction 1, 2, 3, etc.
Process finished due to no more transaction data.
Closing applications.

UiRobot is connected. Please help because I am was working on Performer (trying to trouble shoot why the file name writes “Data\Temp” instead of the xlsx file path location) when Dispatcher broke.

Posts: 5

Participants: 2

Read full topic

Viewing all 4409 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>