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

Uipath Java Extension Problem

$
0
0

@Umang_Mehta wrote:

I can try to scrap Java application, already ScreenScrapeJavaSupport extension and JRE. In the JRE ext folder already UipathJavaBridge executable file is present. But the issue is that whenever I try to scrap that dropdown menu item below dialogue is open.
Capture

Posts: 6

Participants: 3

Read full topic


Excel Error: The remote Procedure call failed (Exception From HRESULT: 0x800706BE

ERROR: There is already an open DataReader associated with this Command which must be closed first

Global Exception Handler option not coming

$
0
0

@kkpatel wrote:

Hi All

Please check the screenshot from my studio. The Global Handler option is not coming under New. What is the reason. Its Enterprise edition.

global excep handler

Posts: 5

Participants: 3

Read full topic

Issue with Orchestrator(Enterprise Edition)

$
0
0

@sruthi_gunji wrote:

Hi Team,

We have scheduled the Bot in Orchestrator Enterprise edition and running the Bot in virtual machine. While doing so, we are encountering with an error message:Click ''faulted. Also TypeIntos are not working whenever VM is disconnected or Screen is locked. Even after the resolutions are perfectly set we are unable to solve the issue.
Please help us solve this issue.

@ovi @loginerror @aksh1yadav please provide a solution.

Posts: 5

Participants: 3

Read full topic

CV Vision OCR not working

$
0
0

@Balamareeswaran_Muru wrote:

Hi All,

I am unable to work with CV Vision Screen scraping. Its giving OCR not retirned any results as attacehd. Though uninstalled Uipath.vison as advised in other post, unable to fix this.

I tried using Gopogle Ocr/Tesseract OCR/Language as “en”… Still facing same issue.

Any help on this please…Waiting for an urgent deliverable badly.

Additionally, Any dependencies needs to be attached?? Please advise. Thanks so much in advance!!

Posts: 4

Participants: 2

Read full topic

Job stopped with an unexpected exit code 0xE0434352 Windows Suspend

$
0
0

@Dogu_Ciloglu_Alumni wrote:

Hi all,

I get this Job stopped with an unexpected exit code 0xE0434352 error when read a huge text file, something like 2m rows. Its not happening on small text files. Then I realized it’s because windows suspend the application, a green leaf appears near to Robot Application after some point where Robot occupy around 2.8gb on ram (My computer 8gb). I tried on different computers but still get the same error. I could not find any solution somewhere and this is crucial about my project so I really need your help. I attach exapmle photos for better understanding.

Thanks in advance :slight_smile:

image

Posts: 5

Participants: 3

Read full topic

Problem with ST-USG-009 rule

$
0
0

@srdjan.suc wrote:

Hello friends!

I’ve been using the Workflow analyzer lately, and I’ve notice a problem with ST-USG-009 rule.

Mainly that this rule is violated when I use variables to map arguments from one Workflow to another.
Should I switch the way that I map values from one workflow to another, or should this rule be changed in some way?

Posts: 11

Participants: 4

Read full topic


Error happened when try to get Outlook Mail Messages

For Each Row loop iterating only once due Selector error

$
0
0

@eplr3198 wrote:

This is what I’m trying to do:

  1. Read an excel file, iterate through the rows and obtain the cells value. (Done)
  2. On a specific url navigate to a search field where each query from step #1 will be inserted and export a csv file of the result. (Done)
  3. When prompted to open/save/cancel csv export click on save and have the file saved. (Done)

The issue: I need this whole process (Steps 1,2 and 3) to happen for each iteration. It’s only happening 1 iteration before giving an UI error for selector not found. I have tried 2 scenarios:

  • [not efficient] If I add an OpenBrowser Activity as part of the for loop it will obviously open an IE(that’s the browser I’m using) tab everytime and do steps 2 and 3 for each new tab until IE will crash and not find a UI element.
  • [ideal way] after completing step 3 of iteration #1 of the for each row loop it should look for the search field within the same page and insert iteration #2 value in the search input field, but this doesn’t work as it always finds an UI selector error upon initiating iteration #2. Weird because it iterates and saves the file once, but for fails to find element for 2nd iteration. This is the error:

Sorry for long post, I wanted to be as precise as possible.

Posts: 2

Participants: 2

Read full topic

Error while installing package in uipath studio

$
0
0

@Himanshu.joshi wrote:

Hii folks,

When i am trying to install UiPath.SAP.BAPI.Activities get the following error.
image

My uipath studio version = 2019.3.0

Posts: 9

Participants: 3

Read full topic

Unable to install package UiPath SAP BAPI Automation Activities

$
0
0

@chandravadanj wrote:

I am unable to install package UiPath.SAP.BAPI.Activitites.

Following is the log.

11:27:58.4819 => [ERROR] [UiPath.Studio.Shared.Logging.OutputLogger] [12] Cannot load assembly: C:\Users\jaiswalc.nuget\packages\uipath.sap.bapi.activities/1.1.0\lib/net461/UiPath.SAP.BAPI.dll : System.IO.FileNotFoundException: Could not load file or assembly ‘sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436dca5c7f7d23’ or one of its dependencies. The system cannot find the file specified.
File name: ‘sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436dca5c7f7d23’
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at UiPath.Studio.Plugin.Workflow.Services.AssemblyContainer.AddAssemblyInternal(Assembly assembly, String path) in D:\a\1\s\Studio\UiPath.Studio.Plugin.Workflow\Services\AssemblyContainer.cs:line 249
at UiPath.Studio.Plugin.Workflow.Services.AssemblyContainer.LoadAssemblies(String paths, IAppDomainCancellationToken cancellationToken) in D:\a\1\s\Studio\UiPath.Studio.Plugin.Workflow\Services\AssemblyContainer.cs:line 98

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Please advise how to fix this issue.

Posts: 12

Participants: 5

Read full topic

Not able to generate package while integrating UiPath and Jenkins using plugin

$
0
0

@nsagi wrote:

Hi,

I am trying to integrate the jenkins with UiPath using plugin. I have configured as the default as per the document that was provided by the UiPath. Here the main problem is build was getting success but it was not generating the package.

Can any one please help me on it.

Posts: 2

Participants: 2

Read full topic

Error when checking string in a List of

C# project will not open

$
0
0

@MarnusN wrote:

So on Friday the 11th I created my first project. (C#) it was working well and then suddenly I started getting an error (Can not convert object to int). Even if I took everything out and and simply used a write to screen it kept saying that. So this Monday morning the 14th when I open the project I get this following error. “C# language is not supported”

Posts: 28

Participants: 13

Read full topic


Facing error in assign activity . It works for some users but shows expection for few users. Assign: Exception has been thrown by the target of an invocation

UiPath Community Edition Stuck every time When i close it

Run a bot from different server

$
0
0

@dilii wrote:

Hi,
I have created a trigger in Orchestrator and when it triggering it gives the following error.
But there’s not pending jobs for this Robots.
Folder Default: #trigger XXX for #process XXX could not create jobs. The robots already have pending jobs for this Process
I’m still using UIPath studio development licence only.

Posts: 4

Participants: 3

Read full topic

Error connecting ORchestrator

Error accessing orchrestrator (500)

Viewing all 4400 articles
Browse latest View live