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

Error: System.NullReferenceException: Object reference not set to an instance of an object

$
0
0

@sup_93 wrote:

Getting the Error: System.NullReferenceException: Object reference not set to an instance of an object. while publishing packages to orchestrator.

Uipath version :Studio 2019.11.0-beta.2 - 11/18/2019,Community Edition

The project is working fine from studio.

Please help!

Posts: 7

Participants: 3

Read full topic


Can't access level 1 foundation training 2018.3

$
0
0

@TheingiSoe wrote:

I would like to learn RPA level 1 - training 2018.3 . But can’t access this training course and showing 403 forbidden .Please give advice to get access for this course .
Thanks !

Posts: 3

Participants: 3

Read full topic

Hot key not working on active windows

$
0
0

@Inzmamul_Haq wrote:

Hi

I am trying to send hot key Shift+Right but it does not work. In the screenshot, what i am trying to achieve is, when i send hot key it should move to Historical so that i can go ahead and select appropriate option but it does not work and also it does not give any error as well. Could you please help me with this.

Posts: 6

Participants: 3

Read full topic

Uipath Activity which can read the undelivered notification emails?

$
0
0

@Govindan wrote:

Previous Thread
I know there is an active thread with a similar request but I wanted to get a clear answer. Is there a way to make the bot read the undelivered notifications or any backend activity which can move the undelivered email to a specific folder. The ultimate goal is to move these undelivered notifications from one folder to another.

Posts: 2

Participants: 2

Read full topic

RemoteException wrapping UiPath.Core.BrowserOperationException: Cannot communicate with Internet Explorer browser

$
0
0

@ANSHUL wrote:

@loginerror Suddenly getting this error, I’ve tried all.
image
All my version:

IE version
image

Error:
RemoteException wrapping UiPath.Core.BrowserOperationException: Cannot communicate with Internet Explorer browser. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Cannot communicate with Internet Explorer browser.
at UiPath.UiBrowserClass.Open(String bstrURL, UiBrowserFlags flag)
at UiPath.Core.Browser.Open(String url, CommMethod startBrowserMechanism, Boolean privateSession, Boolean headlessSession, Boolean defaultSession)
— End of inner exception stack trace —
at UiPath.Core.Activities.ScopeActivity.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Core.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Please suggest.

Posts: 2

Participants: 2

Read full topic

Studio Renewal process

LoadString (168)

$
0
0

@SAFE wrote:

My execution threw an error while trying to execute a hotkey

These are the details: RemoteException wrapping UiPath.Core.ElementOperationException: Error: LoadString(168) failed! —> RemoteException wrapping

For what I have been reading, LoadString is being described as some localization bug that doesn’t allow to show the original exception message???
Maybe because of the language defined upon installation?

But besides that, can someone please tell me what should be the original message?? I saw someone from UiPath answering in a topic the original message but for another code (not the 168).

Thanks!

Posts: 7

Participants: 3

Read full topic

Excel Application Scope Erasing Wb Data

$
0
0

@spons wrote:

Hi everyone,

I’m having a strange issue where opening any document in Excel Application Scope erases all data inside the workbook.

I open and review the document I want to work with before hand–all data present. I use the “browse” feature in the Excel Application Scope WorkbookPath. When I try to execute the process (process just includes opening the workbook, and one ExcelReadRange), the document opens, but is completely blank.

I go back to open and review the document I specified for action in my file explorer to see what’s wrong, and all data has been erased. (I kept a copy to try again with.) I have repeated this process with various tweaks and recreating the xaml file all together, but it keeps erasing the data for each new copy of the document I create. . . I’ve even tried moving the file to a new folder.

Any ideas on how to fix this? I’m at a loss.

Thanks,
Shelby

Posts: 8

Participants: 3

Read full topic


How to throw exception then continue

$
0
0

@dari_donkuro wrote:

I am stuck on executing rest of code after throwing exception. Basically, I am using Element exists activity with the “Try” block of a try/catch activity to determine if user’s entry was found in combobox. The next activity in the sequence is an IF activity which throws BusinessRuleException if the value from Element exists is false, else it selects the element. In the catch block of the try/catch, I am catching BusinessRuleException.
The issue is, execution stops at the “Throw” activity, so, the catch block never executes.
What I am trying to achieve is, throw exception then catch it in the catch block to handle other business logic.

Posts: 3

Participants: 3

Read full topic

Bat file for windows task scheduler is not working

$
0
0

@Swagat1 wrote:

Before the update my bat files for scheduler were working, but after the update when i change the bat file location its not working.
bat file path-start “” /min “C:\Users\example\AppData\Local\UiPath\app-19.9.2\UiRobot.exe” /file:“D:\Boarding\example\Main.xaml” /input:"{‘StartedByTaskScheduler’:true}"

Posts: 24

Participants: 5

Read full topic

Getting an error while using Microsoft OCR

$
0
0

@Shivi wrote:

Hi,

While using “Microsoft OCR” for reading PDF, getting below error-
“Read PDF With OCR: Error performing OCR: Unable to initialize Microsoft engine MicrosoftErrorCreateEngine”

If you have idea about this, please let me know.
Thanks!

Posts: 5

Participants: 3

Read full topic

A local license is required.This error occurred when I was running nupkg with the local robot, Now what do I do?

$
0
0

@ShengHanlin wrote:

This error occurred when I was running nupkg with the local robot,Now what do I do?

A local license is required.
RemoteException wrapping System.Exception: A local license is required.
at UiPath.Service.Licenses.LicenseManager.d__6.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.Service.Impl.ExecutionManager.d__15.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.Service.Messages.MessageDispatcher.d__21.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.Service.Impl.RobotService.d__30.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.Service.Impl.RobotService.d__31.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.Service.Impl.RobotService.d__9.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.Ipc.Server.d__22.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.Ipc.Server.d__21.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.Ipc.Server.<>c__DisplayClass3_2.<<-ctor>b__5>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.Ipc.IOHelpers.d__6.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.Ipc.IOHelpers.d__11`1.MoveNext()

Posts: 2

Participants: 2

Read full topic

Connecting Error Problem

License issue in community version

Publish Orchestrator Error: to large

$
0
0

@askPWC wrote:

Hi everyone,

We are currently publishing a process in the orchestrator, but when publishing it this error arises, will you know what the reason may be?

image

Posts: 4

Participants: 2

Read full topic


Having trouble assigning a variable of type Dictionary(Of String, Dictionary(Of String, Integer))

$
0
0

@adrian.yap wrote:

Good Day Guys,
I’m having a trouble assigning a value to a variable. As far as my research goes the code I used seems correct but it just throw an error that says “Expression does not produce a value”. Am I missing something big? I attached a screenshot of my code and error encountered for reference.

Thanks a lot!

Posts: 3

Participants: 3

Read full topic

Regex cannot be matched cause it doesn't have a standard property

OpenCV: Bad input roi

$
0
0

@cacafundi wrote:

Hi folks,

i´m gettin this error from uipath on click image: OpenCV: Bad input roi
( from citrix recorder ).
anyone knows the cause ??

thanks!!

Posts: 6

Participants: 5

Read full topic

Getting an error while using CV Screen Scope "Response from Server Not Valid #404"

Yearly report generation

Viewing all 4407 articles
Browse latest View live


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