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

Failed to Attach Browser in UiPath


Write range activity return a sheet empty

$
0
0

@rchabbeh wrote:

hello,
i have a read csv activity return a database, then i used write range to whrite the database in an excel file, but the file sheet always empty after the execution i verified that the database is not empty, and i don’t have any error,
any idea to solve this problem?
image
image

Posts: 5

Participants: 2

Read full topic

Error in Send outlook mail message in uipath

$
0
0

@mnawazud wrote:

Hi,

I am using send outlook mail message activity to send mail without any attachment but I am getting an error where I am stuck. Please find the error below.
image

Kindly provide any solution for the error.
.
Regards,
Nawaz

Posts: 9

Participants: 2

Read full topic

Object Reference Not Set Error

$
0
0

@Robotics wrote:

Hi,

I have a String variable (AddrestPostalCode) which contains a value say : POSTCODE UB1 1PY.
I wanted to split this value further to perform a validation. So i am using
AddrestPostalCode.ToString.Trim.Split(Environment.NewLine.ToArray,StringSplitOptions.RemoveEmptyEntries) for this i am getting Object Reference not set to an instance of an object error.

Posts: 3

Participants: 2

Read full topic

Licensing model data missing

$
0
0

@John_Dara wrote:

Hi, I’ve been trying to activate studio with the license keys given by uipath, but i always get a messagw saying that the licensing model is missing.
Please i need help

Posts: 10

Participants: 4

Read full topic

Orchestrator Installation troubleshooting

$
0
0

@Liorhen9 wrote:

Hi
I’ve installed Orchestrator and now I’m trying to browse the site.
I’m entering the url and after couple of minutes I get “Generic Error”.
Would love to get some help.

Thank you

Lior

Posts: 6

Participants: 3

Read full topic

Error: Unable to cast COM object of type ‘System.__ComObject’ to interface type

$
0
0

@jingwang0222 wrote:

Excel Application Scope: Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘System.Runtime.InteropServices.ComTypes.IConnectionPointContainer’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{B196B284-BAB4-101A-B69C-00AA00341D07}’ failed due to the following error: The requested object does not exist. (Exception from HRESULT: 0x80010114).

I have an excel in the folder, this activity is just use excel app scope to read the range.
But my code always has error in here, if i disable this excel app scope, then the process works fine.

image

Any idea how to solve this? it is really weird, because i have another excel app scope which works fine.

Posts: 14

Participants: 8

Read full topic

"JObject" and "JArray" ambiguous in the namespace Newtonsoft.Json.Linq

$
0
0

@LB-Bemi wrote:

When I try to run my workflow I get these “validation errors”:

  • ‘JObject’ is ambiguous in the namespace ‘Newtonsoft.Json.Linq’.
  • ‘JArray’ is ambiguous in the namespace ‘Newtonsoft.Json.Linq’.
    The workflow does not show any validation errors before I try to run it.

My guess is that because I have several different packages dependent on different versions of Newtonsoft.Json, Uipath thinks JObject and JArray are ambiguous, but what do I do about it?

I saw that
" Invoke workflow file: Error compiling code error BC30560: ‘JTokenWriter’ is ambiguous in the namespace ‘Newtonsoft.Json.Linq’. At line 0"
was similar and was solved with a bug-fix.

Posts: 2

Participants: 1

Read full topic


Advanced RPA Developer Level 3 - Not selectable year 2018 in the "ACME System 1" under menu --> Reports!

Can't access level 1 foundation training 2018.3

$
0
0

@TheingiSoe wrote:

I would like to learn RPA level 1 - training 2018.3 . But can’t access this training course and showing 403 forbidden .Please give advice to get access for this course .
Thanks !

Posts: 2

Participants: 2

Read full topic

Read excel file and write to text file send to mail

$
0
0

@tejaswi_nerella wrote:

Hi, I’m getting error in send smtp mail message activity
Port:465
server:smtp.gmail.com

Error:Send SMTP Mail Message: An error occurred while attempting to establish an SSL or TLS connection.

One possibility is that you are trying to connect to a port which does not support SSL/TLS.

The other possibility is that the SSL certificate presented by the server is not trusted by the system for one or more of the following reasons:

  1. The server is using a self-signed certificate which cannot be verified.
  2. The local system is missing a Root or Intermediate certificate needed to verify the server’s certificate.
  3. The certificate presented by the server is expired or invalid.

Can anyone please help me…

Thank, Advance

Posts: 5

Participants: 3

Read full topic

UiPath Robot Black Screen

$
0
0

@YAZIDI wrote:

Hi All,

Recently the UiPath Robot Show a black screen like this:

I don’t know why this is happening, the studio works fine, the execution also.
By the way I am using 19.12.0 Community edition.

Please help me fix this, thanks in advance :upside_down_face:

Posts: 8

Participants: 2

Read full topic

Getting error when connection via Gmail on Office network. Send SMTP Mail Message Error

$
0
0

@avesh_lakha wrote:

"Send SMTP Mail Message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 64.233.162.109:587"I am getting the below error when I am using my company network. Is there anything I need to ask my IT team to whitelist? as I am not getting any error on normal wifi.

Posts: 4

Participants: 3

Read full topic

Assistance with Python

$
0
0

@Gnaneshwari_Pinna wrote:

@HareeshMR, @pathrudu
Can anyone help me with this. I am trying to run the python code and receive the below error:

Traceback (most recent call last):
File “C:\Users\gnaneshwaripinna\Desktop\RPA\For-Rashmi\For-Rashmi-All-datasets\Award_Ranking_Dataset\Award_Ranking_Dataset\Code\AW-Dataset-Automation.py”, line 906, in
if PYS[0]<PYS1[0]:
File “C:\Users\gnaneshwaripinna\AppData\Roaming\Python\Python36\site-packages\lib\site-packages\pandas\core\series.py”, line 868, in getitem
result = self.index.get_value(self, key)
File “C:\Users\gnaneshwaripinna\AppData\Roaming\Python\Python36\site-packages\lib\site-packages\pandas\core\indexes\base.py”, line 4375, in get_value
tz=getattr(series.dtype, ‘tz’, None))
File “pandas_libs\index.pyx”, line 81, in pandas._libs.index.IndexEngine.get_value
File “pandas_libs\index.pyx”, line 89, in pandas._libs.index.IndexEngine.get_value
File “pandas_libs\index.pyx”, line 132, in pandas._libs.index.IndexEngine.get_loc
File “pandas_libs\hashtable_class_helper.pxi”, line 987, in pandas._libs.hashtable.Int64HashTable.get_item
File “pandas_libs\hashtable_class_helper.pxi”, line 993, in pandas._libs.hashtable.Int64HashTable.get_item
KeyError: 0

Posts: 1

Participants: 1

Read full topic

Exception:Assign : Min (114) must be less than or equal to max (-1) in a Range object

$
0
0

@Shatakshi_Mishra wrote:

Hi
Can some one please help with the following error message?

Assign : Min (114) must be less than or equal to max (-1) in a Range object.

It is displayed as ‘Argument Exception’. I encountered this while using dt.select().

Regards,

Posts: 12

Participants: 8

Read full topic


Error on select item activity

Studio is not showing on my desktop

$
0
0

@Irfan wrote:

Hi All,

Unfortunately, my studio got uninstalled in my lap. Now I am installing studio on my lap but it is not showing it on my lap. For every time need to install and practise. Can anyone help me with this?

Posts: 9

Participants: 3

Read full topic

Custom Activity - Not Resolved

$
0
0

@hemants wrote:

Hi,
I am following https://docs.uipath.com/activities/docs/creating-a-custom-activity link to create my custom activity.

However, after importing created package using ‘Manage Packages’ dialog in UiPath Studio, I can see import is not successful. Icon is red exclamation mark and if I hover mouse over I can see tooltip ‘Requested >= 1.0.0, not resolved’

image

Visual studio project details: Its a .Net Framework 4.6.1 class library project

UI Path Studio 2019.10.3 , Microsoft Windows 10 Enterprise 64-bit , .Net Framework Version 4.7.2 or latter

Any pointers?

Posts: 7

Participants: 4

Read full topic

Abby OCR issue

Send Exchange Mail message not working

$
0
0

@mb977 wrote:

Hi guys,
This is an error that comes from a project already deployed and running, recently it has being stopping mid process wen trying to send out and email and spitting out the below errors. any ideas on why that might be and possible fix for it.

“SendOnly cannot be used by a user without a mailbox. Use SendAndSaveCopy and specify a folder ID in a mailbox to send an item from an account that doesn’t have a mailbox”

Posts: 2

Participants: 2

Read full topic

Viewing all 4404 articles
Browse latest View live


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