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

Cannot expand or edit activities

$
0
0

Hi everyone!

I´m searching for some help.
Just downloaded uipath studio pro on another computer but i cannot expand while activitie or invoke activities.

I already tried to open with double click or Reset Settings button and restarting UiPath but it doesn’t works.

Hope someone can help me! Thanks people :slight_smile:

1 post - 1 participant

Read full topic


Read Range Error in STUDIO

$
0
0

When I’m using Single Excel Workbook with two sheets. I want to compare the data b/w Sheet1 & Sheet2. If data is matched change the Sheet2 row background color.

I’m using For Each Row for both sheets(Sheet1 & Sheet2) at the time facing this issue

Read Range: A column named ‘Sec’ already belongs to this DataTable.

help me to resolve this issue

9 posts - 5 participants

Read full topic

DateTime.ParseExact compile time error

$
0
0

Hey Everyone,

I am facing the below issue. I don’t know why it is occurring so?
For parsing i am using “DateTime.ParseExac(item,“dd.MM.yyyy”,nothing)”
Your advise is much appreciable.


Thank you

3 posts - 3 participants

Read full topic

To automate drop down getting selector issue

$
0
0

Hi All,

I am trying to automate the page which contains three dropdowns and textbox fields.
But while automating this facing selector issues. Not able to click and select the specific dropdown value.

I tried below activities:
a. First, Click on the dropdown and select the particular value by ‘Type into’ activity.
b. Even I tried with ‘select item’ activity but still facing same issue.

Can anyone help me?

12 posts - 6 participants

Read full topic

WhatsApp with uipath

$
0
0

Hi everyone. I am new to uipath and I need to automate a procedure with WhatsApp chat. Basically what I need is to interact with the WhatsApp chat and know the time it takes for the bot that I have with WhatsApp to respond. All recommendations are welcome
Regates,
oM

1 post - 1 participant

Read full topic

Move File: Could not find file

$
0
0

Im facing this error can anyone help me with this error

Move File: Could not find file ‘F:\sohail\New folder (3)’.

2 posts - 2 participants

Read full topic

I got this problem when trying automate word. Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))

$
0
0

I got this problem when trying automate word

Runtime execution error body { font-family: Segoe UI; margin: 0; border-top: 1px solid #d9d9d9; } img#warning { float: left; width: 28pt; } div#header { min-height: 80pt; max-height: 290pt; margin: 16pt; margin-top: 8pt; } p { margin: 0pt; } div.action_info { overflow: hidden; border-top: 1px solid #d9d9d9; width: 100%; position:absolute; bottom:0; background-color: #f5f5f5; } p.action_info { float: left; margin: 8pt; margin-left: 44pt; } .btn { cursor:pointer; display: inline-block; font-weight: 400; color: #242424; background-color: #e8e8e8; border-color: #c5c5c5; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid; padding: 2pt; line-height: 1.5; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .btn-primary { border-color: #0073ce; } .img-resize{ height: 75px; width: 210px; overflow: hidden; border: 1px solid #c5c5c5; } .img-resize img{ max-width: 100%; object-fit: cover; } #problem-element-image-container { align-items: center; display: flex; } #action_info_text{ overflow: hidden; position:absolute; bottom:44pt; left: 16pt; color: #707070; background-color: #FFF; } #buttons_master_container{ width: 80%; float:right; margin: 8pt; margin-right: 12pt; } div.ImageClear{ clear:both; } #appImagesContainer{ display: flex; } div#buttons_container { clear: both; } #buttons_container input { float: right; margin-left: 8pt; padding-left: 5px; padding-right: 5px; } div#arrow-container { width: 48px; } div.center-align { position: relative; } div.center-align img{ position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; } .modal-image { border-radius: 5px; cursor: pointer; transition: 0.3s; } .modal-image:hover {opacity: 0.7;} .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.9); } .modal-content { margin: auto; display: block; max-width: 700px; } #caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 10px 0; height: 150px; } .modal-content, #caption { animation-name: zoom; animation-duration: 0.6s; } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } @media only screen and (max-width: 700px){ .modal-content { width: 100%; } } #SkipIterationContainer { /* display: none; / display: none; } #ExcelCardDetailsContainer { / display: none; / display: none; } #OutlookCardDetailsContainer { / display: none; / display: none; } #ApplicationCardOnlyDetailsContainer { / display: none; / display: none; } #ApplicationCardWithElementDetailsContainer { / display: none; / display: none; } #ErrorPathContainer { / display: none; */ [ERRORPATH_CONTAINER_VIS_PLACEHOLDER] } .scrollable { overflow-y: auto; } .unscrollable { overflow: hidden; } #problem-desc { white-space: pre; }

Unable to cast COM object of type ‘Microsoft.Office.Interop.Word.ApplicationClass’ to interface type ‘Microsoft.Office.Interop.Word._Application’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{00020970-0000-0000-C000-000000000046}’ failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).

8 posts - 3 participants

Read full topic

Operator ">" is not defined for type Dictionary (of String,Int32)


Create Form Task - Error "serialize the DataTable"

$
0
0

Hi All,

I have tried to display Datatable in the create form task activity and Form have created successfully in orchestrator.
But in wait for Form Task and Resume activity, I’m getting ERROR.
Help me to fix this issue.

image

Thanks in Advance.

3 posts - 2 participants

Read full topic

Send Exchange Mail Message-The request failed. The request was aborted: Could not create SSL/TLS secure channel

$
0
0

Hi Team,

I am facing issue while sending email through Send Exchange Mail Message.
Previously with same exchange server address its working fine,but now i am getting below error:
image

Appreciate your help !

13 posts - 5 participants

Read full topic

Error: Cannot find UI Element

$
0
0

Hi All,

I am new to UI Path and today is my 1st day. To learn the UIPath tool i am trying to replicate a task where i need to generate an excel containing the name, age from a fake name generation website “https://en.namefake.com/

.
Its generating the 1st column of name without any issue but when i am trying to fetch other column like gender its giving below error:
Cannot find UI element corresponding to this selector:
Exception Type: UiPath.Core.SelectorNotFoundException.

Any pointers on the same would be appreciated. I tried google before asking here but i am getting examples of notepad and website (open browser activity - which i am already using).

1 post - 1 participant

Read full topic

Unable to open existing project/neither i am able to create the project

Erro ao mapear campo

Filter excel more than 1 column by all item or category listed in column

$
0
0

I able to filter the 1 column by category but if more than 1 column filter by category I am not able to do it. The output file is empty or the output file filters the 2nd category but combines with the 1 filter category. Dear Uipath experts, please help me. Thank you in advance.NOP Data Filter.xaml (17.4 KB) NOP.xlsx (17.8 KB)

1 post - 1 participant

Read full topic

NAUKRI -DATASCRAPPING URL ERROR

$
0
0

Hello Forum,
I’M doing Naukri data scrapping… I have exracted the names and URL. But in the url part im getting only till "uinqueId= " and for others it is not displaying at all… So i cannot process through url and get the resumes downloaded… Can anybody help me to get the full URL of candidate’s profile.

Capture

1 post - 1 participant

Read full topic


On Element Appear Activity-Generate yearly report-Dispatcher

$
0
0

Hi everyone!
Im having an issue with the "On Element appear " activity in assignment level 3 -Generate yearly Report for vendor -Dispatcher
it was running fine for sometime and now its showing this error. Did i do something wrong with my code. Can you please take a look .

Thanks in advance!


Process.xaml (14.3 KB)

1 post - 1 participant

Read full topic

Orchestrator installation stop at 75% on IIS configuration

$
0
0

Hi,
I take a trial enterprise version to try RPA in my enterprise.
But orchestrator installation stop at 75% and that return IIS configuration = False".
I dowload all features and create an auto-certificat…

How i can fix that ?

Thanks a lot for your helps community !

1 post - 1 participant

Read full topic

Pending jobs result in selector faults wich not appear when the jobs run alone

$
0
0

hi there community!
we have a problem with our processes startet with orchestrator.
If we force more than one job to run at the same time (which can happen when projects are live), we get a fault at least every second time it runs. but each of the jobs run stable when they run alone (scheduled in orchestrator) or run on testmachine startet from Studio.
the faults that occure, are always faults in connection with a selector. Some of them we could replace by a different solution, but there are always seem to appear new failures…! ( I know that sounds mysterious…)

for better understanding:
Job A is scheduled every 5 minutes in orchestrator: runs perfectly for at least 4 repeats.
Job B is scheduled every 5 minutes in orchestrator too: Job A faults every second or third time with a selector-failure AND/OR job B faults with a Selector-failure
JOB A is deactivated: Job B starts to run stable…

does this make any sence to you? or does anyone have any hint that will help us to find our mistake?

Big thanks in advance!

regards,
mohab

12 posts - 4 participants

Read full topic

Specified method is not supported -read cell

$
0
0

Hi,
I am using read cell working activity to read data from a cell in excel sheet.The sheet is password protected
The password is passed in password field in properties but I exceuted it gives error as specified method is not supported-read cell

1 post - 1 participant

Read full topic

Job starts on robots on wrong machine

$
0
0

Hello,

We have a recent problem that came with updating our robots to 20.4.3. For some reason, two jobs start on the same user on two different machines, even though the robot with the user is configured to use only one of the machines.

For context, we use classic folders on our on-premise Orchestrator, 2020.4.2.

In this image you can see two instances of the job (they were not running concurrently, more on that later). We have named the robot 28-01 after the server the robot is connected to, VDA028. But as you can see from the image, the job list shows that the job has also started on VDA013, our other robot machine. And this has happened even though the robot 28-01 is specifically connected to VDA028 (as is the case in classic folders).

What is furthermore puzzling, is when we look at the logs generated by this job that ran on the wrong machine. The logs start like this, and you can immediately spot that one is from another machine than the other:

As you can see, the job has started twice. And on top of that, it started with the same job key. The previous image is taken by looking at the job logs, and since they share the job key, they both show up in the same log view. Here you can see details from the “execution started” images. The job key is the same, but you can see the machine is different! Furthermore, the user is the same and the robot is the same.

image

image

The two jobs then run concurrently (which in itself causes headaches, as the jobs share the robot user). Another problem then arises, when one of the two tangled jobs ends. At that moment, the orchestrator flags the job (or the job with this job key) finished. And marks the robot available. But in reality the robot is not yet available, as the other job of these two tangled ones is still running!

This leads to Orchestrator then starting a new job on the same robot (as it should, the robot is marked as available after all), but it then fails with the following error:

image

This error message was the initial fault we found, but we were able to trace it back to having two jobs running simultaneously with the same job key, on the same robot, but on two different machines.

If you need more details or I didn’t manage to explain things clearly enough, I’ll be happy to provide more details. But has anyone else here ever encountered the same issue, and if so, are there any fixes we could do?

PS.

  • We already deleted and re-added our robots with new names, it didn’t help.
  • The job is started by a queue trigger.

EDIT:

  • The same problem can also occur when starting jobs with just X runtimes, not just job triggers
  • This problem occurs seemingly randomly, about every 1 or 2 hours.
  • All robots are unattended.
  • Deleted and re-added the machines (and also robots). No help, it still keeps happening.
  • A job ran from a timed trigger, with input “allocate dynamically: 1 times”. It still started twice, with a single job key.

8 posts - 3 participants

Read full topic

Viewing all 4406 articles
Browse latest View live


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