@gvarghese wrote:
(upload://lPc3rlKO4tL9ymViNZ74sAbTs7B.png)
Not able to use attach window activity due to above com class error. please advise
Posts: 10
Participants: 2
@gvarghese wrote:
(upload://lPc3rlKO4tL9ymViNZ74sAbTs7B.png)
Not able to use attach window activity due to above com class error. please advise
Posts: 10
Participants: 2
@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
@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?
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 -
with two files in the data folder…
and the workflow like this…
Posts: 1
Participants: 1
@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
@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
@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
Happy learning
Posts: 3
Participants: 2
@fairymemay wrote:
can’t send outlook.
error : send outlook mail message as below.
Help me please.
Posts: 12
Participants: 3
@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
@Jesi wrote:
Anyone having idea on below error… which this is occuring when using data extraction scope
Please refer my variables details below
Posts: 3
Participants: 2
@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
@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.
Thanks for help in advance!
Posts: 3
Participants: 2
@siaochuenchong wrote:
Hi!
My question today is about TryParse. I did the TryParse according to the workflow in UiDemo, but it didnt work! (The value in the CashIn did not transfer to dbl_CashIn). I wonder what is the problem?
Posts: 4
Participants: 2
@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
@vivek_sivam wrote:
Hi I’m trying to execute my work flow i’m getting below error
Posts: 2
Participants: 2
@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!
![]()
Posts: 5
Participants: 3
@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 appreciatedErrors
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
@dibyendu.choudhury88 wrote:
Hi, I am facing run time error for executing my script for SAP application. I have enabled SAP gui scripting in the SAP application still facing the issue, can anyone offer any solution for this?
Posts: 1
Participants: 1
@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
@sudhasagar wrote:
Hi All,
I need to extract the content of data from website.
I said to python developer, that i required like this way and he made it below csv.
when i load my script file, it throws the error
This is my script below
So, i’m attaching my file please check and make corrections
pythonProcess.zip (1.9 KB)
Posts: 10
Participants: 3
@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