@vinhlc2 wrote:
I don’t get know why didn’t install soft. Can you guidl for me about this error ?
Thanks !
Posts: 2
Participants: 2
@vinhlc2 wrote:
I don’t get know why didn’t install soft. Can you guidl for me about this error ?
Thanks !
Posts: 2
Participants: 2
@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
@kapihl wrote:
I get this error:
For each - outer: Unable to cast object of type ‘System.Collections.Generic.KeyValuePair2[System.String,System.Collections.Generic.Dictionary
2[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:
- Is there implicit conversion when iterating in a for-loop - is that where the KeyValuePair is constructed?
- 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?
- 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.
- re. uploading code: when do I get permission to do that?!
Posts: 1
Participants: 1
@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
@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
@ROBERT_RUSSELL_MONSA wrote:
I’m working on Robotic Enterpise Framework. How can I resolve this error?
Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities} GetSecureCredential’.
Posts: 1
Participants: 1
@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
@gargi.g.kundu wrote:
getting error on Soap request activity :exception has been thrown by the target of an invocation
Posts: 1
Participants: 1
@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
@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
Posts: 5
Participants: 3
@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
@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
@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
@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
Please advice.
Posts: 5
Participants: 3
@syaheed22 wrote:
Hi All, this is my first time using python script in uipath.
Im using load python script activity. But it said, ‘error loading python script’. Kindly assist me, attached my workflow and testing script.
script - test.zip (2.8 KB) get_python workflow.zip (2.0 KB)
Posts: 4
Participants: 3
@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
@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:
HTTP Request Activity:
Thanks
Posts: 4
Participants: 3
@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
@KarthikBallary wrote:
Hi
I have downloaded new version of Uipath studio-community edition
I am getting below error(see img)
Posts: 2
Participants: 1
@vimala wrote:
hi, i have one doubt. how to start the job in this latest version?
pls any help?
Posts: 7
Participants: 2