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

Error HRESULT E_FAIL has been returned from a call to a COM component with oracle MWB


Silverlight based desktop application Select Item activity not working

$
0
0

@sreevsr wrote:

I am automating a SIlverlight based desktop application. This has lots of combo boxes. However, the Select Item activity does not work on any combo box. I get the below error. Could someone please help?
I have installed Silverlight extension for UiPath.

Select Item ‘combo box’: Error HRESULT E_FAIL has been returned from a call to a COM component.

Posts: 1

Participants: 1

Read full topic

Erro toda vez que abro um novo Framework

$
0
0

@taisando wrote:

Toda vez que inicio uma aplicação Robotic Enterprise Framework, aparece um erro NU1102: Unable to find package.
As dependencias estão corretas, e os pacotes estão atualizados.
Posso continuar o projeto mesmo o erro não sumindo?

Posts: 4

Participants: 3

Read full topic

Send SMTP Mail Message: Object reference not set to an instance of an object

End of Expression expected error

ERROR:Append Range: The given key was not present in the dictionary

SAP Application is not responding

$
0
0

@Neerugattu wrote:

Hi,
I have SAP application to automate. In SAP application when I click on one button it will open one window where I have to read text.
The problem is when I click on that button some times it will not at all open and the status bar is keep going, some times I have waited almost 1hr but I did not get any error either from SAP application or from UiPath so please suggest me how to handle this kind of scenario in UiPath.
Currently, each time when it stuck I am closing SAP application through Task manager and re running UiPath workflow again.

Thank you in advance.

Posts: 7

Participants: 4

Read full topic

"System error at initialization: You are not authorized! Error code: 0 at Source: UiPath.System.Activities"

$
0
0

@oshan wrote:

Hi friends

I am adding values to queue.
i m getting the below error. Do you have any idea.
Robot has queue edit permission.
OrchestratorQueueName is correct. i checked using message box.

“System error at initialization: You are not authorized! Error code: 0 at Source: UiPath.System.Activities”

Posts: 2

Participants: 2

Read full topic


On image or element appear on excel sheet

$
0
0

@ifranity wrote:

Hello,
Plz I need ur help, I’ve waiting for generation some data on sheet. But sometimes that took so much time. I’ve used a delay but it’s a little bit a bad idea for me, bc there is some sheet that took only few seconde so the process need to wait the whole time the same timing.
I’ ve used on image appear and wait image vanish but that select the whole sheet not only name of colonne (as an image) and that not work. Any idea please thanks at all

Posts: 1

Participants: 1

Read full topic

How to copy one sheet and paste it after last sheet with different name?

$
0
0

@vikashkumarvivek00 wrote:

I have used Vb.net code but facing some issue 'Object strict on disallows late binding ’

Dim xlApp As Microsoft.Office.Interop.Excel.Application
Dim wb As Microsoft.Office.Interop.Excel.Workbook
Dim ws As Microsoft.Office.Interop.Excel.Worksheet
Dim range As Microsoft.Office.Interop.Excel.Range
Dim newXlSheet As Microsoft.Office.Interop.Excel.Worksheet
Try
xlApp=New Microsoft.Office.Interop.Excel.ApplicationClass

Dim FilePath As String
xlApp.DisplayAlerts=False
FilePath=“C:\Users\Desktop\Projects\Filename.xlsx”
wb=xlApp.Workbooks.Open(FilePath)
xlApp.Visible=True
ws=CType(wb.Sheets(“Template 1”),Microsoft.Office.Interop.Excel.Worksheet)
ws.Copy(Type.Missing,wb.Sheets(wb.Sheets.Count))
wb.Sheets(wb.Sheets.Count).Name= “NEW SHEET”
Catch ex As Exception
system.Windows.MessageBox.show(ex.ToString)
End Try

@Dominic Can you please help me out ?

Posts: 1

Participants: 1

Read full topic

Open Browser: Cannot communicate with the browser, please check the UiPath extension

$
0
0

@flexlutherr wrote:

Hello All,

I am getting an error with UiPath studio and Chrome Extension not working: Open Browser: Cannot communicate with the browser, please check the UiPath extension I have already reinstalled the extension multiple times, reinstalled UiPath Studio and followed the documentation located at these links:


I troubleshooted inside the Registry Editor and everything checked out but still cant see the ChromeNativeMessaging.exe process running in task manager under Chrome.

Versions:

  • Studio Community Edition 2019.7.0
  • UiPath Web Automation Chrome Extension 9.0.6821

Any help would be greatly appreciated.
Thanks! :pray:

Posts: 10

Participants: 7

Read full topic

Get error message

Unable to download Community Edition

$
0
0

@sridhary wrote:

License type(Free, Trial/License code):

I am trying to install the Community Edition to test some new functionalities but the page just does not move and unable to proceed. The steps followed are:

  • Login to UiPath Community-> Click Download - > Select Community Edition
  • New Page opens asking to login through Google/MIcrosoft/LinkedIn or through Email
  • I selected the same email address used to login into UiPath Community but keep receiving the message UserName or Password is incorrect.
  • Even if I select ‘Forgot Password’ and mention the email address it says Password Reset request sent but I never received any email at all
  • Similarly when I select Google or LinkedIn account I keep receving a message ’ Account Does not Exist’
    Even if I try to sign up for a new account and enter details the SIgnUp button does not work at all
    Please resolve.

Posts: 20

Participants: 9

Read full topic

Uipath screen OCR Error endpoint beta is wrong?

$
0
0

@luchovelez wrote:

i tried use read pdf with Uipath screen ocr engine yesterday but i have this problem Message: Error performing OCR: Error al enviar la solicitud. ScreenOCRErrorRunningEngine
looks like a error of endpoint or something, another engines like abbyy cloud works fine, i used to use this engine before without problem

Log error:

19.12.0-beta.61+Branch.release-v2019.12.0.Sha.c5ef64a84dd6be2c140a75da8fd036824faab942

Source: Read PDF With OCR

Message: Error performing OCR: Error al enviar la solicitud. ScreenOCRErrorRunningEngine

Exception Type: System.Exception

RemoteException wrapping System.Exception: Error performing OCR: Error al enviar la solicitud. ScreenOCRErrorRunningEngine —> RemoteException wrapping System.ServiceModel.FaultException: Error al enviar la solicitud. ScreenOCRErrorRunningEngine
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object outs, IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass7_01.<CreateGenericTask>b__0(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task`1 promise, Boolean requiresSynchronization)
— 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.Vision.VisionClient.d__5.MoveNext()
— End of inner exception stack trace —
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.AsyncTaskNativeActivity.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)

Posts: 11

Participants: 4

Read full topic

Take Screenshot Error | Outlook Error

$
0
0

@vasundhara.sharma wrote:

Hi,

I am getting an error in Take Screenshot activity - “Object reference not set to an instance of an object”. I am not using any selector as I want to take screenshot of the whole screen and it used to work fine before but after the Studio got updated to v2019.10.2, I am facing this issue. Can anyone help with this?

Also, after the update, I am getting error in “Get Outlook Mail Messages” activity when I run the process from the Orchestrator (The operation has timed out). When I run the same process from the Studio, it works fine. What can be the reason for this?

Thanks,
Vasundhara

Posts: 11

Participants: 4

Read full topic


Is there a way to get a snapshot of the robot's screen every time it fails?

$
0
0

@nedenfield wrote:

Hello,
I am looking for a way to troubleshoot my robot. We can get the process to run when watching the bot but when the bot is run from orchestrator, it often errors out for different reasons.

I was hoping that the bot could take a screenshot and email us what it is seeing each time it errors to make trouble shooting easier.

Is there a function for this?

Thanks!

Posts: 2

Participants: 2

Read full topic

HTTP request downloaded file null

$
0
0

@razu91 wrote:

Hi Guys, I have the issue using http request. When downloaded the file it shows null data in file. but when I have downloaded the manually it download properly with data. Please anyone can resolve this.
Null file:
image
HTTP Request Activity:

Thanks

Posts: 3

Participants: 2

Read full topic

Same bot different pcs

$
0
0

@Adeel_Ahmed wrote:

Hi guys

I have a strange situations, some bots I have built work perfectly on my computer however when using the same bot on my colleagues pc it seems to lose indicators / not find them.

We are both running windows 10 and the latest version of chrome, the latest example was logging into salesforce and creating a new user, when choose the user menu in the admin panel the bot would fail on her pc however still work fine on mine… any suggestions of what I might be doing wrong? In most cases it would seem it would lose the selector but repairing it, it would just be the same exact code

Thanks

Posts: 15

Participants: 7

Read full topic

Feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again

$
0
0

@Mathavaprakash wrote:

I have installed Robot on Automation server and exported bot packages from Development server to Automation server. When I try to start job from Orchestrator or when I am trying to download and install processes from Robot tray in Automation server machine, I am getting feed error. It is not allowing to download UiPath Official dependencies like ‘UiPath.Database.Activities.1.0.7053.27728’ and ‘UiPath.Credentials.Activities. 1.1.6479.13204’.

I am able to run jobs which has only message box activity without any dependencies. but when I try to run my actual jobs with UiPath Official site dependencies like database, credentials, that time I am getting this error.

Error Message:

Info: The feed ‘Official [https://www.myget.org/F/workflow/]’ lists package ‘UiPath.Database.Activities.1.1.6660.26865’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.

RemoteException wrapping NuGet.Protocol.Core.Types.FatalProtocolException: The feed ‘Official [https://www.myget.org/F/workflow/]’ lists package ‘UiPath.Database.Activities.1.1.6660.26865’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again. —> RemoteException wrapping NuGet.Protocol.PackageNotFoundProtocolException: Unable to find package ‘UiPath.Database.Activities.1.1.6660.26865’.
at NuGet.Protocol.FindPackagesByIdNupkgDownloader.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 NuGet.Protocol.RemoteV2FindPackageByIdResource.d__18.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 NuGet.Commands.SourceRepositoryDependencyProvider.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 NuGet.Commands.SourceRepositoryDependencyProvider.<>c__DisplayClass21_0.<b__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 NuGet.Commands.SourceRepositoryDependencyProvider.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 NuGet.DependencyResolver.ResolverUtility.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 NuGet.DependencyResolver.ResolverUtility.d__1.MoveNext()
— End of inner exception stack trace —
at NuGet.DependencyResolver.ResolverUtility.d__1.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.DependencyResolver.RemoteDependencyWalker.d__3.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.DependencyResolver.RemoteDependencyWalker.d__3.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.DependencyResolver.RemoteDependencyWalker.d__3.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 NuGet.Commands.ProjectRestoreCommand.d__10.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.Commands.ProjectRestoreCommand.d__8.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.Commands.RestoreCommand.d__47.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.Commands.RestoreCommand.d__32.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.NuGet.PackageManager.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.NuGet.PackageManager.d__0.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.ProjectInstaller.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.Service.Impl.ProjectInstaller.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.ProjectInstaller.d__4.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.ProjectInstaller.<>c__DisplayClass3_0.<b__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.Service.Impl.ProjectInstaller.d__3.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.WindowsPackageService.d__3.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.Job.d__35.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.Job.d__34.MoveNext()
Start Time: 01/08/2020 7:18:40 AM
End Time: 01/08/2020 7:18:41 AM
Input Values: null
Output Values: null
Has Recording: false

Please help me to solve this issue.

Posts: 3

Participants: 2

Read full topic

Connecting Orchestrator with UiPath Robot - Error

$
0
0

@isha.bhatnagar wrote:

Hi,

I followed the procedure to connect Uipath Robot to Orchestrator. I provided correct Machine key and Orchestrator url. On clicking “connect”, the following error showed up:-
“A Task was cancelled”

Please help me resolve this.
Thanks

Posts: 8

Participants: 3

Read full topic

Viewing all 4402 articles
Browse latest View live


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