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

Getting error message while executing Generate Yearly Report Level 3 Assignment 3 RPA in uiPath

$
0
0

@arun.brahma wrote:

Hi,
I am getting error message “Click ‘drop down button 6’: Cannot find the UI element corresponding to this selector” while running Generate Yearly Report Performer in UiPath. I have also uploaded the workflow zip file. Can you please check out the workflow and figure out what’s the issue ?

Thanks in advance.

GenerateYearlyReport_Performer.zip (1.7 MB)

Posts: 4

Participants: 2

Read full topic


Orchestrator on AWS with ALB

$
0
0

@maxime.vanpeene wrote:

Hello,

I’m installing UI Path platform on AWS. I have an ALB in front of the orchestrator.
When trying the connect the robot to the orchestrator going through the ALB I get the following error :
The requested resource cannot be does not support http over method GET.
It seems its because the method length accepted on the ALB is 127 char max.
Anyone have the same issue ?

Thanks

Posts: 9

Participants: 5

Read full topic

ADFS / SAML Authentication - Access Denied

$
0
0

@twhitehead wrote:

I’m testing SAML authentication with Orchestrator 2019.10.15 in a private setup. It appears the claims are being created appropriately but when being redirected back to the Orchestrator instance, access is denied. A support ticket has been opened, but I am wondering if anyone in the community has expereince with this or troubleshooting ADFS / SAML (I have no access to the ADFS and rely on another internal team for configuring that side)

<add key="ExternalAuth.Saml2.Enabled" value="true" /> has been added within <appSettings> as has the following within <configSections>

<sustainsys.saml2 entityId="https://urltoorch" returnUrl="https://urltoorch">
    <identityProviders>
        <add entityId="https://sts.windows.net/...id..." signOnUrl="https://login.microsoftonline.com/...id.../saml2" allowUnsolicitedAuthnResponse="true" binding="HttpRedirect">
            <signingCertificate storeName="My" storeLocation="LocalMachine" x509FindType="FindByThumbprint" findValue="B...3"/>
        </add>
    </identityProviders>
</sustainsys.saml2>

The claims are coming back with several attributes givenanme, surname, emailaddress, sAMAccountName, etc.the redirect is ending up at /Account/ExternalLoginCallback?ReturnUrl=%2F&mayRegisterTenant=False&error=access_denied

I’ve tried both creating a local user account in Orchestrator with various username formats as well as with an account added via Windows Auth that is created in the format of samaccountname@domain.



Posts: 4

Participants: 1

Read full topic

Different behavior between process launched via UIRobot.exe and UIPath icon from traybar?

$
0
0

@Trracer wrote:

Hello,

I’m facing a strange behavior and I cannot find a solution…
I’ll will try to explain the problem as clear as possible, so this post could be a little bit long :wink:

I’ve a script that automate Magnitude software (Accounting software from SAP) under Citrix.
The script is used in two “flavors”:

  • The first one is the complete process: login to web interface, start Magnitude software using .ica file, login into the Magnitude session, select the period and run the reports.
  • The second one will “reuse” the Magnitude session opened by a previous call. Thus directly type the period and run the reports.

It’s the same script. The only difference in the second case is that the “open new session” activity is not run if a Magnitude window is detected.

The robot (v2018.4.4) run on a VDI (accessed via RDP for the test otherwise the session is redirected to the console to avoid automatic locking).

The scripts are run on demand via a piece of code that receive some specifics mails and call the UIRobot.exe utility to launch the UIPath scripts (UIRobot.exe -process xxx -input {xxx}).

When running on the first time (“full run”), the script run fine, the data are correctly exported. Even when the RDP session is not open.
If I call a second time (“reuse run”), the script failed when the robot try to type into the application.
If I launch the script from the UIPath traybar utility the script run fine. No problem to type text into the application…

To go in details, to enter the period the script will do the following actions :

  • Click on textbox
  • Type Home
  • Type Shift + End
  • Type Del
  • Type “R-CONSO 2019-09”

When running the “full script”, no problem.
When “reusing” the session I can see the caret into the textbox (Click on textbox) but the type into seems to be misinterpreted, nothing is typed, sometime the context menu from the application is open (just like we type Alt + Space).

If I let the focus onto the RDP window the script run fine in both cases…

I recorded the screen in both situation to show the result more visually :wink:
The zip contains two .mp4 files for the “Full Run” and the “ReUse Run”.

period_record.zip (292.7 KB)

I tried a couples of things without success (click on the window to ensure the focus, minimize/maximize, all options from the Type Into activity, record any keys using a keylogger to verifiy what is exactly typed, use Set Focus or Activate activities…).

I cannot find the root cause of the problem :frowning:

Any idea about this problem ?

Thanks,
Boris

Posts: 2

Participants: 2

Read full topic

I need help to solve error regarding selector

$
0
0

@DhrutiPatel wrote:

Hello,

I am getting error during double click on specific item of account list in system 3 desktop application,
I have created dynamic selector but error still exist.

Dynamic Selector
“”

Before this click activity i used attached window.

Below error i am getting continuously,
ERROR:
Double Click: Cannot find the UI element corresponding to this selector:

Regards,
Dhruti Patel.

Posts: 2

Participants: 2

Read full topic

UIPath Studio download problem

Error orchestrator API Version

Licensing model data missing. Without it, the license cannot be activated

$
0
0

@PavithraSundaram wrote:

Hola People!

I have been using Communtiy edition till date and the version 2019.10.2 stopped working in my machine. Lately decided to use the Enterprise Server trial for 60 days.

During installation, i get the below message and is not successful!

"Licensing model data missing. Without it, the license cannot be activated"

Has anyone been through this??

Posts: 9

Participants: 7

Read full topic


C# project will not open

$
0
0

@MarnusN wrote:

So on Friday the 11th I created my first project. (C#) it was working well and then suddenly I started getting an error (Can not convert object to int). Even if I took everything out and and simply used a write to screen it kept saying that. So this Monday morning the 14th when I open the project I get this following error. “C# language is not supported”

Posts: 28

Participants: 12

Read full topic

Microsoft Vision Scope not working even after adding correct Service URL and Subscription Key

Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'Newtonsoft.Json.Linq.JToken' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly

$
0
0

@josmy wrote:

Hi,
Getting the below error when I am using “Deserialize JSON” activity inside 1 of my process.

Error:
Deserialize JSON: Cannot deserialize the current JSON object (e.g. {“name”:“value”}) into type ‘Newtonsoft.Json.Linq.JToken’ because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.

To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.

Path ‘ket_1[‘1 key & Value’]’, line 1, position 46.

But the same “Deserialize JSON” is working fine independently.

Thanks and Regards,
Josmy Joseph

Posts: 1

Participants: 1

Read full topic

Inject Js Script: Error HRESULT E_FAIL has been returned from a call to a COM component

$
0
0

@RobotSJ wrote:

Hi guys,

Issue description:
use InjectJS active and do some string options in Chrome, but I got this error message:
Inject Js Script: Error HRESULT E_FAIL has been returned from a call to a COM component.

If someone can help to solve this issue?

Many thanks~

Posts: 4

Participants: 2

Read full topic

Help me to fix error

Word Application scope - Not working

$
0
0

@kk.virags wrote:

Hi, I know it sounds crazy when the working code all of a sudden fails with some reason. a normal proof of concept with the word document replacement (Replacing text with the defined value) gives error all of a sudden. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER)

I used : Word application scope.
Package : UiPath.word.activities - version 1.3.4
Word version : 2016.

Exact Error :
18.4.6+Branch.support/v2018.4.Sha.85e415fbbb19cb7dd57766496cc0770179b9b944

Source: Replace Text

Message: The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))

Exception Type: System.Runtime.InteropServices.COMException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Runtime.InteropServices.COMException: The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))
at UiPath.Word.Activities.WordInteropActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at UiPath.Word.Activities.WordReplaceText.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Though its a common error, trying to find out what would be the cause of this issue. feel free to provide any suggestions.Any help is appreciated!

Posts: 9

Participants: 4

Read full topic

Catch BusinessRuleException in Try Catch avoiding the Global Handler?

$
0
0

@OKlink wrote:

Hi,
I have a complex project and so far I am using the Global Handler to handle technical exceptions throughout the project. My Global Handler is pretty much like the original version except it sends a mail with an included sceenshot to the developer team.

Now I want to improve the project to handle BusinessRuleExceptions. For this I thought I could throw a BusinessRuleException using the THROW activity and catching it in a TRY CATCH block.
I thought exceptions were only passed to the Global Handler if the exceptions were not caught before or if they were rethrown. But it seems this is only working, when there is a single activity in the TRY block. When I have more activities, the exception ist passed to the Global Handler first and then carried on to the CATCH block.

But how can I have a single activity in the TRY block? Do I have to build a TRY CATCH block with only the THROW activity in the TRY block? Really? Doesn’t sound like good programming.
Or is there a way to change the behaviour to first check if there is a CATCH block and only pass the exception to the GLOABL HANDLER if needed?
Or can I build something like a CATCH block in the Global Handler to handle my BusinessRoleException different than technical exceptions?

Thanks for any ideas!
Oliver

Posts: 4

Participants: 2

Read full topic


Change the date variable to two days before

$
0
0

@borismh wrote:

I would like to change this code, so that you register two days before and not after

DateTime.ParseExact(row(“Fecha”).ToString.SubString(0,10),”dd.MM.yyyy”,System.Globalization.CultureInfo.InvariantCulture).AddDays(2).ToString(“yyyyMMdd”)

hope you can help me

Posts: 2

Participants: 2

Read full topic

Old / Wrong Course? Cause of Error?

$
0
0

@jpg90 wrote:

Hello All,

My goal is to obtain the UiPath Developer Certification. I’m currently taking RPA Developer Foundation Level 1 course, and was able to complete an exercise in Lesson 4 “Recording”, Practice 1.

For the purposes of furthering my education, I downloaded and attempted to run the Practice 1 lesson answer project file that is provided at the end, but I ran into an error. This really puzzled me, as I expected it to run without issues.

In addition, I recently participated in a thread in which @Alin_Andronache wrote that there are multiple versions of the same course. See:

So, my questions are as follows:

  1. I’m currently taking “Level 1 - Foundation Training - 2018.3” course, with ID: E-Y1QL40. However, the link that Alin gave me sent me to course “RPA Developer Foundation” with ID: E-VR6P30. Should I stop my current course and start the apparently newer course?

  2. Could me using the older course be causing the error I ran into when attempting to run the project file (with probably the latest Community Edition of UiPath?

Thank you so much for your advice.

Best,
JPG

Posts: 2

Participants: 2

Read full topic

SharePoint - Upload file: The object specified does not belong to a list

$
0
0

@Max.Randle wrote:

I’m trying to upload a file to a SharePoint folder. The activity is working and the file is successfully being uploaded but as soon as the activity finishes I get the error in the title.

Has anyone encountered this before? I’ve never had an activity work correctly and then throw an error. I’ve also googled the error but I’ve not found any explanations or solutions that are relevant to my case.
Here’s my code:

Any help is greatly appreciated :slightly_smiling_face:

Posts: 3

Participants: 2

Read full topic

Unable to Create new or Login to Community Cloud RPA Account

$
0
0

@Luke_Saxby wrote:

Hello,
I had previously created an account with my personal Google Email account which worked, but now when I try to login with Microsoft using my work email I get sent to an “Unregistered” page saying that the account doesnt exist. I also created an account using the same email address and Verified it but when I try to login with that I get sent to the same page. Can you please assist. I have tried with Chrome, Edge and Firefox.
Thankyou.

Posts: 2

Participants: 2

Read full topic

I'm done with [Level 1 - Foundation Training] since Dec-2018, but login today it's showing 0%

$
0
0

@akkapolk wrote:

I’m done with [Level 1 - Foundation Training] and [Level 2 - Orchestrator] on [RPA Developer - Advanced Learning Plan] since Dec-2018, but login today it’s showing 0% for them. How can I do this? Re-leaning?

My badges: Successfully completed the Academy Foundation course

My badges: Successfully completed the Academy Orchestrator course

[RPA Developer - Advanced Learning Plan]

Level 1 - Foundation Training - 2018.3

Level 2 - Orchestrator 2018.3 Training

Posts: 3

Participants: 2

Read full topic

Viewing all 4406 articles
Browse latest View live


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