Currently I have an error, who can help me happens when I click on a checkbox
for example:
I need in this case to point out all the users of the software
8 posts - 5 participants
Currently I have an error, who can help me happens when I click on a checkbox
for example:
I need in this case to point out all the users of the software
8 posts - 5 participants
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
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
I have followed the steps but it is showing me this error. I am also attaching the image and XAML file with it. Kindly guide me on this.
XAML File.
GetSecureCredentials.xaml (10.8 KB)
1 post - 1 participant
I am using F2 for the delay while using the recording feature of UIPATH studio.
It is consistently throwing this error to me.
Do anyone have any solution of it?
1 post - 1 participant
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
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
3 posts - 3 participants
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:
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
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.
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
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
"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
Hi,
have a big problem when try to compileit my program. I take this log:7 posts - 4 participants
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
UipathのCommunityEditionをインストールし、
main workflowを開こうとしたところ、
「ワークフローデザイナーはドキュメントで問題を検出しました。
connectionIDの設定時に例外がスローされました。」
というエラーがででてきて、開くことができませんでした。
こちらどなたか対処法ご存知の方いらっしゃったらご教示いただけませんでしょうか。
1 post - 1 participant
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
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.BaseCheckOutUiService
1.<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.TaskCommand
3.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
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:
Anyone has solutions? Please help.
Thank you.
1 post - 1 participant
I try to remove my packages on my custom Orchestrator and then show message as below.
Could you help to suggest me, please?
Cannot connect to packages feed, the Deployment Settings may be invalid (#1651)
4 posts - 4 participants
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
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
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
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
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