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

Ui path assignment Performer acme - test unauthorized


Click button not working

$
0
0

@mworth123 wrote:

Hello and thank you in advance,

I have a button I need to click on a website and it’s not working. I’ve tried click, double click, and click image, all with and without SendWindowMessages or Simulate Click and it appears to click the button but nothing happens. It then moves onto the next piece and this fails. I even tried copying a click button activity I was using just prior and it won’t work on this button either. What am I missing?
This one works further up but not here
1
and this one does not work at all
2
The second image is where I am trying to click and I can’t get it to work

Thank you

Posts: 1

Participants: 1

Read full topic

2019.10 - Invoke Workflow error

$
0
0

@mittol_ldc wrote:

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?

Posts: 25

Participants: 12

Read full topic

UiPath.Core.Activities.ExtractData 2019.10.1 - Data Scrapping - Error - Column '' does not belong to table DataTable

$
0
0

@LADISZAN wrote:

Hello,

I have upgraded UiPath.UIAutomation.Activities from 19.7.0 to 19.10.1 and I have noticed difference in one specific case.

When table to be scrapped has no column name in one or more columns, Extract Datatable automatically determined datatable column name. But in 19.10.1 it is not the case and I have error message instead. As Scrap datatable comes by default with ContinueOnError, then this activity results with no error, but empty datatable.

Have you encounter the same issue?

Thanks.

Posts: 4

Participants: 2

Read full topic

Bizagi and Orchestrator

$
0
0

@michael.moya wrote:

Buen día,
Yo cree la cuenta con una contraseña, pero al momento de realizar la conexión entre bizagi y el orquestador, genera un error de credenciales invalidas, alguien me podria indicar como validar la contraseña que requiero.

Posts: 1

Participants: 1

Read full topic

Error Get Visible Text in original "Ошибка фиксации"

$
0
0

@111241 wrote:

Hi! A message is recorded in the logs. Can anybody help?
“Get Visible Text: Ошибка фиксации.”

Posts: 1

Participants: 1

Read full topic

Select Item activity not working for any of the combo boxes

$
0
0

@sreevsr wrote:

The application I am trying to automate has lots of combo boxes. The Select Item activity does not work on any of the combo boxes. I tried combination of Click+Type Into. This works only for some combo boxes, not all. Here is the error message I get when I use Select Item on combo box.

18.4.5+Branch.support/v2018.4.Sha.2a53a262e2c1098055c3ecbdabe73d45e0a6dc29

Source: Select Item ‘combo box’ (Select Item ‘combo box’)

Message: Cannot find the UI element corresponding to this selector:

Exception Type: UiPath.Core.SelectorNotFoundException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: ----> System.Runtime.InteropServices.COMException: Cannot find the UI element corresponding to this selector:
at UiPath.UiNodeClass.FindFirst(UiFindScope scope, String nodeID)
at UiPath.Core.UiElement.FindFirst(FindScope scope, Selector selector)
— End of inner ExceptionDetail stack trace —
at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.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)

Posts: 1

Participants: 1

Read full topic

UiExplorer: Index was out of range. Must be non-negative and less than the size of the collection

$
0
0

@kuppu_samy wrote:

Hi

I just updated my Uipath Studio to 2019.10.4. When I try to validate the selector in Uiexplorer and I am getting the error dialog at every time.

image

But Not that, after clicking OK. It works fine.

Can anyone tell me why this is happening?

Posts: 3

Participants: 2

Read full topic


Adjust Row Index within 'For Each row' activity

$
0
0

@kennyjameslynn wrote:

Due to a system error, for some reason, the counter in the ‘For each row’ activity decides to go back 1 (the index of the row instead of moving onto the next row in the Excel spreadsheet, it goes back 1 I.e. if the system error occured whilst on row 5, it searches the data in row 4 instead of moving onto row 6). Ideally, I would like to stop if from moving back a row and instead continue with the row beneath or if it has to change the row index then force it to go forward by 2(+2). However, I am having trouble doing this because of the option strict on, which disallows late binding. Does anyone know how to adjust the row index within a for each row activity by taking the current row and saying +2?

Posts: 1

Participants: 1

Read full topic

De excel a postgres a maquina remota

$
0
0

@amy93amanda wrote:

hola!
estoy haciendo una inserción de datos de fichero excel a postgres. Todo funciona bien en mi propia maquina pero cuando hago la conexión remota, me crea la tabla me hace todas las querys, pero no me deja pasar el csv, cuando los pasos son exactamente iguales a la otra manera y si funciona.
no entiendo como me hace un insert manualmente desde uipath pero no me coge el csv.
supuestamente lo lee pero algo interfiere para que no lo absorba.

aqui os dejo el error que me salta.

fail excel to db remote

Posts: 1

Participants: 1

Read full topic

Type into in CMD

Send SMTP Mail Message: The client and server cannot communicate, because they do not possess a common algorithm

$
0
0

@flexlutherr wrote:

I am getting the error message, “Send SMTP Mail Message: The client and server cannot communicate, because they do not possess a common algorithm” when trying to use the Send SMTP Mail message activity. I have used this activity before with the same server/port configuration and it worked but now I get this error.

Any ideas on troubleshooting this?

My activity properties:

Error Message:

image

Posts: 2

Participants: 2

Read full topic

Microsoft Office 365 Scope

$
0
0

@tharuler wrote:

Hi,
Does any one know why im getting this error "Microsoft Office 365 Scope: AADSTS53001: Device is not in required device state: domain_joined. " when I try to use the office365 activity to send an email?

Thanks & Regards

Posts: 5

Participants: 3

Read full topic

Error when trying to connect to a SFTP server with a private key and without password

$
0
0

@Pouzee wrote:

Hi,

I’m trying to use the UiPath.FTP.Activities package to connect to a SFTP server using a private RSA key. When doing so I get an error :

“String reference not set to an instance of a String, parameter name s”

I get this error because I left the password field empty. If I put an empty string instead I get a Permission denied (password) error because it’s trying to log using the password.

I think the activity is always trying to connect using the password. Even when I don’t want to because i’m using a private key.

Any tips about what I can do ?

Regards.

Posts: 6

Participants: 2

Read full topic

How to solve robot - orchestrator connection eeror

$
0
0

@Vishal.kumar28 wrote:

Hi All ,

i am trying to configure orchestrator setting with machine key and orchestrator url , but getting
“Empty Orchestrator Api error”

Please help.
image

Thanks in advance.
Vishal

Posts: 3

Participants: 2

Read full topic


Sharepoint Upload File Activities Error

$
0
0

@mitesh_parmar wrote:

Hi All,

I’m trying to use Sharepoint activity Upload File it throw an error after filesuccessfully paste into Sharepoint folder.
Does anyone know why this error occur by Uipath ?

Note:
I’m using sharepoint instance type : OnPremises

image

Sry can’t share whole link due to security issue

Posts: 9

Participants: 4

Read full topic

Level 3 assignment 1 index was outside the bounds of the array

$
0
0

@Venkatraman wrote:

Hi there. In level 3 assignment 1 got error in assigning transaction item index was outside the bounds of array

Posts: 11

Participants: 4

Read full topic

Assignment1 Isse: TransactionID: Index was outside the bounds of the array. Level 3 UiPath

$
0
0

@raginipoman wrote:

Hey,

I am getting TranscationID :Index was outside the bounds of the array in assignment 1.
Could you please help me to resolve this issue.
If condition is : in_TransactionNumber<=dt_WorkItems.Count

Assign TranscationID is:
out_TransactionItem =dt_WorkItems(in_TransactionNumber-1)

Assign TranscationID field1 is:
out_TransactionID = out_TransactionItem(“WIID”).ToString

Argument in_TransactionNumber is default value is 1

Posts: 8

Participants: 4

Read full topic

Inserting Excel file into Database

$
0
0

@mb977 wrote:

Hi guys,
I am try to insert data from a excel spread sheet into a database, the column names in the excel file matches that of the database. now when I try to execute the insert statement upon reading the range, it throws an error "Insert: Missing the DataColumn ‘FirstName’ in the ‘DataTable’ for the SourceColumn ‘FirstName’ ". any ideas on how to fix this issue

Posts: 28

Participants: 5

Read full topic

Why the package error while trying to install Word activities?

$
0
0

@indhu.p01 wrote:

Hi Folks,
Am getting the below error while trying to install word activities from manage packages.

Can anyone help me how to get rid of this?

The feed ‘https://www.myget.org/F/workflow/ [https://www.myget.org/F/workflow/]’ lists package ‘UiPath.Word.Activities.1.3.4’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.

Regards,
Indhu

Posts: 1

Participants: 1

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>