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

Studio Suddenly Closes - Corrupts XAML File..... showing error in studio :could not be opened. Document is invalid

$
0
0

@Tech_Guru wrote:

Same happened with me. I was created a sequence file of activities in studio. one day i was working to do some changes in the sequence file. And suddenly electricity power cut. When I Restart my pc and open the studio again ? Then try to open that main.xmal file ? I got error “File is invalid”

Capture

I visited to file location manually in C drive and open the file Main.xaml … I found its has been cruppted. and only have text "NUL NUL NUL…so on. The file is attached here. Please help me to recover it. Also fix this issue in UIPath future update. Its take us to make files months. and only one second power off can distroy all our work.

Main.xaml (22.8 KB) "

Posts: 6

Participants: 4

Read full topic


I am getting error while Creating new process in UIpath Community Edition

GetOutlookMailMessages: "The specified folder does not exist" (Shared Inbox)

$
0
0

@P_S wrote:

Hi all,

I have 2 environments and this works in one environment, but not in the other (it has earlier worked fine in both).

I’m using GetOutlookMailMessages to fetch emails from a shared inbox. This inbox has been added as a second account in Outlook.

It works to fetch the Inbox folder, however when I’m trying to fetch anything from a subfolder (“Inbox\TEST”) I get the following error: “The specified folder does not exist”

Fetching emails from subfolders works fine in the primary email account, so I’m clueless what to do now.

Any ideas?

Posts: 7

Participants: 2

Read full topic

Screen scrapping japanese character does not correctly

$
0
0

@ngocvk wrote:

Today, I try using Screen scrapping activity to scrapping Japanese characters from a website and I used Screen Scraper Wizard --> Method scraping = OCR, Engine = Microsoft OCR, Language = Japanese.
And I tried scrapping the following word: “管理” —> but the system always returns word "管埋"
2 words are different in the meaning completely
How can I improve quality of its?
Thank you

Posts: 2

Participants: 2

Read full topic

Excel Application Scope Crash

$
0
0

@shawnmurray wrote:

Hi,
During my Workflow i have a Excel Application Scope activity that wont work even though the excel spreadsheet exists and works in the workflow prior to the stage in the workflow where it crashes.

Any Suggestions?

Thanks,
Shawn

Posts: 13

Participants: 5

Read full topic

Excel stays running in the background

$
0
0

@shawnmurray wrote:

Hi,

Excel is staying open in the background causing the Excel application Scope activity to throw an error.

Has anyone else encountered this issue?

Thanks.
Shawn

Posts: 7

Participants: 4

Read full topic

Error of InsertDataTable activity

$
0
0

@Rale wrote:

I test the InsertDataTable function, but fail.

1.READ data from an Excel file. Pass
2.WRITE data to another Excel file. Pass! it shows the read and write activity setting is correct.
3.Insert data to Oracle data base, it shows the error:
Insert: Object reference not set to an instance of an object.

output

What’s the problem? How to solve it?
Many thanks!

Posts: 5

Participants: 3

Read full topic

UiPath.Core.InvalidUiElementException, Unable to execute the UiPath desktop recording

$
0
0

@RajuB wrote:

I have created a project that automate the installation of group of softwares(like 7zip, Adobe reader, chrome setup …etc) in my PC. I have recorded the steps using Desktop option finally executed it successfully for the first time but for all subsequent executions it is not working as expected and throwing below exception(it might be not recognizing the window that I recorded earlier in my desktop recording), It would be great if you could help me how to over come this issue.

RemoteException wrapping UiPath.Core.InvalidUiElementException: The UiElement is no longer valid —> RemoteException wrapping System.Runtime.InteropServices.COMException: Invalid UI node.
at UiPath.UiNodeClass.FindFirst(UiFindScope scope,
String nodeID)
at UiPath.Core.UiElement.FindFirst(FindScope scope,
Selector selector,
IPlaceholderResolver placeholderResolver)
— End of inner exception stack trace —
at UiPath.Core.Activities.TaskAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)

Thanks in advance,

Posts: 9

Participants: 3

Read full topic


Invoke powershell cant import module

$
0
0

@RobertoEwaldo wrote:

hi guys, i try to use invoke powershell activity, i read the script file first, get the value, and use it in invoke powershell activity, but i get this error
image

it works perfectly fine when i run it on powershell
any suggestions ?

this is my script
scriptMain.zip (680 Bytes)

Posts: 3

Participants: 3

Read full topic

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

$
0
0

@ANSHUL wrote:

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?

Posts: 9

Participants: 4

Read full topic

2019.10 - Invoke Workflow error

$
0
0

@mittol_ldc wrote:

Hi,

On 2019.10.0-beta.477 when I try to invoke snippet “Wait For All Form Tasks Completion.xaml” using Invoke Workflow File I get the following message :
RemoteException wrapping System.Activities.ValidationException: An extension of type ‘UiPath.Activities.Contracts.Persistence.IPersistenceBookmarks’ must be configured in order to run this workflow.
at System.Activities.Hosting.WorkflowInstanceExtensionCollection…ctor(Activity workflowDefinition,
WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstanceExtensionManager.CreateInstanceExtensions(Activity workflowDefinition,
WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.WorkflowApplication.EnsureInitialized()
at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation,
Boolean push)
at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout)
at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback,
Object state)
at UiPath.Executor.InProcessRunner.<>c__DisplayClass6_0.g__StartWorkflow|1()
at UiPath.Executor.InProcessRunner.BeginExecute(AsyncCallback callback,
Object state)
at UiPath.Core.Activities.ExecutorInvokeActivity.BeginExecute(AsyncCodeActivityContext context,
AsyncCallback callback,
Object state)
at System.Activities.AsyncCodeActivity.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)

I’m able to launch the file directly not just invoke it. what can be the reason?

Posts: 11

Participants: 6

Read full topic

Read specific xml data

端末更改後にUiPath Community Editionが使用不可となりました。

$
0
0

@beginner wrote:

端末をWindows7からWindows10に更改したら、UiPath Community Editionが使用できなくなりました。
エラーメッセージは下記のとおり。

Activation failed with error: 0
Error description: Cannot use Community Edition on this machine after activating a trial or Enterprise license code. Please enter a valid license key.
License status: Device ID already activated

Device ID: +wkxK9K89/Pj//bUSA4k
Computer: xxxxxxxxxxx
User Name: xxxxxxxxxxx

こちらの登録も実施しましたが、事態解消せず。
https://www.uipath.com/renew-community-license

Community Editionを継続して使用したいため、対処方法をご教示ください。

Posts: 2

Participants: 2

Read full topic

The project runs on the windows server 2012 and cannot use the about mouse everything

$
0
0

@L_Mr wrote:

Hi ,Its my first contact with RPA,
I am developing a project to operate browser,I run very well locally.But I had a problem uploading to the server using orchestrator.If I don’t have a remote connection server,or other mean no screen. All the mouse operations can’t be performed.
FYI:mouse click on web page.
How can i do it?

Thanks.

Posts: 14

Participants: 4

Read full topic

IntelligentOCR Scope : Class not registered


Compare two excel files that has key more than one column

$
0
0

@zonda_rugmiaga wrote:

Hi RPA Team,
i am Zonda, please kindly to help my case.

I have two excel, first excel is master user and second excel is download data.
I need to compare both files use key name,department and title.

if data from download data cannot find in master user, it will insert new row in master user.
status will be active and insert current date.

if data from master user cannot find in download data, it will changing status in master user become inactive and insert current date.

i attach file download data sample, master user before and after update.

DownloadData.xlsx (24.0 KB) MasterRPAUserAfterUpdate.xlsx (14.6 KB) MasterRPAUserBeforeUpdate.xlsx (13.4 KB)

Posts: 5

Participants: 2

Read full topic

UIpath java extension Issue (Urgent)

$
0
0

@9942055603 wrote:

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

Posts: 8

Participants: 3

Read full topic

Back Arrow removed when clicking "Project Dependencies Mass Update Tool"

$
0
0

@kwoxer wrote:

If you click on HOME in your project the Back Arrow is available.

If you now go to Tools and click on “Project Dependencies Mass Update Tool” the Back Arrow is removed.

That’s a huge bug because you cannot get back to the project. Instead you need to reopen the project.

My version:

Studio 2019.10.1 - 11/11/2019
Community Edition
EXE Installer

License Provider: Orchestrator
Activation ID:

Update Channel: Stable

Microsoft Windows 10 Enterprise 64-bit
.NET Framework Version 4.7.2 or later

Posts: 5

Participants: 3

Read full topic

Generic Value to DateTime

$
0
0

@rjackson wrote:

Hello everyone,

I am extracting a Date and saving the value as generic type. Since I have to do a comparison with some other date, I need to convert it to DateTime but I am getting an error. Any ideas on how to solve this?

Thank you!

Posts: 3

Participants: 3

Read full topic

Select item is not selecting the datas from excel

$
0
0

@Manoj_Kumar5 wrote:

Hi All,

I couldn’t able to fetch data from excel and select in the combo box.

here, I am attaching my error screen and log file.

please check, I am performing to fetch details from excel and store in the Variable and where ever required and call the stored values to select an item in combo box. I have tried to use click two times.

Posts: 3

Participants: 3

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>