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

Virtual Machine problem

$
0
0

@Youssef wrote:

Hi everyone,

When installing robots on a virtual machine, I do face problems.

For instance, click image activity does not work, even click activity sometimes.

Are there any impact of virtual machine on robots?

Thanks,

Posts: 3

Participants: 3

Read full topic


Error while scheduling a job via Orchestrator API

$
0
0

@Shubhi wrote:

Hey,

I am trying to schedule a robot via calling API but getting error as below:
{“message”:“Invalid JSON. A token was not recognized in the JSON content.”,“errorCode”:0,“resourceIds”:null}

SetSchedules.xaml (6.1 KB)

Posts: 1

Participants: 1

Read full topic

The operation was canceled -error when connecting Robot to orchestrator

System.TimeoutException - All mail activities

$
0
0

@jornes wrote:

Hello,

I am facing this issue with both send and get outlook mail, which we use in several of our company automations (enterprise edition)

Worked yesterday.

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.TimeoutException: The operation has timed out.
at UiPath.Mail.Activities.SendMailActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

I have tried:

  • Update activities.
  • Reinstall activities
  • Restart PC
  • Repair outlook
  • Disable exhange
  • With and without “account”
  • Made a test project with a simple “send outlook …” to prove that the error involves not only “old” projects.

Any solutions?

Posts: 2

Participants: 1

Read full topic

A error code, in the “Sha1Online_GetHashCode” workflow

Edge error message text wrong and link to 404 page

$
0
0

@kwoxer wrote:

The German text is totally nonsense. Better write it in this way: “Wir haben festgestellt, dass Sie versuchen etwas in einem Browser zu erfassen. Jedoch ist die Erweiterung dafür nicht aktiviert. Bitte …”.

Also the link you are redirected to is not working anymore. It is https://docs.uipath.com/studio/lang-de/docs/installing-the-edge-extension with a 404 page.

2019-12-16 11_06_38-StrokesPlus

Could you please update those 2 issues?

Btw in the English version both seems fine:

Posts: 8

Participants: 3

Read full topic

Error message during renewing licence

SMTP Mail Message Error


Level 3 Advanced Training Assignment 1 - Calculate Client Security Hash - Cannot find UI Element

$
0
0

@UiP_Mc wrote:

I was trying to finish my level 3 advanced training, but I keep getting this error:


It kills the process right after I scrape through the work items, and log out from the system.
I already tried to use a wildcard for this selector (*) but it still won’t work. It kept on saying that it failed to close normally
Can you guys help me out with this?
Thanks!

Posts: 22

Participants: 5

Read full topic

Screen Scrapping using OCR not working

$
0
0

@Pankit wrote:

Hi @Pablito

OCR has stopped working (Microsft and Tesseract). It was working fine few days ago. I tried scrapping from Screen Scrapper. Didnt work. What could be the issue? Any suggestions?

Posts: 17

Participants: 4

Read full topic

How to write a variable with type into activities

How do I increment a variable? var++ throws an error

SharePoint - Upload File issue

$
0
0

@ronak wrote:

Hi All,

I am using UiPathTeam activity set to upload a file on sharePoint, but getting is error "Upload file: The sign-in name or password does not match one in the Microsoft account system."

Please help if someone has any solution.

Thanks In Advance
Ronak

image

Posts: 3

Participants: 2

Read full topic

I checked the xlsx file it is there a column named "company Name" still m getting this

OpenBrowser activity behaves different in Chrome/Firefox in private Mode

$
0
0

@kwoxer wrote:

Basically the issue is very simple. I want to be able to switch the used browser. But the currently used browser should behave in the same way. So using a private browser session is a proper way to solve that issue. In the Chrome this works fine. It opens a new private session of Chrome. But when I used the Firefox, it opens the usual Firefox with a new tab. So this is not a private session and I get the list of account I already logged in with.

I want to have the Firefox to behave like the Chrome does. How is that possible?

Additional Info:

  • In Edge it also works properly like in Chrome.
  • In IE it also works properly like in Chrome.

Posts: 10

Participants: 4

Read full topic


BalaReva - Tip of the Day #2

String to Double (Input string was not in a correct format.)

$
0
0

@NotaRobot wrote:

Dear UiPath friends!

I am currently breaking my head over the error below.

What I want:

  • Retrieve information from a website percentage (as a String) that could be positive and negative (for example 0,08 or -0,05);
    *Write it to a dt column so I can reuse the information easily for a further analyses;
  • Get the information from the dt and assign a value to another column based on the result of the above mentioned value (string) using a If statement activity.

Other info:

  • I do not have this issue when I write the information into the dt myself.
  • This is how I get the information:

Error:
Source: Assign 5 min

Message: Input string was not in a correct format.

Exception Type: System.FormatException

RemoteException wrapping System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at lambda_method(Closure , ActivityContext )
at Microsoft.VisualBasic.Activities.VisualBasicValue1.Execute(CodeActivityContext context) at System.Activities.CodeActivity1.InternalExecuteInResolutionContext(CodeActivityContext context)
at System.Activities.Runtime.ActivityExecutor.ExecuteInResolutionContext[T](ActivityInstance parentInstance, Activity1 expressionActivity) at System.Activities.InArgument1.TryPopulateValue(LocationEnvironment targetEnvironment, ActivityInstance activityInstance, ActivityExecutor executor)
at System.Activities.RuntimeArgument.TryPopulateValue(LocationEnvironment targetEnvironment, ActivityInstance targetActivityInstance, ActivityExecutor executor, Object argumentValueOverride, Location resultLocation, Boolean skipFastPath)
at System.Activities.ActivityInstance.InternalTryPopulateArgumentValueOrScheduleExpression(RuntimeArgument argument, Int32 nextArgumentIndex, ActivityExecutor executor, IDictionary2 argumentValueOverrides, Location resultLocation, Boolean isDynamicUpdate) at System.Activities.ActivityInstance.ResolveArguments(ActivityExecutor executor, IDictionary2 argumentValueOverrides, Location resultLocation, Int32 startIndex)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at UiPath.Executor.BaseRunner.EndExecute(IAsyncResult result)
at UiPath.Executor.InProcessRunner.EndExecute(IAsyncResult result)
at UiPath.Core.Activities.ExecutorInvokeActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

I have tried changing the culture without any succes. Can somebody please please please help me out?! Thank you in advance!

Kr, NotARobot

Posts: 2

Participants: 2

Read full topic

Process Stalling After Library Workflow Execution

After running job in Orchestrator it gives error of "Folder Default"

Error performing OCR: Error while copying content to a stream. ScreenOCRErrorRunningEngine

$
0
0

@luchovelez wrote:

i am trying to read Pdf with screen ocr and im facing this error
“message”: “error read PDF page: 1 Error performing OCR: Error while copying content to a stream. ScreenOCRErrorRunningEngine”,
“level”: “Warning”,
“logType”: “User”,
“timeStamp”: “12:03:23”,
“processVersion”: “1.0.0”,
“jobId”: “42de627d-d196-4925-836c-7787880460bb”,
“robotName”: “BRBRI1DT143”,
“machineId”: 22,
“fileName”: “PDFocrRead”

Posts: 4

Participants: 2

Read full topic

Viewing all 4407 articles
Browse latest View live


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