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

Problem connecting to the system through the UIPATH


uiAutomation package installation error

$
0
0

Previously I have uninstalled the UiAutomation package mistakenly from my project. After that I have tried several times to reinstall that package again but its prompting so many errors. I thought that coursed because of some firewall blockings. Therefor I have requested and got direct internet access from the infrastructure team. It is also failed with the same error. then I tried to upgrade system activities package to see if this is happening to this package also. also the same error occurred to that package. I’m not able to solve this process. Need your argent support on this matter. Failed screens attached below.
Thanks.

3 posts - 2 participants

Read full topic

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

$
0
0

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??

15 posts - 11 participants

Read full topic

Robot seems to not find Virtual Desktop/Ui Elements when running fully unattended

$
0
0

Hi,

I know this topic has been asked several times but after hours of reading, I could not find any solution solving the issue for me.

My problem:
I have a rather simple workflow, reading and moving a few files and then performing some activities in an application. I run it as an unattended robot an a virtual machine. When I connect to the VM via remote desktop connection the workflow works fine, but when Im not connected the process fails as soon as a UI interaction is involved (so the renaming and moving the files still works, but the application does not start). I disconnect from the session, I dont just minimize the rdp window. I always start the robot via orchestrator (when im connected to the VM as well as when im not).

My errors:
I used to start the application via run prompt, which I opened with Send Hotkey Win+R, but this resulted in an error “Desktop has been disconnected while performing UI activities”. So I changed it to double clicking on the application icon, which resulted in “Click element. Timout reached.”

I tried to take a screenshot, but when I try to do this, the error says: “System.ComponentModel.Win32Exception (0x80004005): The handle is invalid”. Actually my workflow always takes a screenshot, when an error occures and while the error message is properly written in my error folder, the related screenshot is never saved. So taking screenshots seems to also not work, as long as I am not connected to the VM.

Tried solutions:

  1. I set login to console to false and the resoultion (height=768, width=1366 and depth=32) in the robot settings in orchestrator.
  2. Since this didnt work I set the same settings in UiPath.settings on the VM.
  3. I created a DWORD parameter in registry of the VM RemoteDesktop_SuppressWhenMinimized = 2 under HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Terminal Server Client and a DWORD parameter KeepAliveEnable = 1 under HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
  4. I set both parameters also on my local machine connecting to the VM

My setup:
In case this makes a difference: I use Studio Pro Enterprise Edition 2020.10.0 and have a properly licensed unattended robot. The resolution settings mentioned above is exactly the resolution, which i use, when developing the robot. I develop on my local machine, but have access to another studio on the VM.

For me it just feels, as if the desktop is fully gone, as long as I am not connected to it. Any ideas highly welcome.

3 posts - 1 participant

Read full topic

Ver 20.10 Error

$
0
0

Hi,
My studio community version already updated to 20.10.0,but it runs like this every time
image

plese help me…

2 posts - 1 participant

Read full topic

Error when tryin acess Studio same with robot connected

$
0
0

My UiPath Assistant is connected and licensed, but when will I access the Uipath Studio,
it asks to log in, but it keeps showing “denied access” the same is happening when i try log with ServiceUrl

3 posts - 3 participants

Read full topic

Chrome - Im not able to spy the element in version of 2020.4.3

Start Job: Operation returned an invalid status code 'BadRequest' at the end of Dispatcher

$
0
0

I have a process that is working for a while now. It suddenly started not triggering performer at the end of dispatcher with this message:
Start Job: Operation returned an invalid status code ‘BadRequest’
That’s the message I see on orchestrator.
Aby ideas why this is happening?

Thanks in advance.

1 post - 1 participant

Read full topic


Error getting Storage Account from Azure (using Azure Activities Package)

$
0
0

I am trying to get a storage account from an Azure Resource Group. I am getting the error below.

Get Storage Account: An error has occurred. Please check the logs Error: Could not load type ‘Microsoft.Azure.Management.Storage.Fluent.Models.SkuName’ from assembly ‘UiPath.Azure, Version=1.1.4.0, Culture=neutral, PublicKeyToken=null’ due to value type mismatch.

Here is the properties

And the xaml layout

It is running through the ‘Get Resource Group’ without issue and correctly assigning variable. It then throws up on the ‘Get Storage Account’

Any thoughts? Thanks for the help!

14 posts - 5 participants

Read full topic

UiPath Studio unresolved activities

$
0
0

Hi,

Please can anyone can help me with UiPath studio unresolved activiites?

When I start UiPath studio I got errors with unresolved activites:

Could not find member ‘OptionsString’ in type ‘http://schemas.uipath.com/workflow/activities:InputDialog’. Row: 104, Column: 27
Could not find member ‘AlterIfDisabled’ in type ‘http://schemas.uipath.com/workflow/activities:Click’. Row: 283, Column: 41
Could not find member ‘Id’ in type ‘http://schemas.uipath.com/workflow/activities:Target’. Row: 295, Column: 91
Could not find member ‘AlterIfDisabled’ in type ‘http://schemas.uipath.com/workflow/activities:SetValue’. Row: 324, Column: 44
Could not find member ‘AlterIfDisabled’ in type ‘http://schemas.uipath.com/workflow/activities:TypeInto’. Row: 379, Column: 142
Could not find member ‘UseDefaultEncoding’ in type ‘http://schemas.uipath.com/workflow/activities:AppendLine’. Row: 3682, Column: 375

I reinstalled all dependencies, tried to update them, downgrade them and nothing happend.

1 post - 1 participant

Read full topic

Oracle Proedure

$
0
0

Hi All,

how to execute below procedure with execute non query activity

EXEC odbproc_daily_sales_dan3(XXXX844570,‘826LLC’,‘0’,‘zzzzzzzzzzzzzzzz’,‘0’,‘zzzzzzzzzzzzzzzz’,‘0’,‘zzzzzzzzzzzzzzzz’,‘0’,‘zzzzzzzzzzzzzzzz’,TO_DATE(‘30/09/2020’,‘dd/MM/yyyy’),‘CLXXXXN’)

i tried like attachment

But i’m getting error :Execute Non Query: ERROR [42000] [Oracle][ODBC][Ora]ORA-00900: invalid SQL statement

Please help me asap

1 post - 1 participant

Read full topic

Error: Object reference not set to an instance of an object. This error usually occurs when using a variable with no set value (not initialized)

$
0
0

Hi there,

I used data scraping to extract from a website a table of data.
After which, used excel application scope to create a new excel sheet called Dcon.xlsx, and write range to copy the data into the excel.

However, i keep getting an error: Object reference not set to an instance of an object. This error usually occurs when using a variable with no set value (not initialized)

I;m not sure why this is happening and have tried to search online for a solution however to no avail.
Can anyone assist?

Thank You!
Kim

36 posts - 22 participants

Read full topic

Error using xml files

$
0
0

Hello community
I would like you to help me with the following problem.
I have to manipulate an invoice in xml format and I have tried to do it with the deserialize activities but I cannot capture the values found in the tags. It generates this error message "Message Box: Object reference not set to an instance of an object . "

thanks

image

1 post - 1 participant

Read full topic

UiPath Chrome Extension not working properly

$
0
0

Hello,
After having some trouble installing the chrome extension on my client’s computer, I have finally managed to install (https://docs.uipath.com/studio/docs/chrome-extension#section-extension-fails-to-install-after-google-chrome-update) and make it “work” so that UiPath doesn’t tell me to install it everytime I try to get a selector on Chrome…

…however I can’t really get a selector. It doesn’t return me an error, but when I’m trying to get a selector on the page, I only have a blue rectangle for the whole frame of the Chrome browser.

I have tried reinstalling and rebooting multiple times.
Some screens :

image

8 posts - 3 participants

Read full topic

Facing problem in Google sheet connection

$
0
0

RemoteException wrapping Google.GoogleApiException: Google.Apis.Requests.RequestError
This operation is not supported for this document [400]
Errors [
Message[This operation is not supported for this document] Location[ - ] Reason[failedPrecondition] Domain[global]
]

at Google.Apis.Requests.ClientServiceRequest1.<ParseResponse>d__31.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 Google.Apis.Requests.ClientServiceRequest1.d__27.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.GSuite.Activities.Sheets.Extensions.SheetsExtensions.d__3.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.GSuite.Activities.ReadRange.<>c__DisplayClass24_0.<b__1>d.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.Shared.TelemetryService.AppInsights.BaseAppInsightsTelemetryService.d__7.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.GSuite.Activities.ReadRange.d__24.MoveNext()
— End of stack trace from previous location where exception was thrown —

1 post - 1 participant

Read full topic


Conversion from string to integer formats

$
0
0

I’m storing values ​​that I need to validate in a variable as a string, in one of the values ​​that I need to validate, I’m using the formula below to convert it to an integer:

StrValue = (Convert.ToDouble (StrColValor3) + Convert.ToDouble (StrColValor)).

For the sequence a value appeared in the 9,999.99 format and an error occurred that “The entry was not in the correct format” the other values ​​that always appear are in this format 23,23 for example.

Is there another formula that I can convert string to integer and this error does not occur?

2 posts - 2 participants

Read full topic

Python Activity Troubleshooting

$
0
0

Step-A: (Validate the Configuration parameters)

  1. Check the Python exe file path location is properly specified in Python Scope properties
  2. Check the installed Python version is 64-bit or 32-bit. In case of 32-bit version select x86
  3. Specify the Python version installed. It is always better to specify the Python version rather selecting Auto.

Step-B:

  1. Instead of using " Run Python Script " activity, use Load Python Script -> Invoke Python Method -> Get Python Object .
  2. Remove the Print statements in Python Code

Step-C:

  1. If there is any error related to dependency/Package not found, please check if for the specified python instance (Configured in Python Scope) that package is installed. You can check the package is already installed by executing the command "pip install " . If it is already installed, it should prompt as “Requirement already satisfied” as below.
  2. If you have any python distribution installed in system like Anaconda, it installs packages in its directory only. Check python file you are trying to run from UiPath can be run from the command prompt for the specified installation. If any dependency is missing. install the dependency first.

Step-D:
In most of the cases executing python code from UiPath doesn’t give the proper error,
As Python is an interprited language, every statement is executed separately. Use following code snippet to identify which line is causing the issue:

outF = open ( "myOutFile.txt" , "w" )

outF.write("Test line1 added")

outF.close()

Step-E: (Work around)
If using Python activity, you are still getting error though the file can be run successfully from Command Prompt or Python IDLE. Run the python file from Powershell as below:

5 posts - 5 participants

Read full topic

Ai fabric deployment error

$
0
0

Hi there,

I am facing an issue here, I have a zip file containing a ML model, and I can upload it whithout any problems, but when I try to create an MLSkill a series os warnings show up before an error mensage and the deployment fails, can anyone help?

The Error mensage: Failed to create deployment AIFabric_ML_Demo_OM

The warnings mensage:
File “/microservice/main.py”, line 19, in
testeiro = Main()
File “/microservice/main.py”, line 10, in init
self.model = joblib.load(’./model/ClassProbl.joblib’)
File “/usr/local/lib/python3.8/site-packages/joblib/numpy_pickle.py”, line 585, in load
obj = _unpickle(fobj, filename, mmap_mode)
File “/usr/local/lib/python3.8/site-packages/joblib/numpy_pickle.py”, line 504, in _unpickle
obj = unpickler.load()
File “/usr/local/lib/python3.8/pickle.py”, line 1210, in load
dispatchkey[0]
File “/usr/local/lib/python3.8/pickle.py”, line 1587, in load_reduce
stack[-1] = func(*args)
File “sklearn/tree/_tree.pyx”, line 607, in sklearn.tree._tree.Tree.cinit
ValueError: Buffer dtype mismatch, expected ‘SIZE_t’ but got ‘int’

File “/microservice/main.py”, line 19, in
testeiro = Main()
File “/microservice/main.py”, line 10, in init
self.model = joblib.load(’./model/ClassProbl.joblib’)
File “/usr/local/lib/python3.8/site-packages/joblib/numpy_pickle.py”, line 585, in load
obj = _unpickle(fobj, filename, mmap_mode)
File “/usr/local/lib/python3.8/site-packages/joblib/numpy_pickle.py”, line 504, in _unpickle
obj = unpickler.load()
File “/usr/local/lib/python3.8/pickle.py”, line 1210, in load
dispatchkey[0]
File “/usr/local/lib/python3.8/pickle.py”, line 1587, in load_reduce
stack[-1] = func(*args)
File “sklearn/tree/_tree.pyx”, line 607, in sklearn.tree._tree.Tree.cinit
ValueError: Buffer dtype mismatch, expected ‘SIZE_t’ but got ‘int’

1 post - 1 participant

Read full topic

Compare two data tables having 2 common columns and write values accordingly

$
0
0

In the excel file Match.xlsx (10.7 KB),
The input sheet Sheet1 looks like image
The sheet having values Sheet2 looks like image

The required output sheet output looks like image

Here, When column “Quality and Series” of Sheet1 matches with column “Quality and Design Series” of Sheet2 then Assign Column A,B,C,D of Sheet1 values like A of Sheet1 = (Pro * A of Sheet2) and so on for other columns also where round the digits of output upto three decimal places.

Please help…

1 post - 1 participant

Read full topic

Send error message with HTML in SMTP email

$
0
0

I am sending SMTP email on every error encountered in site in Catch.
But at times error message has html like below which I want to send as is -

Cannot find the UI element corresponding to this selector:
<webctrl id='ctl00_cph_vcB_vc0_Sfv_InsertSaveButton' tag='INPUT' />

But I have selected ‘isBodyHTML’ as true, HTML content of error message is being skipped everytime. I just received below in email -

Cannot find the UI element corresponding to this selector:

How can I resolve this issue?

Regards,
Adoshi

1 post - 1 participant

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>