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

How to find a fixed starting position in PDF when the format is not fixed

$
0
0

Hi, I have an issue regarding on how to find a starting position in the PDF file.
Background: I am trying to extract Identity Card information like name, identity number, date of birth etc in my pdf. My PDF is a scanned document which can’t select an individual element.

I wanted to find a particular phrase “REPUBLIC OF SINGAPORE” as the starting position to start extracting my specific elements. Is there any possible way where I could find the position as I can’t select element by element? I have tried to scrap the information using Read PDF OCR (Tesseract) but the information seems to be inaccurate for different samples.

Please provide me with some guidance as I am really new to UiPath! Thank you.

2 posts - 1 participant

Read full topic


Macro error: User defined type not declare

$
0
0

I want to send value sheetName , pathfile from uipath to macro
but error.

Variable in UIPath = sheetName and pathfile

image

Please guide me about it. (I’m a newbie in Macro)

1 post - 1 participant

Read full topic

SharePoint Activity for upload file

$
0
0

Hello,

I want to upload the document in Sharepoint for that I am using the SharePoint activity Upload file
but it’s showing the error. How I can pass the item URL

1 post - 1 participant

Read full topic

TPOT XGboost classification train error

$
0
0

Hi all,
I’m trying to train the TPOT XGBoost out of the box classification model. One of the environment variables is train_time which is set by default to 2 minutes. I’ve tried changing this when starting the pipeline, however I get the following error:

Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/tpot/base.py”, line 711, in fit
per_generation_function=self._check_periodic_pipeline
File “/usr/local/lib/python3.6/site-packages/tpot/gp_deap.py”, line 227, in eaMuPlusLambda
population[:] = toolbox.evaluate(population)
File “/usr/local/lib/python3.6/site-packages/tpot/base.py”, line 1287, in _evaluate_individuals
self._stop_by_max_time_mins()
File “/usr/local/lib/python3.6/site-packages/tpot/base.py”, line 1205, in _stop_by_max_time_mins
if total_mins_elapsed >= self.max_time_mins:
TypeError: ‘>=’ not supported between instances of ‘float’ and ‘str’

There is obviously a mismatch of variable type here, however it looks like its an issue with the maximum training time that I’ve set (from what I can tell).

Is there a way that I need to set the variable as a float or something else that I’m missing?

Thanks

1 post - 1 participant

Read full topic

Invoke async c# code

CV Element not Found Error

$
0
0

Hello Forks,

I am currently using Computer Vision activities to change preset values in the the MS Access form in my virtual environment. The initial cursor position is at “ID” as opening the page in the screenshot. I use a Send Hotkey to go to the next entry and a CV Type Into activity to replace the value with another. For each entry, the each input box is selected and each field name is used as an anchor. The robot works as I intend up to “Schedule Line”, but it always gets stuck when trying to identify the input box at “Material” and throws an Element not Found error in every execution. I even added an additional anchor for resolving this issue. However, the robot behaves the same as it does with one anchor. I was wondering how I could solve this issue.

1 post - 1 participant

Read full topic

Tengo un problema con el ejercicio de cañlculate client al momento de ejecutar me marca un error

$
0
0

Hola buen día tengo un problema con el ejercicio de cañlculate client al momento de ejecutar me marca un error en el asign alguien me podra ayudar porfavor

2 posts - 1 participant

Read full topic

2019.10 - Invoke Workflow error

$
0
0

Hi,

On 2019.10.0-beta.477 when I try to invoke snippet “Wait For All Form Tasks Completion.xaml” using Invoke Workflow File I get the following message :
RemoteException wrapping System.Activities.ValidationException: An extension of type ‘UiPath.Activities.Contracts.Persistence.IPersistenceBookmarks’ must be configured in order to run this workflow.
at System.Activities.Hosting.WorkflowInstanceExtensionCollection…ctor(Activity workflowDefinition,
WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstanceExtensionManager.CreateInstanceExtensions(Activity workflowDefinition,
WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.WorkflowApplication.EnsureInitialized()
at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation,
Boolean push)
at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout)
at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback,
Object state)
at UiPath.Executor.InProcessRunner.<>c__DisplayClass6_0.g__StartWorkflow|1()
at UiPath.Executor.InProcessRunner.BeginExecute(AsyncCallback callback,
Object state)
at UiPath.Core.Activities.ExecutorInvokeActivity.BeginExecute(AsyncCodeActivityContext context,
AsyncCallback callback,
Object state)
at System.Activities.AsyncCodeActivity.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)

I’m able to launch the file directly not just invoke it. what can be the reason?

36 posts - 18 participants

Read full topic


How do I get UiP to close browser if redirected to specific page?

$
0
0

Hey,

I’m running a process which reads from an excel sheet to fill in information on a website; the problem is that the user has potential to enter incorrect information which can throw the process out.

Essentially, after filling in the details, if they don’t match then you get redirected to a website which tells you it is wrong and this causes it to break.

Would there be a way that I can essentially say:
If redirected to X web page, close the page and start again for the next line?

Please be aware I’m very new to this and so it might need to be quite simplified! haha thank you.

1 post - 1 participant

Read full topic

UiPath Picture in Picture

$
0
0

uipath_Picture

can anyone please let me know how do I resolve this ?

Thanks,
Varun.

1 post - 1 participant

Read full topic

Problem with Move Outlook Mail Message Activity

$
0
0

Hi, I’m currently having problems with Move outlook Mail Message Activity as it does not work 100% of the time even with delay activity (15 seconds)(sometimes it manages to move the mail message whipe sometimes it doesnt(Stays at the same email folder)) right before the aforementioned activity, i tried to run the project I’m working on in debug mode but there wasnt any fault with the activity. Just curious if anyone faced the same problem as well

4 posts - 4 participants

Read full topic

Move outlook mail message works sporadically

$
0
0

Hi

I’m trying to automate saving attachments from a shared mailbox. Retrieving the emails, looping through the emails and saving the attachments works fine, but moving the emails to a folder below the inbox gives an error, it’s not consistent but only appears some times.

Move Outlook Mail Message: The specified folder does not exist

I have read numerous threads on this topic, but haven’t found a working solution.
Today I read, saved and moved 3 emails, number 4 failed, and no one after worked as the first three.

Any good ideas on how to proceed?

1 post - 1 participant

Read full topic

UiPath Orchestrator Not Connecting

Arithmetic operation resulted in an overflow

$
0
0

Dear Friends,

I have problem with my process, it always stop after line 329 with "Aritmetic operation resulted in an overflow"

I am using 16 decision flows, with calculation in each condition. This is example of my syntax:

(Cint(in_TransactionItem(12)) + Cint(in_TransactionItem(13)) + Cint(in_TransactionItem(14)) + Cint(in_TransactionItem(15)) + Cint(in_TransactionItem(16)) + Cint(in_TransactionItem(17)) + Cint(in_TransactionItem(18)) + Cint(in_TransactionItem(19)) + Cint(in_TransactionItem(20)) + Cint(in_TransactionItem(21)) + Cint(in_TransactionItem(22)) + Cint(in_TransactionItem(23)) + Cint(in_TransactionItem(24)) + Cint(in_TransactionItem(25))) = (Cint(AllDataAgent.Rows.Count) + Cint(AllDataAgent.AsEnumerable.Sum(Function(x) Convert.ToInt32(x(“nCapacity”).ToString.Trim)))) And in_TransactionItem(42).ToString = AllDataAgent.Select("[AgentNo]=’"+convert.ToString(NoAgen)+"’").ElementAt(0)(“Open_Operational”).ToString And in_TransactionItem(43).ToString = AllDataAgent.Select("[AgentNo]=’"+convert.ToString(NoAgen)+"’").ElementAt(0)(“Close_Operational”).ToString

In the process I take data repetitively from SQL Database (because I don’t know how to transfer data from get transaction data while I already have another data as transactionitem.

I can make sure the total calculation will not more than integer range.

Anyone can help me?

5 posts - 3 participants

Read full topic

Time out issue in Element Vanish


Robot Can't get access to newly created file through Orchestrator

$
0
0

Hi everyone,
i’m quite new in RPA and development, so please don’t throw tomatos to me for stupid questions :slight_smile:

I have a process which save some data from application to CSV file. Next action is to read that file and put the data to excel worksheet.

When i starting process from Studio everything works perfectly, however after I upload process to Orchestrator and try to start execution fail occur.
Exception is here:
Info: File’C:\Users\Sergey\Documents\Forex\для мышиного хвоста\GBPUSD144020201027.csv’ не найденnot found.

RemoteException wrapping System.IO.FileNotFoundException: File ‘C:\Users\Sergey\Documents\Forex\для мышиного хвоста\GBPUSD144020201027.csv’ not found.
в UiPath.CSV.Activities.ReadCsvFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)

What can be a reason for such error? File is in place.

Thanks for answers

1 post - 1 participant

Read full topic

Get IMAP Mail Messages not working

$
0
0

Receiving timeout error when executing Get IMAP Mail messages activity.
UiPath version - 2019.10.3 (cannot upgrade, planned for later)
Mail activities package version - 1.7.2
Request to help resolve the same.
Please let me know in case of any clarifications.

![Activity|690x329]

3 posts - 2 participants

Read full topic

Getting an error while publishing the library - " System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary."

$
0
0

Hi All,

I am facing error when publishing a library. I validated the project before publishing then it didnt show any error. But while publishing it is showing as " System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary." error.

This error is not specific to any xaml file, i am confused how to resolve the issue.

I used analyze project option then the same error is showing up but not specific to any file:

I have published the same code with 2019.13 beta version then i didnt get this error. While publishing with 2019.10.3 Enterprise edition i am facing this issue.

Could any one help me in resolving the issue.

Regards,
Rajeswari

6 posts - 5 participants

Read full topic

Orchestrator Changing the File Path in Excel Application Scope

$
0
0

Hello,

I have a simple excel application scope activity that creates a new file since the file path provided doesn’t yet exist. The path provided and logged is, C:\Users\XXXX\OneDrive - XXXX\Documents\UiPath\FX Rates\Output\FX Rates.xlsx. However, when I run the process through Orchestrator, the file path changes to C:\Users\XXXX\OneDrive - XXXX\Documents\UiPath\FX Rates\Output\94925580, and I get the log below.

Excel Application Scope - Daily FX Rate File: Microsoft Excel cannot access the file ‘C:\Users\XXXX\OneDrive - XXXX\Documents\UiPath\FX Rates\Output\94925580’. There are several possible reasons: • The file name or path does not exist. • The file is being used by another program. • The workbook you are trying to save has the same name as a currently open workbook.

I see there possible reasons for the error, but I don’t see how they make sense since the file does not yet exist and should be created.

Any help is appreciated!

1 post - 1 participant

Read full topic

Browser activities not available in UI Automation package in studio / pro

$
0
0

Hey. Can anyone help me out in finding how to bring back ‘open browser’, ‘close browser’ and browser-related activities? I have installed UI Automation 20.10.6 version and my Studio version is 2020.10.2. Even after uninstalling the application and the package, I am still not getting it. Please help me out.

1 post - 1 participant

Read full topic

Viewing all 4400 articles
Browse latest View live


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