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

AI Fabric : The ML Package deployed are going into failed status #uipath #AI fabric #Orchestrator

$
0
0

Hi,

I am using enterprise trial version and when i followed all the steps properly to use the ml package , in the Orchestrator the deployed package fails always. Can someone please help!

8 posts - 4 participants

Read full topic


Wait for Form Task and Resume Throwing Error

$
0
0

Hi,

After successfully creating Form Task, the “Wait for Form Task and Resume” activity is throwing below error. Any help on this would be much appreciated.

Message: Type ‘System.Collections.IEnumerable’ cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

Exception Type: System.Runtime.Serialization.InvalidDataContractException

RemoteException wrapping System.Runtime.Serialization.InvalidDataContractException: Type ‘System.Collections.IEnumerable’ cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.Activities.WorkflowApplication.IdleEventHandler.OnStage2Complete(IAsyncResult lastResult, WorkflowApplication instance, Boolean isStillSync)
at System.Activities.WorkflowApplication.EventFrame(IAsyncResult result)

6 posts - 4 participants

Read full topic

AI_Communicator

$
0
0

Hi All,

Im trying to re-create the below C# in uipath studio :

using System;
using Helpers;
using Newtonsoft.Json;

namespace AI_Communicator
{
class Program
{
static void Main(string args)
{
string username = “UIPathTest”; //this is the username on our AI platform - please leave it as is for now
string password = “U1PathT3st”; //this is the password on our AI platform - please leave it as is for not
string modelId = “12a6230e-9c85-4e8f-9936-338c87c81b07”; //This tells the http request which model in our AI to use. Do not touch.
string baseUrl = “https://sue3testbetaapi.azurewebsites.net/api”; //The endpoint for our urls

        //user inputs
        int param1 = 200; //This will be a number from the usr interface between 0 and 50000. Prompt: "Please enter pages per month"
        int param2 = 20; //This will be a number from the user interface between 0 and 100. Prompt: "Please enter toner level"
        string param3 = "No"; ; //This will be a string input from the user interface either "No" or "Ye"s. Prompt: "Is there a spare - Yes/No?"

        //login to get a token
        string endpoint = baseUrl + "/usermanagement/login";
        string user = JsonConvert.SerializeObject(new Login { UserId = username, Password = password });
        var login = new RestClient(endpoint, HttpVerb.POST, "application/json; charset=UTF-8", user);
        LoginResult tokenResult = JsonConvert.DeserializeObject<LoginResult>(login.MakeRequest());
        string token = tokenResult.AuthorizationToken;

        //use token, modelID and parameters to query the system
        Console.WriteLine("Querying Model...");
        string postData = param1.ToString() + "," + param2.ToString() + "," + param3;
        endpoint = baseUrl + "/model/small-ask?modelGuid=" + modelId + "&version=" + "-1";
        var query = new RestClient(endpoint, HttpVerb.POST, "application/json; charset=UTF-8", (postData));
        query.SetAuthorisationToken(token);
        string queryResult = query.MakeRequest();

        Console.WriteLine("Result: AI says " + queryResult);
    }

    public class Login
    {
        public string UserId { get; set; }
        public string Password { get; set; }

        public Login()
        {

        }

    }

    public class LoginResult
    {
        public string UserId { get; set; }
        public string AuthorizationToken { get; set; }
        public bool IsError { get; set; }
        public string Result { get; set; }
        public string Error { get; set; }

        public object ValidatedPayload { get; set; }
    }
}

}

But In Uipath HTTP Request Return Blank …can anyone clarify ??

Main.xaml (12.6 KB)

1 post - 1 participant

Read full topic

Error - DelegateInArgument`1 when trying to export as workflow

$
0
0

Hi!
I did a quick search on my problem and couldn’t find anything helpful so I’m taking my chance here.
I currently have one big workflow that i want to break into two sub-workflows.
Both of these sub-workflows contain one “for” loop with another “for” loop inside and one “if” statement. And they both take in two IEnumerable as Entry argument.

However when trying to export any of the two as worflow,I get the following error : “DelegateInArgument`1”, with the following error (don’t know if this help but I put it here just in case) :

20.6.0-beta.93+Branch.release-v20.6.0.Sha.520fc7e20bd9baa56becf2fa30e75d1a9000a01d

DelegateInArgument`1

Erreur: System.NotImplementedException: DelegateInArgument1 à UiPath.Studio.Plugin.Workflow.Shared.Extensions.ModelItemExtensions.GetArgumentGenericType(ModelItem modelItem) à UiPath.Studio.Plugin.Workflow.WorkflowHandling.Variables.DocumentVariablesService.ProcessResult(IList1 result, InvokableArgument usedVariable, ModelItem modelItem)
à UiPath.Studio.Plugin.Workflow.WorkflowHandling.Variables.DocumentVariablesService.AppendToResult(IList1 result, List1 usedVariables, IEnumerable1 allArgsAndVars) à UiPath.Studio.Plugin.Workflow.WorkflowHandling.Variables.DocumentVariablesService.GetInUseVariablesAndArguments(IReadOnlyCollection1 activities)
à UiPath.Studio.Plugin.Workflow.WorkflowHandling.DesignerWrapper.d__118.MoveNext()
— Fin de la trace de la pile à partir de l’emplacement précédent au niveau duquel l’exception a été levée —
à System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)
à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2147467263

If anyone has an idea of what causing it, I am all ears :slight_smile:
Thank You

1 post - 1 participant

Read full topic

Jira Create issue

$
0
0

Hi all,

I am using UiPath.JiraSoftware.Activities Version 1.0.3.22730, to create issue in an JIRA instance. But getting this error that I have attached here. Any helps are welcome. Thanks in advance.

Note: Installed edge extension, tried manually and its working.

1 post - 1 participant

Read full topic

Add data row help

$
0
0

I need help on add data row.

(i have a set of part code in excel, i need to find it on particular website and search one by one, and tabulate against each serch word in excel)

10 posts - 2 participants

Read full topic

Unable to install excel add in

$
0
0

I’m trying to install excell add-in. It keeps saying due to policy settings, the add-in installed failed. Tried enabling it and what not but I keep getting the same error again and again. Have also installed certificate from trusted publisher so I could build my first automation project and I’m stuck on this for 3 hours now where I could have completed with my RPA starter program. Please help. I’ve my days planned and cannot waste so much on these type of things. Hope you understand. I’ve attached the screenshot for your reference. Any help on this at the earliest will be most appreciated. Thanks in advance

unable to share the screen shot but here is the complete error message
“The Uipath Excel Add in installation failed or the Addin has been disabled by Microsoft due to policy settings. Please check its status by going into Files | Options | Add-ins or Trust Centre Settings | Add-ins in Microsoft Excel”

6 posts - 3 participants

Read full topic

Global Exception Handler -Explanation

$
0
0

When using the Global Exception Handler with a project that includes a Try Catch , make sure to group activities into a Sequence inside the Try container. Otherwise, the Global Exception Handler does not execute.

In the case of nested activities, the Global Exception Handler executes for each activity in the call stack. However, it does not execute for activities directly encapsulated in a Try Catch , unless they’re contained in an activity.

Can someone explain this with example

1 post - 1 participant

Read full topic


Outlook - The provided account is not mapped locally

$
0
0

I am not able to use outlook in studiox
getting this error
image

And for this project if i use default account then getting this error

If I use my outlook account name then getting this error
image

Can anyone help me with this.
using StudioX I couldn’t use my outlook in any program, getting error showing in first pic

10 posts - 2 participants

Read full topic

Connecting Robot with Connection String

$
0
0

Scenario #1: I’ve got an issue connecting my first robot to my infrastructure. If I paste into the robot the connection string as is from the Orchestrator administration web page (URL ending in /api/robotsservice/GetConnectionData?tenantId=1) and click connect I get the error message:

The value ‘1/odata/$metadata’ is not valid for Int32.

Scenario #2: if I get clever and try to insert the domain name as documented in the web.config file (URL ending in /api/robotservice/GetConnectionData?tenantId=1?domainName=) and click connect I get the error message:

Unathorized

The machine name matches my Windows host name on the machine.
The user account I’m logged in as is in the Administrators and Robots roles in Orchestrator.
The machine key pasted into the Robot settings is copied directly from the Machine’s settings in the Orchestrator management page.
The server is licensed and activated and is good through June 6, 2020.

Any thoughts about what I can try or am missing?

Thanks.

4 posts - 3 participants

Read full topic

Unable to download studio

$
0
0

Hi all, I am able to login into uipath academy using my google account. When i try to login into portal to download studio i am getting the below error. I have tried to clear cache/incognito mode and it is not working in edge / chrome. this seems to be device specific as i am able to login from a different machine. Please help.

Oops! Something went wrong

An unknown error occurred. Please try again after a while. If the problem persists, please contact technical support.

4 posts - 3 participants

Read full topic

Error: Assign - 'Variant' from 'Sequence': Invalid Signature

$
0
0

When schedule run robot in Orchestrator, got the error message like below:


This situation happened before 1 time, and when I manually trigger in Orchestrator, no errors.
Does anyone know the root cause of this invalid signature error? Is this related to programming code or network connection or Orchestrator scheduler etc.? Kindly share your suggestions please. Thank you very much.

2 posts - 1 participant

Read full topic

Uipath error publish of workflow project to orchestrator failed. Invalid package details

$
0
0

Greetings,

I’ve been trying to publish a package to our orchestrator.
And that’s the first time I saw error like this.
This is 9th version already so previous 8 times it went fine.2020-08-17_10h43_54

1 post - 1 participant

Read full topic

0xC0000005 exit error with Java Web Launcher

$
0
0

Hello,

I am currently facing an issue with testing a process that uses the Java Web Launcher application. When attempting to enter data on a table, the application freezes, and then UiPath Executor crashes, producing the exit code 0xC0000005. The Java application is then unresponsive until it is killed.

Is this issue caused by UiPath, or is it caused by the Java Web Launcher?

1 post - 1 participant

Read full topic

Activate does not work; timeout; bring to foreground

$
0
0

So, process worked for a year with no problem then all of sudden sometimes the type into or click wont work. Always the same error, timeout; cannot bring to foreground. From the screenshot we see that the browser we are using (IE) is orange in the toolbar which means it is not active.
Sometimes the type into activities work and they have ‘ACTIVATE’ property set to ‘True’ but it does not activate the browser to foreground. I saw the same topic here on forum but all of those solution are not working (Browser not opening in the foreground). I dont think this has anything to do with the process build itself but with Uipath and IE ?

We tried basically everything (ie explorer properties,type into properties with various combinations, hotkeys etc), and now looking for ideas if someone has ?

Thanks

6 posts - 3 participants

Read full topic


Issue by update the Orchestrator to Version 2020.04

$
0
0

Hi,

I want update the Orchestrator from version 2019.10.17 to 2020.04

In the end of the installation come following error:

[2240:2370][2020-08-04T13:49:07]i000: ExecuteMsiMessage: Log = Action 13:49:07: Rollback. Rolling back action:
[2240:2370][2020-08-04T13:49:07]i000: ExecuteMsiMessage: Log = Publishing product information
[2240:2370][2020-08-04T13:49:07]i000: ExecuteMsiMessage: Log = Removing folders
[2240:2370][2020-08-04T13:49:07]i000: ExecuteMsiMessage: Log = Removing files
[2240:2370][2020-08-04T13:49:09]i000: ExecuteMsiMessage: Log = Uninstalling Windows Firewall configuration
[2240:2370][2020-08-04T13:49:09]i000: ExecuteMsiMessage: Log = Rolling back Windows Firewall configuration
[2240:2370][2020-08-04T13:49:09]i000: ExecuteMsiMessage: Log = Configuring IIS
[2240:2370][2020-08-04T13:49:09]i000: ExecuteMsiMessage: Log = Orchestrator_StopApplicationPool_Rollback
[2240:2370][2020-08-04T13:49:10]i000: ExecuteMsiMessage: Log = Removing system registry values
[2240:2370][2020-08-04T13:49:10]i000: ExecuteMsiMessage: Log = Unpublishing Product Features
[2240:2370][2020-08-04T13:49:10]i000: ExecuteMsiMessage: Log = Updating component registration
[2240:2370][2020-08-04T13:49:10]i000: ExecuteMsiMessage: Log = InstallInitialize
[2240:2370][2020-08-04T13:49:10]i000: ExecuteMsiMessage: Log = Message type: 2, Argument: 1
[2240:2370][2020-08-04T13:49:10]i000: ExecuteMsiMessage: Log = Message type: 2, Argument: 1
[2240:2370][2020-08-04T13:49:10]i000: ExecuteMsiMessage: Log = 1: 2 2: 0
[2240:2370][2020-08-04T13:49:10]i000: ExecuteMsiMessage: Log = 1: 2 2: 1
[04D4:1CB0][2020-08-04T13:49:10]e000: Error 0x80070643: Failed to install MSI package.
[04D4:1CB0][2020-08-04T13:49:10]e000: Error 0x80070643: Failed to execute MSI package.
[2240:2370][2020-08-04T13:49:10]e000: Error 0x80070643: Failed to configure per-machine MSI package.
[2240:2370][2020-08-04T13:49:10]i000: ExecutePackageComplete: UiPathOrchestrator.msi complete.
[2240:2370][2020-08-04T13:49:10]i319: Applied execute package: UiPathOrchestrator.msi, result: 0x80070643, restart: None
[2240:2370][2020-08-04T13:49:10]e000: Error 0x80070643: Failed to execute MSI package.
[2240:2370][2020-08-04T13:49:10]i000: ExecutePackageBegin: UiPathOrchestrator.msi - should execute: False
[04D4:1CB0][2020-08-04T13:49:10]i318: Skipped rollback of package: UiPathOrchestrator.msi, action: Uninstall, already: Absent
[2240:2370][2020-08-04T13:49:10]i000: Progress: Install progress: 71
[2240:2370][2020-08-04T13:49:10]i000: ExecutePackageComplete: UiPathOrchestrator.msi complete.
[2240:2370][2020-08-04T13:49:10]i319: Applied rollback package: UiPathOrchestrator.msi, result: 0x0, restart: None
[04D4:1CB0][2020-08-04T13:49:10]i329: Removed package dependency provider: {DA61E6D4-0D5B-4D60-B4FC-031EE5A480E7}, package: UiPathOrchestrator.msi
[2240:2370][2020-08-04T13:49:10]i000: ExecuteComplete: Status: -2147023293
[04D4:1CB0][2020-08-04T13:49:10]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{b6d4ea30-24d3-4485-8288-6cf9b886aacb}, resume: ARP, restart: None, disable resume: No
[04D4:1CB0][2020-08-04T13:49:10]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{b6d4ea30-24d3-4485-8288-6cf9b886aacb}, resume: ARP, restart initiated: No, disable resume: No
[2240:2370][2020-08-04T13:49:10]i000: ApplyComplete - Status: -2147023293; Result: None

Have anyone an idea to resolve the issue?

1 post - 1 participant

Read full topic

UiPath.Workday.Activities package - Unable to find package ActiproSoftware.Wpf

$
0
0

Hello,

I just started using the UiPath.Workday.Activities package. I get an error each time I launch the UiPath project:

NU1101: Unable to find package ActiproSoftware.Wpf

The activities seem to be working fine but the error is disconcerting.

I’ve tried:

  • regressing back through the Workday.Activities older versions.

  • verifying that my .net framework was current

  • uninstalling UiPath, removing all uipath .nuget packages and reinstalling

Any ideas?

Thanks!

6 posts - 4 participants

Read full topic

Why send exchange mail message activity gives The remote server returned an error: (403) Forbidden?

$
0
0

I am using send mail message activity, but from last few days it’s not working and gives an error :
Send Exchange Mail Message: The request failed. The remote server returned an error: (403) Forbidden.

What is the cause of this error? How can we solve it?

16 posts - 5 participants

Read full topic

UIpath java extension Issue (Urgent)

$
0
0

Dear Experts,

Though i have installed the Java extension, Each time it ask for “Install the Java support files?”

I have tried many times and i didnt get any errors while the installation.But when i try to find the selector for click activity, I selects the whole screen and through out the same Pop up.

Please help solve this issue ASAP.

Regards,
Suresh Kumar S

Below mentioned is the message copied from the Pop up message.


Question

We detected that you are trying to capture in a Java window that uses a custom JRE.

Would you like to install the Java support files?

IMPORTANT: before installing you have to close the Java application!

Yes No

UIPath Version:2018.4
Java Version : Java7.1.71

image

12 posts - 6 participants

Read full topic

CodeRunnnerが見つからない。

$
0
0

現在Gmailでメール送信するという内容のコードをInvoke Code(C#)で書いているんですが、実行時によくわからないエラーが発生します。
「UiPath.CodeRunner.UiPathCodeRunner_887e5f5203a94f54abe17f73d1c713da.Run’ not found.」
どなたか解決方法ご存じないでしょうか?
ちなみにコード下記になります。
(MimeKitというパッケージを入れて使用しています。)

var email=new MimeMessage(address_from,address_to,subject,body);
var data=email.ToString();
var message=new Google.Apis.Gmail.v1.Data.Message();
try{
message.Raw=
Convert.ToBase64String(System.Text.Encoding.ASCII.GetBytes(data)).TrimEnd(’=’).Replace(’+’,’-’).Replace(’/’,’_’);
service.Users.Messages.Send(message,“me”);
}
catch(Exception e){
Console.WriteLine(“~でエラーです。内容:”+e.Message);
}

1 post - 1 participant

Read full topic

Viewing all 4409 articles
Browse latest View live


Latest Images