@Ranjitha.mahendra wrote:
Hi,
Getting version error when I try to open the existing project .please find the attached screenshot of the error .
Posts: 3
Participants: 3
@Ranjitha.mahendra wrote:
Hi,
Getting version error when I try to open the existing project .please find the attached screenshot of the error .
Posts: 3
Participants: 3
@Adityan wrote:
Error : Void UiPath.Orchestrator.Client.UiPathWebApi…ctor(Microsoft.Rest.ServiceClientCredentials, System.Net.Http.DelegatingHandler)
Posts: 4
Participants: 3
@beantony wrote:
Hi,
I have a workflow, that is working with IE, in loop model for attended robot. It was working fine for several days, but one day it suddenly stopped and says Cannot communicate with Internet Explorer browser. Since the robot was stopped, I then tried to open the Internet Explorer browser manually but also failed.
At first, I thought the problem was with Windows. But I discovered that after I killed all the UiPath services, the IE browser can be opened again manually. I restarted the UiPath robot services again and started the workflow, it ran.
Changing browser to another is not an option since I worked with a legacy web pages that were incompatible with the current browser such as Chrome, Firefox, or even Edge.
I have followed the setting instruction in this page https://docs.uipath.com/studio/docs/internet-explorer-x64 , set the required pages to trusted sites… but the issue is still there.
Is there suggestion or anything that I could do to solve this issue? Thank you in advance.
Regards,
Tony
Posts: 7
Participants: 3
@Chaitanya_podilapu wrote:
I’ve two data tabls one with name, second data table is with name and some body. I want to merge these two data tables when ever the name of dt1 matches dt2. if the name in dt2 is not there in dt1 then a new row of that name to be created. I have tried using full join table but got error like
Demo workupdation.xaml (13.7 KB) attached my workflow
Posts: 7
Participants: 2
@RPR wrote:
Hello,
Looking forward to trying this out however I seem to be running into an issue when I try to run the community version. I am able to launch the application fine but once I click on the Run Community Edition the application freezes. Do you happen to have any ideas to fix this?
Appreciate it!
Posts: 4
Participants: 3
@ruchira_joshi wrote:
got this following link from my Coach:
but after that getting following errors
“Could not move extension directory in to your profile”Need guideline.
Thanks & Regards,
Ruchira
Posts: 8
Participants: 4
@Siddu wrote:
Hi All, I m getting a System.AggregateException, when I try to invoke java code from uipath. An error always pointed to Invoke Java method, the path of the jar file and method name are proper. please suggest me some solutions for this. I have attached the Exception screenshot for your reference.
Posts: 1
Participants: 1
@smatadeen wrote:
Help needed
I am using a newly downloaded Academic alliance edition - and I cannot run my newly created process the log looks as follows :System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: To execute processes, please activate a license. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: To execute processes, please activate a license.
at UiPath.Service.Licenses.LicenseManager.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.ExecutionManager.d__25.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 UiPath.Service.Impl.ExecutionManager.d__10.MoveNext()
— End of stack trace from previous l…).
Posts: 5
Participants: 5
@MonicaJain wrote:
Hi,
I recently moved from Community Version to Licensed Version. Also I changed Laptops.
Initially I was getting message that “Error detecting project version”. Looking at few suggestions at Forum to delete the Project.json file, I can get into my project.
I copied the dependencies under .local from old laptop to new one.
Now many activities are not loaded and following is the error message.
Any help is appreciated.
Posts: 28
Participants: 4
@Umang_Mehta wrote:
I can try to scrap Java application, already ScreenScrapeJavaSupport extension and JRE. In the JRE ext folder already UipathJavaBridge executable file is present. But the issue is that whenever I try to scrap that dropdown menu item below dialogue is open.
Posts: 4
Participants: 2
@Mahesha_Mendis wrote:
when I run the program always need to repair the selector
How can I stop this?
Posts: 3
Participants: 2
@MGomesP wrote:
Hello, the robot processes the first transaction, changes the status to complete, but when the second transaction starts executing, it no longer recognizes the save drop down button.
Can anyone help?
Posts: 14
Participants: 5
@sachinns wrote:
Hi folks,
I have a csv file with data ( CID,“City”,“Date”,“Day”,“DealerAgentId”, ) and i want to divide it into different columns using delimiter as comma.When i did in excel it was working fine. but when i did with read csv and in property its not working as expected.
Can someone help me on this. I will upload the input csv file and also final output how i wanted.Input and output csv : input and output csv.zip (791.1 KB)
Posts: 4
Participants: 2
@Siddarth_Nair wrote:
Dear Sir/Ma’am,
I am currently working on Native Citrix Automation for one of the process which involves automating web applications inside citrix. To launch the web application, I am double-clicking the Internet Explorer shortcut in the citrix desktop. Considering the possibilities of IE shortcut shown as unselected or selected, I have used Pick activity with the possibilities inside Pick Branch as shown below. But I see it doesn’t work consistently. It throws SelectorNotFound exception in some cases but if you go back to Studio and validate the selector it validates to detected. Am I missing something to make it work consistently? Please help.
Also to let you know I tried Open Browser activity but it opens the browser in the parent window and not inside the citrix desktop. We would like to work with the seamless mode of the citrix window and not the full screen mode and that’s the reason why I am launching the browser by clicking the IE shortcut in the desktop.
Posts: 2
Participants: 2
@Adou_Wilfried_N_guet wrote:
Hello Community,
I get the following error when running the robot, trying to complete the first assignment, please assist. below the picture of the error
Posts: 10
Participants: 2
@bogdanjianu wrote:
Hey guys,
I think I’m losing my mind. Finally managed to get office 365 scope working, but when using the Get Mail activity it throws an error “Invalid mail folder name. Please ensure that this folder exists and that its name is spelled correctly”.
The folder is of type “Inbox\Folder\Folder”, and it’s exactly the same as I had it with get outlook mail message activity, If I just use “Inbox” it works by getting the emails from my general Inbox, but I need to get the emails from a specific folder.
Any ideas? Thanks.
Posts: 7
Participants: 2
@UiUser wrote:
I have a string input of “last name, first name” and i would like the string output of just the last name by using regex. Any help developing the regex help would be great
Posts: 7
Participants: 3
@kc120103 wrote:
개발을 하다보면 가장 많이 부딪히면서도 골치 아픈 에러가 Element/Selector Not Found 에러입니다.
새벽에 스케줄을 실행할 때 이 에러가 나면 Element 도 잡지도 못해 난처합니다.
그래서 새벽에 에러가 난 Ui elemenet의 값을 다시 가져오는 로직을 구현할 수는 없는지 생각이 듭니다.
어떻게 하면 당시의 element 값을 가져올 수 있을까요?
Posts: 5
Participants: 4
@Hasna_Hoque_Mitu wrote:
I completed dispatcher part but it’s not fetching any data and not going to 2nd page of work items. It enters into work items and immediately log out. In output it shows “Process finished due to no more transaction data.”
I guess my selector is not working.
Posts: 9
Participants: 3