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

'2017' option is unavailable to select in updating yearly report

$
0
0

‘2017’ option is unavailable to select in updating yearly report for Academy Level 3 final assessment, please advise

3 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

14 posts - 10 participants

Read full topic

UIpath defect - Salesforce Activity Pack

$
0
0

Hi.

I’m creating a SOQL Query in UIpath using the Salesforce Activity Pack, but according with this article , the result cannot be stored in a Datatable if there is a Join between two tables.

When i execute the query in Salesforce Workbench, the Query executes without problem… (“SELECT Name, (Select FirstName, LastName FROM Contacts) FROM Account LIMIT 100”)

But when i run the same query in UIpath using the activity pack and SOQL Activity i have this error…

Is there a way to retreive the results of the execution besides a datatable ? I’m assuming this is a tool defect.

Any idea would be greatly appreciated. Thanks !

3 posts - 3 participants

Read full topic

Intelligent OCR COM Class not registered

$
0
0

What is the version to support IntelligentOCR for ABBYY?
I have a FlexiCapture Engine 11 Developer license, but still got the Error below

19.6.0+Branch.master.Sha.adf20656f41da84cdec5e5620b62276717eb7319

Source: IntelligentOCR Scope

Message: Retrieving the COM class factory for component with CLSID {C0003003-0000-48FF-9197-57B7554849BA} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Exception Type: System.Runtime.InteropServices.COMException

RemoteException wrapping System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {C0003003-0000-48FF-9197-57B7554849BA} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
at UiPath.IntelligentOCR.Activities.FC.Scope.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.IntelligentOCR.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)

26 posts - 12 participants

Read full topic

Csv + the value for argument 'Column Name' is not set or is invalid

$
0
0

Version 1019.10.0-beta.484 is throwing this error while using a filter datatable.

I’ve used a read csv to read the data, however the filter datatable doesn’t seem to work.

Anybody else facing this issue?

12 posts - 7 participants

Read full topic

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

$
0
0

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,

16 posts - 11 participants

Read full topic

Help needed in Upgrading Uipath from 19.10 into 2020.10

$
0
0

Hi Team,

I Have upgraded Orchestrator from 19.10 to 2020.10. after upgradation i am unable to access Orchestrator from the web browser.
i got the below error
{“message”:“An error has occured.”, “errorcode”:0,“resourceIds”:null}

any one could you please help me to figure the issue and also if anyone knows the steps to decrypt web.config file before upgrading and encrypt the web.config file after upgradation.

7 posts - 4 participants

Read full topic

Move Exchange Mail Fails

$
0
0

I’m unable to move the mail from Inbox to Drafts folder using Move Exchange Mail Message activity, error - “Move Exchange Mail Message: The property TextBody is valid only for Exchange Exchange2013 or later versions.” but I can’t see any property with ‘TextBody’ in the activity, also changes exchange version to 2013 but still no luck. Please help me.

4 posts - 4 participants

Read full topic


Microsoft Excel. Can't find your license for this application. Random, repetitive

$
0
0

Hi Community!

As you can see, I am having some problems with Excel.

I know that there is an immediate way to solve this, already posted in another topic, but the thing is, my goal is not to solve this just by being able to use Excel again. My problem is not that simple.

What I mean is, I get this Windows notification once in a while, randomly in some executions, and then I always have to go there manually to click the OK in order to be able to use Excel again.

My goal is to prevent this to happen. And an answer for the reason of this happening (the infrastructure team says everything seems OK with Office and the services associated with the licence recognition, etc., but not sure how deep they went searching).

Do you guys know something about this? What’s the influence of UiPath on this? Let it out!

Cheers

8 posts - 4 participants

Read full topic

UiPath - Error Summary for tenant

Unable to save the validated data in action center

$
0
0

Hi team,
unable to save the validated data in Action center (orchestrator) and getting error response “Bad request”. kindly some one help me to resolve this issue.

(upload://7ju0MspDSiHN8tyVsIjJyuWBO1W.png)

1 post - 1 participant

Read full topic

SAML Integration not working

$
0
0

Hi All, We are integrating UIPath orchestrator with SAML idp. certificate from idp imported and web.config changed as per documentation. No changes noticed when we launch the url . url is not redirecting to idp.
Here is the example block added to configuration.




<sustainsys.saml2 entityId=“https://xxxx.xxxx.xxx” returnUrl=“https://xxxx.xxxx.xxx”>





</sustainsys.saml2>

Any input to troubleshoot this saml integration is appreciated.

Thanks.

6 posts - 4 participants

Read full topic

Error during "execute macro"

$
0
0

Hi I am using win7 Enterprise and UI Path version 2016.2.6442.

When I am trying to execute a macro in the excel, I used the “execute marco” function under Excel. The macro did successful ran, but there was also an error popping out - This error is in the Excel level instead of UI Path level.

image

There was only one input box which is for the macro name - I assume I put the macro name correctly because the macro did get executed. However, my process cannot go any further with this error in the excel. I do believe the process is stuck at “execute macro” because of this error.

It is worth mentioning that if I open the VBA editor (Alt F11) and run this macro directly there, there is no problem/error whatsoever.

Any help/insight on this is appreciated!

8 posts - 7 participants

Read full topic

SAP GUI system message: Back-end closed when running robot

CSV に書き込み: メソッドが見つかりません: ‘Void CsvHelper.CsvWriter…ctor(System.IO.TextWriter)

$
0
0

質問失礼いたします。現在作成しているワークフローで以下のエラーメッセージが発生しています。何が原因かがわからないためご教示いただけないでしょうか?
CSV に書き込み: メソッドが見つかりません: ‘Void CsvHelper.CsvWriter…ctor(System.IO.TextWriter)

・試したこと
ネットの再接続
新しくプロセス作成後Main.xaml消去→現在作成中のCSV書き込みフロー一式をコピペ
新しくCSV書き込みフローを作成

・バージョン
Excel.Activities 2.9.5
UiAutomation.Activities 20.10.9

3 posts - 3 participants

Read full topic


System.aggregateexception error

$
0
0

HI,

I am trying to perform the following task: Reading a text file that has been store in a given location and then extracting the content from the same and getting it displayed in the message box.

Everything appears to be fine, not sure how to handle this error.

now getting the following error.runtime_error

Getting another error on execution of another program append|584x472

I am guessing some packages are missing or what…

Thanks in advance
Varun.!

1 post - 1 participant

Read full topic

Open Browser: Cannot communicate with the browser, please check the UiPath extension

$
0
0

Hello All,

I am getting an error with UiPath studio and Chrome Extension not working: Open Browser: Cannot communicate with the browser, please check the UiPath extension I have already reinstalled the extension multiple times, reinstalled UiPath Studio and followed the documentation located at these links:

I troubleshooted inside the Registry Editor and everything checked out but still cant see the ChromeNativeMessaging.exe process running in task manager under Chrome.

Versions:

  • Studio Community Edition 2019.7.0
  • UiPath Web Automation Chrome Extension 9.0.6821

Any help would be greatly appreciated.
Thanks! :pray:

19 posts - 16 participants

Read full topic

Could not Read Range when reading a range I just wrote

$
0
0

Hello, any help would be greatly appreciated. I am running a process that reads a range from a csv, then writes that range to an xlsx inside and excel application scope. I add some columns and formulas and read the range again, filter it, and write that range to a new tab in the same workbook. From there I filter the data again based on a new formula and read the range again. This is where the process is failing due to the format of the data I just wrote from the first xlsx tab.

When Initial wrote from the csv the data looks like this: image
Then after reading this range and filtering, it gets written like this: image

This format and the infinite #### signs that are in the cell no matter how wide I expand it are causing a read range error.
Read Range: Could not read range A1:H20.

I have tried both excel application scope and workbook activities and I have tried with both preserve formatting checked and unchecked and I can’t seem to get this to work.

Please help!

1 post - 1 participant

Read full topic

UiPath.Web.Activities library problem

$
0
0

Hello everyone. I try to du an sentiment analysis. I attached the related video and website which I try to do.

https://www.youtube.com/embed/HKxrAPxn5jA

Sentiment Analysis — text-processing.com API 1.0 documentation

I have below problem. Who may help me, please?

Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Main.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}HttpClient’.’.


Thanks in advance.

1 post - 1 participant

Read full topic

Storing Data into Datatable

$
0
0

Hello, I am unable to store the data from the web into the column which I already build datatable by using Build Data table activity and the column name “Address” and “Data-type-String” “Max length- 1000”.

Add data row: I am getting an error like “Cannot set column ''Address”. The value violates the Max length limit of this column

4 posts - 3 participants

Read full topic

Viewing all 4407 articles
Browse latest View live


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