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

Studio error message: “..More licenses allocated than you have..”

$
0
0

When I try to open Studio I got message: “Connection failed: There is no available licenses on the server”. Please see snapshot.
The mesage in UiPath Admin “You have more licenses allocated to your services than you have available to your organization…” Please see snapshot.
I am single user using Community Edition. I am only one who is using Studio.

!

!

`

Thank you,
River

2 posts - 2 participants

Read full topic


Executor start process failed. "Could not start executor. A specified logon session does not exist."

$
0
0

Hi UiPath Users/Team,

We are currently experiencing problem with scheduling jobs failing to start intermittently for the unattended bots. Below is the error we could see.

Could not start executor. A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)

Our scheduled job runs every 15 min. In a day we see this error probably 10-11 times. We had to restart the process everytime we see this error.

Below are the Robot settings:

Logging Level : Disabled
Allow Development Logging : No
Login to Console : No
Orchestrator Version : 2018.3.3
Studio Version : 18.4.2

Any help in resolving the issue would be very much appreciated.

Thanks,
Raghu

17 posts - 6 participants

Read full topic

Error Timeout and Take Screenshot: System.ComponentModel.Win32Exception

$
0
0

Hi,

I manually run the workflow in server, everythings work fine.

However, when I run through the orchestrator, the log shows that timeout reached.

Then the other exception “Take Screenshot: System.ComponentModel.Win32Exception” occurred in try catch’s catch area.

Question:

  1. Why timeout reached when I run from the orchestrator?
  2. What does the error “Take Screenshot: System.ComponentModel.Win32Exception” means? The take screenshot activity also contains the error?

Thanks

6 posts - 4 participants

Read full topic

ERROR: There is already an open DataReader associated with this Command which must be closed first

$
0
0

Hi all,

Today i am getting a very interesting error.
When i try to start a process -which it works clearly for weeks- it getting this error.

Is there anyone who know how may i sove it?

6 posts - 5 participants

Read full topic

Wait for Download: The {file} was found but it's in use

$
0
0

I have created a library to use the Save As download screen (screen shown in capture).
image
This works perfectly when downloading most any file from the web. However, in this case, the website (constructed in Java) is forcing me to open the pdf first, which automatically opens Acrobat Reader, then save the file.
By doing a Save As command from Acrobat, and then selecting “Choose a Different Folder” I get the “Save As” screen indicated in my screenshot - this is good. But when I actually click save, the Wait for Download activity downloads the file but then throws the exception “Wait for Download: The {file} was found but it’s in use.”
I know this is due to the open file, but I don’t know how to get around it.
using Studio Enterprise v. 2020.10.2

4 posts - 3 participants

Read full topic

Don’t seem to have he “Use application/browser” functionality. Can someone help?

$
0
0

“Use application/bowser” is missing.

Hi all, I don’t seem to have he “Use application/browser” functionality. Can someone help? I tried looking it up on the “Manage Packages” but not sure what specific package I should install. Any help would be greatly appreciated! Thanks!

image

19 posts - 10 participants

Read full topic

UI Path advanced training assignment1 "Calculate Client Security Hash"

Seek Help- Read Excel Range values

$
0
0

Dear All,

The existing developer has made the attached process based on excel file1.

Now there file format has changed instead to create new code i would like to change the assign activity based on attached file2.

Please look into Assign activity activity whether i made any mistake. while running am getting an error “Assign: The source contains no DataRows.” in the below activity.

image

FYI:
File1 old excel format
File2 New excel format
Code- Assign activity i have changed based on new excel format.
File1.xls (113.5 KB)
File2.xlsx (12.4 KB)
Extract detail.xaml (11.7 KB)

Regards,
Jaffer

1 post - 1 participant

Read full topic


Error code 1002

$
0
0

Hello team,
I am solving the dispatcher process of “Generate yearly report” assignment. While I try to add A queue item in queue, I am getting the error 1002(Queue not exixt) even I have created a queue in orchestrator.
What should I do?

4 posts - 3 participants

Read full topic

Job stopped with an unexpected exit code 0xE0434352 Windows Suspend

$
0
0

Hi all,

I get this Job stopped with an unexpected exit code 0xE0434352 error when read a huge text file, something like 2m rows. Its not happening on small text files. Then I realized it’s because windows suspend the application, a green leaf appears near to Robot Application after some point where Robot occupy around 2.8gb on ram (My computer 8gb). I tried on different computers but still get the same error. I could not find any solution somewhere and this is crucial about my project so I really need your help. I attach exapmle photos for better understanding.

Thanks in advance :slight_smile:

image

16 posts - 12 participants

Read full topic

I have installed Browser extension for Chrome and Edge, When i try to test from Studio Pro it crashes

$
0
0

uipath web automation crash

When I try to debug the browser automation, extension of edge or chrome crashes… and brower stop working

It happened with chrome and edge.

I review forum similar cases but it was on 2018 and the solutios proposed to go to an early version didnt work, i have added uipath and browers to windows defender exceptions… but behavior is the same.

i start to test recording and it crashes at first step (open browser)

thanks so much for any help…

3 posts - 3 participants

Read full topic

Error - Cannot set unknown member

$
0
0

We keep getting this errors today:

1- Cannot set unknown member ‘UiPath.Core.Activities.ImageTarget.Profile’.

2- System.Xaml: Cannot set unknown member ‘UiPath.Core.Activities.OpenBrowser.CommunicationMethod’.

The first one seems like it has been resolved after updating the packages. The second one we can not manage to resolve it

We noticed also that the list of parameters of the activities has changed. The communication method for example didn’t exist before.

It seems that UiPath has pushed an update version. Can these updates be disabled? Is there an additional setup required to correct the issue now?

3 posts - 3 participants

Read full topic

Error Code 0 when adding queue item in Studio

$
0
0

Starting yesterday, a process started to fail in Orchestrator. I traced the failure to the Add Queue Item activity, where it gets: Add Queue Item: An error has occurred. Error code: 0

I did a test where I created a new blank queue in Orchestrator and then tried to add a new queue item to that queue using the Add Queue Item activity, which gets the same error. I can successfully retrieve items from my test queue, however, so I don’t think it’s a name error. I’ve played around with the ItemCollection object, even passing it the string “fish” to test. No dice. Any suggestions?

More detailed error:
RemoteException wrapping UiPath.Core.Activities.OrchestratorHttpException: An error has occurred. Error code: 0
at UiPath.Core.Activities.HttpStatusCodeExtension.OrchestratorEnsureStatusCode(HttpResponseMessage response)
at UiPath.Core.Activities.BaseQueueActivity.EndExecute(NativeActivityContext context,
IAsyncResult result)
at UiPath.Core.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context,
Bookmark bookmark,
Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context,
Bookmark bookmark,
Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)

4 posts - 3 participants

Read full topic

Selectors changes frequently in citrix environment

$
0
0

Hi ,
This is sayali here, I am facing selectors issue in citrix environment. Detailed of the problem is shared below,

As per my understanding, In the application we have to switch through window by searching particular type of data and then click on it and navigate to other window and do some stuff there. So while performing these steps selectors are changing frequently.

Similar above problem we are facing while performing other steps.

Note : The frequency of selector errors are in Attach Window activity and Find Image Activity.

As we are switching between windows based on availability of records so it will generate dynamically, so I think there is no static data that we can put for selectors as we have to put some static data in selectors in order to validate it.

Below is the screenshot often of the error I am getting.

So please help me with possible solutions.

Thanks.

10 posts - 6 participants

Read full topic

Unable to run Uipath code receiving Activation/validation Error

$
0
0

Hi Team, Need help.
I am not at all able to run any of the program using UiPath

Studio. As I am receiving a error which says "Main.xaml: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = WorkflowFileValidator (ReflectionActivator), Services = [UiPath.Studio.Plugin.Workflow.Validation.WorkflowFileValidator, UiPath.Studio.Plugin.Workflow.Validation.IWorkflowFileValidator], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = ExternallyOwned —> An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = LightValidationService (ReflectionActivator), Services = [UiPath.Studio.Plugin.Workflow.Validation.LightValidationService, "

I have re-installed the UiPath Studio multiple times by deleting all the related folders still no luck.

really required your help much appreciated.
Regards,
Shiva Murthy.

2 posts - 2 participants

Read full topic


Unable to find the requested .Net Framework Data provider

$
0
0

I am trying to fetch the credentials from SQL server database, for that i have connected the database successfully, but while run the automation get the error “Unable to find the requested .Net Framework Data provider . It may not be install”.
i am trying to find this in Manage Packages but this package is not available there. please advice.

11 posts - 8 participants

Read full topic

Error: LibGit2Sharp.LibGit2SharpException: path too long

$
0
0

While working with Studio Community Edition I am getting this error frequently, it pops up on random occasions. Previously it was due to another path. I deleted that path file, and now it is a different path error.

MicrosoftTeams-image

22.4.3+Branch.master.Sha.926b4e643842c0bd04601053628fabcad850b6c3

path too long: ‘C:/Users/33826/AppData/Local/Microsoft/WINMSIPC/csr/EUL-{{14749636;j93A0;j4F52;jB473;j951FBBE8F893}}-{{5760d543;jaf45;j46bb;j8d1f;j5da6af603785}}-GIC-{dd4VJYh8+FJqc4M7VzquKf7skyM=}-{xdR;eySyaOhpLgMonNwK689SbI4A=}-{{7a8b0273;j0ec1;j4e0c;j9da4;j09bc97c64966}}.drm’

Error: LibGit2Sharp.LibGit2SharpException: path too long: ‘C:/Users/33826/AppData/Local/Microsoft/WINMSIPC/csr/EUL-{{14749636;j93A0;j4F52;jB473;j951FBBE8F893}}-{{5760d543;jaf45;j46bb;j8d1f;j5da6af603785}}-GIC-{dd4VJYh8+FJqc4M7VzquKf7skyM=}-{xdR;eySyaOhpLgMonNwK689SbI4A=}-{{7a8b0273;j0ec1;j4e0c;j9da4;j09bc97c64966}}.drm’
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
at LibGit2Sharp.Core.Proxy.git_status_list_new(RepositoryHandle repo, GitStatusOptions options)
at LibGit2Sharp.RepositoryStatus…ctor(Repository repo, StatusOptions options)
at LibGit2Sharp.Repository.RetrieveStatus(StatusOptions options)
at UiPath.Studio.Plugin.Git.Services.RepositoryStatusService.RetrieveStatus(String repositoryPath, StatusOptions options, Action2 sandboxedAction) at UiPath.Studio.Plugin.Git.Services.ItemStatusService.GetItemStatusCore(String workingDirectory, String path, IGetStatusOptions options) at UiPath.Studio.Plugin.Git.Services.GitSession.ExecuteInternal[TResult](Func2 action, Func1 repoFactory) at System.Threading.Tasks.Task1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
— End of stack trace from previous location —
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
— End of stack trace from previous location —
at UiPath.Studio.Plugin.Git.Services.GitSession.SafeExecuteAsync[TResult](Func1 action) at UiPath.Studio.Plugin.Git.Services.GitSession.ExecuteAsync[TResult](Func1 action)
at UiPath.Studio.Plugin.Git.Services.ItemStatusService.GetItemStatusAsync(IGitSession session, String path, IGetStatusOptions options)
at UiPath.Studio.Plugin.Git.GitSourceControl.GetItemStatusAsync(String path, Boolean refreshCache)
at UiPath.Studio.SourceControl.Shared.Services.UI.BaseSourceControlUi1.RefreshBadgesAsync() at UiPath.Studio.Shell.SourceControl.SourceControlService.RefreshBadgesCore(IReadOnlyCollection1 paths, OperationType operationType)
at UiPath.Studio.Shell.SourceControl.SourceControlService.<>c__DisplayClass33_0.<<DocumentService_DocumentModified>b__0>d.MoveNext()
— End of stack trace from previous location —
at UiPath.Studio.Shared.MVVM.Services.DispatcherService.<>c__DisplayClass18_0.<b__0>d.MoveNext()
— End of stack trace from previous location —
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233088

6 posts - 4 participants

Read full topic

The given Key was not presnet in the dictionary

$
0
0

Hi

I am doing an exercise where I am convering various variables into a big string, putting this into an array, traversing through the values to replace any values ‘And’ with ‘&’ and then assigning this into a Dictionary so I can reference the value later on to place the value inside a word document.

I am only testing with 2 variables at the moment but I will be using around 10 hence why I want to convert my variables into some sort of data structure so I can use a for each loop to go through the values, modify them and then input them into my template.

So let’s say I have a bankName and AccountName variable where
Bank Name = Bank and West
Account Name = Mr and Mrs Smith

i convert these variables into an Array, traverse through the array, and then assign the Dictionary to the new formatted value.

However, when I try to print the value of the Dictionary it doesn’t work and says “The given key was not present in the Dictionary” just wondering what I am doing incorrectly and if anybody can help. For the purpose of this exercise we are not allowed to use while loops with array indexes hence why I am using a Dictionary.

Attached is the workflow
BlankProcess.zip (14.0 KB)

Thanks everyone

9 posts - 4 participants

Read full topic

Getting error while sending email through Send Email(Office 365 ) activity

$
0
0

Hi Experts,
I need help on UiPath Office365 Send Email activity, I already setup Office 365 Scope like ApplicationId, TenantId, Interactive token & Services as “Mail”
Still when I try to send email it is throwing error as below, please help on this to resolve

image

2 posts - 2 participants

Read full topic

Unable to sign in uipath

$
0
0

Hi Team

When i sign in, it shows “Received an unexpected EOF or 0 bytes from the transport stream”, Could you please help give the feedback to me?
Thanks!

3 posts - 3 participants

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>