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

Error : Timeout reached. Increase timeout and/or change waitForReadyLevel property


Orchestrator scheduled job and stop

$
0
0

Hi, my programs need to run everyday 6am to 6pm. I’ve set the cron job in orchestrator… however, it wont stop?
My program, keeps looping chcekin for emails. so by right, at 6pm it should auto stop?

Also, today i get the add to queue error. Error code 0.

RemoteException wrapping UiPath.Core.Activities.OrchestratorHttpException: An error has occurred. Error code: 0 
   at UiPath.Core.Activities.HttpStatusCodeExtension.OrchestratorEnsureStatusCode(HttpResponseMessage response)

how do i resolve this? it has been working fine, and all of sudden this happens…

3 posts - 3 participants

Read full topic

Could not GetAncestryInfo

$
0
0

I am using an automation that starts the App version of Microsoft OneNote. I am trying to delete an already existing section in OneNote, but when I use the click activity for deleting it, I get the error message “Could not GetAncestryInfo”.

I could not find any information about this error anywhere so I figured I would ask here to see if anyone knows anything about this or has a solution!

4 posts - 3 participants

Read full topic

In get secure credentials, th activity is not getting the password and username

Step was not recorded successfully

$
0
0

I am using F2 for the delay while using the recording feature of UIPATH studio.
It is consistently throwing this error to me.
image
Do anyone have any solution of it?

1 post - 1 participant

Read full topic

Job stopped with an unexpected exit code: 0xC0000005 UiPathJavaBridgeV8.dll

$
0
0

For anyone at UiPath reading - do we know if there is an issue with the UiPathJavaBridgeV8.dll

The automation I’m recently having trouble with which was created on an earlier version of UiPath Studio but now using 20.4.1 is exhibiting these errors - I’ve only seen the issue recently as far as I know (the person who normally runs the automations in the LIVE environment went on holiday so it was brought to my attention by other people)

Anyway - I’ve checked the Windows logs and have noticed this :

The application I have automated is a java app running in Internet Explorer 11.1339.17763.0

The version of java the application required is version 8 update 77

image

This only seems to happen on the automations that use this Java app across different Physical & virtual machines - all other automations are OK.

We are using an older version of Orchestrator 2019.4.4

image

3 posts - 3 participants

Read full topic

Download Storage File: Operation returned an invalid status code 'BadRequest' / Access Denied for Storage Path

$
0
0

Hi,

I have an issue with downloading an Excel file from the Orchestrator Storage Bucket. I receive the following error message (same as the title): Download Storage File: Operation returned an invalid status code ‘BadRequest’.
I tried the following properties for the download storage file activity:


I am Not sure if I inserted the right paths. I inserted some white bars to overlay some project information. Can anyone give me an example how to download an Excel file from the Storage Bucket?

Quick Update: Furthermore I receive an access denied error message for the destination path, where I want to store the File. Could this be an VM related issue, or do I need to change some settings?

Best regards,
Anna

3 posts - 3 participants

Read full topic

UiPath Assistant is not Online - now 10/05/2020

$
0
0

Hi UiPath Team,

I wanted to report/share that the Assistant is not getting connected, see the IMG below.

This is a Right now Situation, not during practice or training time. For the lack of knowing where this type of report would go I am using this channel, please let me know what would be the right place to report this type of issues.

image

This is what we get when Loading Orchestrator:

"Key vault error response: "

I know you’re already know, thanks for the effort fixing it!

BE Safe!

1 post - 1 participant

Read full topic


Cloud platform

$
0
0

I’m getting the message Key vault error response: whenever I am logging into the uipath cloud platform. Does anyone have a fix for this? I was using orchestrator just fine last week.

4 posts - 3 participants

Read full topic

Failed to Enable Constraints Error with Execute Query

$
0
0

"RemoteException wrapping System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating non-null,
unique,
or foreign-key constraints. "
When I run execute query activity in my project, I’m getting this error. However, I can run this query successfully in dbForge. I’m thinking it’s an issue with my output data table.
I can attach my WF if needed.

1 post - 1 participant

Read full topic

Error: Click "chrome.exe Chrome"

$
0
0

Hi,

have a big problem when try to compileit my program. I take this log:
[UiPath.Studio.Shared.Logging.OutputLogger] [29] Get Full Text ‘chrome.exe Chrome’: Cannot find the UI element corresponding to this selector:

7 posts - 4 participants

Read full topic

Converting String column in a DataTable to DateTime

$
0
0

Hey everyone, I am stuck in a scenario. I have a DataTable. There’s only one column in it. That column contains Date which is in a form of string. Now I wanted to convert this whole row to Date format and Store it in a List so that I can compare this list of Date to the present date. I am not able to convert the string row to Date

5 posts - 3 participants

Read full topic

ワークフローデザイナーはドキュメントで問題を検出しました

$
0
0

UipathのCommunityEditionをインストールし、
main workflowを開こうとしたところ、

「ワークフローデザイナーはドキュメントで問題を検出しました。
connectionIDの設定時に例外がスローされました。」
というエラーがででてきて、開くことができませんでした。
こちらどなたか対処法ご存知の方いらっしゃったらご教示いただけませんでしょうか。

1 post - 1 participant

Read full topic

Unable to clone repository from GIT, "The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception"

$
0
0

I just recently rebooted my pc and installed uipath again, before the reboot the GIT integration was working perfectly. After I reinstalled UiPath I keep getting an error message when trying to connect to GIT

When I try to clone repository from GIT it shows me this error
image

Here is detailed error information:
20.4.1-beta.22

The type initializer for ‘LibGit2Sharp.Core.NativeMethods’ threw an exception.

Error: System.TypeInitializationException: The type initializer for ‘LibGit2Sharp.Core.NativeMethods’ threw an exception. —> System.DllNotFoundException: Unable to load DLL ‘git2-572e4d8’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at LibGit2Sharp.Core.NativeMethods.git_libgit2_init()
at LibGit2Sharp.Core.NativeMethods.InitializeNativeLibrary()
at LibGit2Sharp.Core.NativeMethods…cctor()
— End of inner exception stack trace —
at LibGit2Sharp.Core.NativeMethods.git_clone(git_repository*& repo, String origin_url, FilePath workdir_path, GitCloneOptions& opts)
at LibGit2Sharp.Core.Proxy.git_clone(String url, String workdir, GitCloneOptions& opts)
at LibGit2Sharp.Repository.Clone(String sourceUrl, String workdirPath, CloneOptions options)
at UiPath.Studio.Plugin.Git.Wrappers.RepositoryInit.Clone(String sourceUrl, String workdirPath, CloneOptions options)
at UiPath.Studio.Plugin.Git.Services.Core.CloneService.<>c__DisplayClass3_0.b__0()
at UiPath.Studio.Plugin.Git.Services.UI.UiAuthenticationSession.Execute[T](ExecuteArgs1 args) at UiPath.Studio.Plugin.Git.Services.Core.CloneService.CheckoutCore(String uri, String localFolder, IAuthenticationSession authenticationSession) at UiPath.Studio.Plugin.Git.Services.Core.CloneService.<>c__DisplayClass2_0.<Checkout>b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Studio.Plugin.Git.Services.Core.CloneService.<Checkout>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Studio.Plugin.Git.Services.UI.CheckOutUiService.<CheckOut_ExecuteInternal>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Studio.SourceControl.Shared.Services.UI.BaseCheckOutUiService1.<CheckOut_Execute>d__25.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Studio.SourceControl.Shared.Services.UI.BaseCheckOutUiService1.<<get_CheckOutCommand>b__11_0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Studio.Shared.MVVM.Commands.TaskCommand3.d__32.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233036

1 post - 1 participant

Read full topic

Robot could not run properly on VM

$
0
0

HI there. I have deployed an unattended robot on a virtual machine. It ran properly when I logged on (remote desktop connection) and clicked run at the robot tray, but when I disconnected the VM and tried to run the robot from the Orchestrator (Run Job), seemed like there were some errors on activities like Type Into, Click (Timeout reached) and also Take Screenshot didn’t work. Looked like it could not detect elements on the screen.

Things I’ve tried:

  • Specify the VM’s screen resolution on robot setting (in Orchestrator).
  • Use ‘Invoke Workflow Interactive’ and specify the resolution.
  • Set ‘Login To Console’ to false.
  • Restart the robot.

Anyone has solutions? Please help.

Thank you.

1 post - 1 participant

Read full topic


Cannot connect to packages feed, the Deployment Settings may be invalid (#1651)

Message: Job stopped with an unexpected exit code: 0xE0434352

$
0
0

Hi , the following error is occurring in the execution of my robot that is stopping the execution:

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: UiPath.Executor.exe
Problem Signature 02: 19.10.4.0
Problem Signature 03: c68d592a
Problem Signature 04: mscorlib
Problem Signature 05: 4.8.4010.0
Problem Signature 06: 5d3a2167
Problem Signature 07: 65c5
Problem Signature 08: 0
Problem Signature 09: System.AggregateException
OS Version: 6.3.9600.2.0.0.272.7
Locale ID: 1033
Additional Information 1: 5861
Additional Information 2: 5861822e1919d7c014bbb064c64908b2
Additional Information 3: 6fbe
Additional Information 4: 6fbe6bde2701766d81cbca0597a5fa35

AND

19.10.4+Branch.support-v2019.10.Sha.fe819a658cad0585a64d2f8af94fad5c30b8d122

Message: Job stopped with an unexpected exit code: 0xE0434352

Exception Type: System.Exception

RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352


I’m not making use of excel activities.
I updated all the packages used by the robot, according to the recommendation found here on the forum, but I’m afraid the problem will happen again.
This error is not reproducible.

Does anyone know how to avoid the error?

2 posts - 2 participants

Read full topic

Unable to authenticate with API calls

$
0
0

I am unable to authenticate using the orchestrator API - getting an errorCode of 1000 and a message saying “Invalid credentials, failed to login.” even though the credentials are correct. We tried creating a new user and got a different error code, stating that the password needed to be changed, but once it was changed, the previous error showed back up stating that the credentials are incorrect. This is happening in both the swagger interface and in Postman. Has anybody else seen something like this?

We are on prem and Orchestrator v2020.4.1

2 posts - 2 participants

Read full topic

Assign values to int array in c#

$
0
0

Hello All,

Hope everyone doing well here!

I’m beginner for this UIPath and practicing some examples with c# code.

I have seen some example to Find the smallest and biggest numbers in an Array in vb.net code in UIPATH academy. I’m converting it to c# code but its not working and showing error(Screenshot attached).

Anyone have any idea hot to resolve this? This is correct c# syntax but its showing ; and } is expected.

Thanks for your help.

2 posts - 2 participants

Read full topic

Fallo en variable

$
0
0

Hola,
estoy intentando copiar un valor variable dentro de una web, pero cuando sustituyo el valor por un asterisco (*) para que coja cada vez que cambie ese valor lo coge mal, en vez de coger la mínima, en el excel al que lo paso me copia el valor de la máxima temperatura. ¿Alguien sabe cual puede ser el fallo?

1 post - 1 participant

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>