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

Help fit error don't install UiPath Studio

$
0
0

@vinhlc2 wrote:

Install
I don’t get know why didn’t install soft. Can you guidl for me about this error ?
Thanks !

Posts: 2

Participants: 2

Read full topic


Method not found: 'UiPath.IUiWindow UiPath.IUiNode.GetTopLevelWindow()'.",

$
0
0

@Chris-Yiwei wrote:

i meet problem

Method not found: ‘UiPath.IUiWindow UiPath.IUiNode.GetTopLevelWindow()’.",

how could i deal with this problem . I am sincerely hope that somebody could give me a hand

thanks a lot in advanced .

Posts: 7

Participants: 5

Read full topic

RPA dev foundation, Data Manipulation, practice 4 question

$
0
0

@kapihl wrote:

I get this error:
For each - outer: Unable to cast object of type ‘System.Collections.Generic.KeyValuePair2[System.String,System.Collections.Generic.Dictionary2[System.String,System.Double]]’ to type ‘System.Collections.Generic.Dictionary`2[System.String,System.Double]’

I tried different ways to solve this - no luck.
(I also downloaded the solution, but ½ of it won’t load/show i editor …)

Questions:

  1. Is there implicit conversion when iterating in a for-loop - is that where the KeyValuePair is constructed?
  2. I haven’t tried debugging recently… But i find the visual aid overly broad: The entire outer-for-each loop is marked i studio. Can I use breakpoints to pinpoint the cause of this error?
  3. I dont’ really understand the compilation and run-time system of UIpath. Since I have no errors before this runs, i assume at least the pre-compiler accepts the variable declarations and conversions, so it is a runtime error. Any tips to understanding the inner workings of compilation, variable instantiations and runtime of UIPath would be welcome.
  4. re. uploading code: when do I get permission to do that?!

Posts: 1

Participants: 1

Read full topic

Calculate Client Security Hash Assignment Submission Error

$
0
0

@MukilPrasath wrote:

I completed Level 3 Assignment 1 and it is working good on my device.I didn’t reset the test data but during submission of the assignment…It simply shows 0/100 at the evaluation stage…Looking forward for help
Thanks in Advance
Mukil

Posts: 17

Participants: 3

Read full topic

"This control does not support data extraction" error

$
0
0

@yjkim wrote:

Hi there, I am new to Uipath and am testing out the software for my company.
Tried using the data scrapping wizard to retrieve information from a website, however encountered the error message “This control does not support data extraction”.
I have tried searching online for a solution, to no avail.
Please help!

Posts: 16

Participants: 12

Read full topic

Error in Robotic Enterprise Framework

ERROR: Specified cast is not valid

$
0
0

@mazlumkacar wrote:

Hi all,

I am try to split an excel sheet by “Sipariş No” column. It should create new excel sheets for each “Sipariş No” column element.

But i am getting “Specified cast is not valid” error when try to do that.

Here is my split code:
dt_distinct = dt_siparisler.AsEnumerable.GroupBy(function(x) x.field(of double)(“Sipariş No”)).select(function(g) g.FirstOrDefault).copytodatatable

Posts: 1

Participants: 1

Read full topic

Getting error on Soap request activity :exception has been thrown by the target of an invocation


Assign: Specified cast is not valid Error

$
0
0

@mazlumkacar wrote:

Hi all,

I am try to split an excel sheet by “Sipariş No” column. It should create new excel sheets for each “Sipariş No” column element.

But i am getting “Specified cast is not valid” error when try to do that.

Here is my split code:
dt_distinct = dt_siparisler.AsEnumerable.GroupBy(function(x) x.field(of double)(“Sipariş No”)).select(function(g) g.FirstOrDefault).copytodatatable

Posts: 1

Participants: 1

Read full topic

UiPath Robot Executor has stopped working

$
0
0

@menna_almahdy wrote:

Hello everyone ,
I am facing the below issue since 4 days, Since i have moved my working workflow to the production same error always happen…
I have tried everything, Run the process from the orchestrator and from the Studio. And to use XL excel activities for the excel , As it has large number of data…but nothing working !!

Please help i really dont know what else I can do :frowning:

2

Posts: 5

Participants: 3

Read full topic

Orchestrator bot failes sometimes with nuget not found error

$
0
0

@Sawant_Diksha_Capita wrote:

Hi Team,

I have 4 bots in my SIT environment. The process im running through orch is working most of the times but sometimes it doesnt run through a particular bot and throws an exception

Could not find a part of the path ‘C:\Users\SITRBTENF01.nuget\packages\enforcement_rc2c_generic_library\1.0.30\lib\net45\Framework\KillAllProcesses.xaml’.

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\SITRBTENF01.nuget\packages\enforcement_rc2c_generic_library\1.0.30\lib\net45\Framework\KillAllProcesses.xaml’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share)
at UiPath.Executor.WorkflowRuntime.GetWorkflowFileStream(String workflowFile)
at UiPath.Executor.WorkflowRuntime.Load(String workflowFile)
at UiPath.Executor.WorkflowRunner.BeginExecuteInProcess(AsyncCallback callback, TaskCompletionSource`1 taskCompletionSource)
at UiPath.Executor.WorkflowRunner.BeginExecute(AsyncCallback callback, Object state)
at UiPath.Core.Activities.ExecutorInvokeActivity.BeginExecute(AsyncCodeActivityContext context, AsyncCallback callback, Object state)
at System.Activities.AsyncCodeActivity.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)

Now according to my understanding there is a file missing in the local of these bots due to which this exception is coming, but so far this file or the nuget file is not something im keeping manually inside the bot machine, while publishing the code itself this nuget file is uploaded in the orch. this exception ideally shouldn’t occur.

Did anyone ever encountered such error? anybody has any solution for this?

Posts: 1

Participants: 1

Read full topic

Extract the status of employee with time from Microsoft team

$
0
0

@Nidi2 wrote:

Hi All,
I want to extract the time status of employee from Microsoft team.
ex-If employee is away since last 30 min then bot should also capture the status with time.bot only showing the away status to me not with time.
When I click on the profile icon of employee then a small popup comes for a while and then it gets disappear. for this I am also using the hover but its not working.

Please help if some one has ever faced this type of issue or worked on team.

Posts: 1

Participants: 1

Read full topic

Click activity works different in different resolutions?

$
0
0

@P_S wrote:

Hi all,

I’m using a Click activity to click on a hyperlink. This hyperlink is inside a table element, which is also clickable. UiPath is installed on a VM and all execution is done on that one machine only.
The selector is on the < a > element using the id of this html-element.

When I log in to this Remote VM from Local Machine 1 having the resolution 1366x768 and executes the process on this VM, the robot will click on the table element and not on the hyperlink.

However, when I log in to this Remote VM from Local Machine 2 having the resolution 1920x1080 or 1280x768 (or some other resolutions) it works fine.

What is the reason of this as everything is executed on the same Remote VM. How can that be solved?

Posts: 1

Participants: 1

Read full topic

TRUNCATE and DROP Command not working

$
0
0

@Raghvendra_Sharma wrote:

Hi ,
I am trying to use this SQL Script using Oracle 12c driver connection :
TRUNCATE TABLE RPA_UNBILLED;
DROP TABLE RPA_UNBILLED PURGE;

While running the same script in Oracle SQL Developer tool its working fine
But I,m getting an error while running through Execute Query activity:

"Execute Query: ERROR [HY000] [Oracle][ODBC][Ora]ORA-03291: Invalid truncate option - missing STORAGE keyword\n

image

Please advice.

Posts: 5

Participants: 3

Read full topic

Load python script activity. Error loading python script


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: 26

Participants: 10

Read full topic

HTTP request downloaded file null

$
0
0

@razu91 wrote:

Hi Guys, @Palaniyappan @AshwinS2 @vvaidya 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. When downloaded the file there is does not required access issue for manually download. I have 200+ files.I need all files download without click activity. Please anyone can resolve this.
Null file:
image
HTTP Request Activity:

Thanks

Posts: 4

Participants: 3

Read full topic

Processing large excel file/Job stopped with an unexpected exit code 0xE0434352 Windows Suspend

$
0
0

@Robot_RR03_Robbert wrote:

Hi all,

I am trying to process an excel file with 900K lines (40MB) and get the following error:

Processing large excel file/Job stopped with an unexpected exit code 0xE0434352 Windows Suspend.

has any one a solution for this problemen?

-I’m using the Excel Application Scope activity, ect. and the proces used to work fine.

As a new user i cant share the work follow. The workflow checks the excel file on double information, scoping all the rows, based on the first 4 colums.

(
From r In DT_CheckFile.AsEnumerable()
Group r By s = String.Join(",",{r(0),r(1),r(2),r(3)}) Into g = Group
Where g.Count > 1
Select g
).SelectMany(Function(x) x).ToArray

Posts: 1

Participants: 1

Read full topic

Could not load file or assembly uipath.platform

Issues running Orchestrator jobs

Viewing all 4402 articles
Browse latest View live


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