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

Com class factory error - HRESULT :800736B1

$
0
0

@gvarghese wrote:

(upload://lPc3rlKO4tL9ymViNZ74sAbTs7B.png)

Not able to use attach window activity due to above com class error. please advise

Posts: 10

Participants: 2

Read full topic


Orchestrator Mobile app crashes on iPhone 6

$
0
0

@rajat_dhammi wrote:

My Orchestrator Mobile app is not working. As soon as i open it, the application crashes and close. I am using Iphone 6.

Posts: 6

Participants: 2

Read full topic

Use Excel File card throws an exception when used in a loop

$
0
0

@kaderms wrote:

Here is the scenario that my business team is working on with StudioX.
They need to open each excel file saved in a folder and perform some operation with them.
But Use Excel File card throws an exception like the one below when it runs for the second time in the loop (For each file in folder)

Tried inserting the excel card in any loop for that matter, I came across the same problem again.
This seems like an bug to me. Suggestions anyone?

image

20.2.0-beta.108+Branch.release-v2020.2.0.Sha.8a477a3ff8e9d37d84fd97a9b453d655d8f9dddd

Source: Use Excel File

Message: Workbook closed. Please re-initialize the workbook.

Exception Type: UiPath.Excel.ExcelException

RemoteException wrapping UiPath.Excel.ExcelException: Workbook closed. Please re-initialize the workbook. 
   at UiPath.Excel.WorkbookQuickHandle.CloseWorkbook()
   at UiPath.Excel.WorkbookQuickHandle.InitializeWorkbook(IExtendedWorkbookFactory workbookAppFactory)
   at UiPath.Excel.Activities.Business.ExcelApplicationCard.Execute(NativeActivityContext context)
   at System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
   at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
   at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

Excel Card Issues.zip (64.2 KB) This is a sample project I made to replicate the scenario quick -

Posts: 1

Participants: 1

Read full topic

String.split into a string array

$
0
0

@tsorrill wrote:

I am tying to split a list of items each on a new line. the code i am using is varriable lines default to text.split("\r\n")

How ever I am getting an error that "option strict on disallows implicit conversions from ‘string’ to ‘char’. I have tried slapping a toarray and tostring method at the end but I do not understand what that message is referring to

Posts: 4

Participants: 4

Read full topic

UiPath 'Hangs' When "Microsoft Excel Security Notice" Pop up appears

$
0
0

@robot_learner wrote:

Hi All,

I have a process which requires me to open a .xla excel and perform some tasks.

However I am facing some difficulties in doing so. Let me try to explain my issue. I have tried using both “Excel Application Scope” and “Start” activity to launch the .xla excel. When process is triggered, the .xla excel is opened as expected. The next step is to click on the “Enable Macros” button of the “Microsoft Excel Security Notice” Pop up msg box which is generated on launch as shown below.


However, I am unable to reach that step as the execution will for some reason, hang and not move on (stop at yellow outline step after launch as shown in picture). I have ran in both Debug and Run mode but still faced the same issue.

It is also surprising that it does not timeout. I will have to forcefully stop the process to end it.

Help is greatly appreciated!!!

Regards,
Jack

Posts: 4

Participants: 2

Read full topic

GSuite Token

$
0
0

@pattyricarte wrote:

Hi All,

I am using the GSuites Activity and I got this error.

The client did not complete the token exchange after the default 60 seconds, and as a result the operation was canceled

Thanks in Advance.

cheers :smiley:

Happy learning :smiley:

Posts: 3

Participants: 2

Read full topic

I can't send outlook mail message

I am getting error :Index was outside the bounds of Array.”

$
0
0

@Akash_Malpure wrote:

Hi,

What I am trying to do: I am trying to create an dynamic array… However, when initiating the very first element of array I am getting the error :Index was outside the bounds of Array.

What I am doing:

Step 1: Created the Input Dialogue to accept the array size
Step 2: Assigning a count variable to 0
Step 3: Accepting element to enter into the array from user
Step 4: Checking if the count < array size entered by user in first step
Step 5: If condition on step 4 is true then assign the element to myArray(count)

On this step I am getting the error : “Index was outside the bounds of Array.”

Can anyone help please?

Posts: 5

Participants: 2

Read full topic


Data Extraction Scope : Dom not specified

Not getting Access token

$
0
0

@Surya_123 wrote:

Hi,
I am not getting the response for the post method of HTTP request.I am getting the error like this.
{“error”:“invalid_request”,“error_description”:“AADSTS900144: The request body must contain the following parameter: ‘grant_type’.\r\nTrace ID: 3c1d7b99-8382-46a8-a02e-97a62f13bb00\r\nCorrelation ID: 68b8de0f-aaee-4ba5-8d73-20d74bd6d158\r\nTimestamp: 2019-11-29 06:08:07Z”,“error_codes”:[900144],“timestamp”:“2019-11-29 06:08:07Z”,“trace_id”:“3c1d7b99-8382-46a8-a02e-97a62f13bb00”,“correlation_id”:“68b8de0f-aaee-4ba5-8d73-20d74bd6d158”,“error_uri”:“https://login.microsoftonline.com/error?code=900144”}

Regards,
Surya

Posts: 11

Participants: 6

Read full topic

Error in Open Browser activity

$
0
0

@poeticchampions wrote:

Hi all,
Just new to UiPath, and doing the first RPA Dev project creating the “Time in Bucharest” sequence.

I finished but getting the error below and not sure why. I added extra quotes (2nd screeshot), but no luck. I have no clue what this means.
image

Thanks for help in advance!

Posts: 3

Participants: 2

Read full topic

UiDemo TryParse Failed

NU1801: The local source 'C:\Users\DELL\.nuget\packages\uipath' doesn't exist

$
0
0

@heena_shaikh wrote:

Hi,

I am getting the below error.

NU1801: The local source ‘C:\Users\DELL.nuget\packages\uipath’ doesn’t exist.

please help.

Regards,
Heena

Posts: 2

Participants: 2

Read full topic

Job execution error

InputDialog: TypeConverter cannot convert from System.String

$
0
0

@liquidmemories wrote:

Hello,

I am using the InputDialog activity with IsPassword checked to store the value into a variable of type SecureString. I recieve a System.NotSupportedException when executing.

I am confused why this is happening. I tried resolving this issue by using the suggestions from this post. Input dialog: typeconverter cannot convert from system.string My issue seems different because the resolution was to enable the check box for IsPassword, but I have ensured IsPassword check box is enabled and I am still having this issue.

Any help would be appreciated, thanks!


image
image

Posts: 5

Participants: 3

Read full topic


API call + Microsoft Flow

$
0
0

@apurvalost wrote:

Hi,
I’m trying to make a connector using uipath orchestrator api, But not able to solve following errors if someone can help me out will be appreciated

Errors

Semantic error at paths./{{tenant}}/{{service}}/odata/Machines

Declared path parameter “{tenant” needs to be defined as a path parameter at either the path or operation level

Jump to line 11

Semantic error at paths./{{tenant}}/{{service}}/odata/Machines

Declared path parameter “{service” needs to be defined as a path parameter at either the path or operation level

Jump to line 11

Semantic error at paths./{AccountLogicalName}/{ServiceInstanceLogicalName}/odata/Machines

Declared path parameter “AccountLogicalName” needs to be defined as a path parameter at either the path or operation level

Jump to line 13

Semantic error at paths./{AccountLogicalName}/{ServiceInstanceLogicalName}/odata/Machines

Declared path parameter “ServiceInstanceLogicalName” needs to be defined as a path parameter at either the path or operation level

Jump to line 13

Semantic error at paths./{AccountLogicalName}/{ServiceInstanceLogicalName}/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs

Declared path parameter “AccountLogicalName” needs to be defined as a path parameter at either the path or operation level

Jump to line 14

Semantic error at paths./{AccountLogicalName}/{ServiceInstanceLogicalName}/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs

Declared path parameter “ServiceInstanceLogicalName” needs to be defined as a path parameter at either the path or operation level

Jump to line 14

Posts: 3

Participants: 2

Read full topic

UI Path Run time error

Attended Robots and CE Orchestrator

$
0
0

@preetith wrote:

Dear All,
I have published an attended robot and it appears as available in CE orchestrator.
Q1. I cannot find this in the tray. How can I run this ?

Q2. I am unable to add another AR in CE orchestrator and getting 1001 error. Since CE allows 2 AR license, why am I getting this error ?

Thanks

Posts: 6

Participants: 2

Read full topic

Load Python Script error when running python script

Click is not firing on a button on Windows Application

$
0
0

@VenkatM wrote:

I’ve created a sequence where I open an windows application and I click one of the button on the screen thru Click Activity. During execution I see the execution successfully steps out of Click event
without throwing any Selector error, However Click event seems to be not happening and I dont see any response on User Interface.

I tried to debug further by break it down with “FindElement” activity and Click activity. Find Element
successfully returns an UIElement that I can see it in local window and still the Click is not working.

What could be the issue?

The button I’m trying to click thru Click Activity is as shown here and the selector is given below.

Posts: 8

Participants: 4

Read full topic

Viewing all 4405 articles
Browse latest View live


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