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

用uipath打不开exccel程序,提示安装excel

$
0
0

@Vi-Ghost wrote:

19.10.1+Branch.master.Sha.0e00272ff1e0363c6709284cfa5bbf8631511d70

来源: Excel 应用程序范围

消息: 打开工作簿时出错。确保已安装了 Excel。

异常类型: System.Exception

RemoteException wrapping System.Exception: 打开工作簿时出错。确保已安装了 Excel。 —> RemoteException wrapping System.Runtime.InteropServices.COMException: 检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件失败,原因是出现以下错误: 80080005 服务器运行失败 (异常来自 HRESULT:0x80080005 (CO_E_SERVER_EXEC_FAILURE))。
在 System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
在 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
在 System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
在 System.Activator.CreateInstance(Type type, Boolean nonPublic)
在 System.Activator.CreateInstance(Type type)
在 UiPath.Excel.WorkbookApplication.StartNewApplication()
— End of inner exception stack trace —
在 UiPath.Excel.WorkbookApplication.StartNewApplication()
在 UiPath.Excel.WorkbookApplication.InitializeExcelApp()
在 UiPath.Excel.Activities.ExcelApplicationScope.<>c.<.ctor>b__48_0(WorkbookArguments args)
在 UiPath.Excel.Activities.ExcelApplicationScope.Execute(NativeActivityContext context)
在 System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
在 System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
在 System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

Posts: 1

Participants: 1

Read full topic


Open Form Designer Error: This program is blocked by group policy

$
0
0

@Rachel_Stewart wrote:

When I tried to use the Create Form activity I clicked to Open Form Designer and got the error: “This program is blocked by group policy.”

What program is this trying to open? Would resolving this issue be as simple as whitelisting an .exe file for the form designer? I can’t seem to find what program it is trying to open.

Any help would be appreciated. Thank you.

Posts: 1

Participants: 1

Read full topic

Package issues

$
0
0

@KarinaFreitas wrote:

Dear, I am facing problems with the activities included in the UiPath.UIAutomation.Activities package.
I have already tested these versions and my Studio is in that version.


image
Can anyone tell me the reason for the error?

Posts: 1

Participants: 1

Read full topic

NU1202: Package libdemo 1.5.10-alpha is not compatible with net461 (.NETFramework,Version=v4.6.1). Package libdemo 1.5.10-alpha does not support any target frameworks

$
0
0

@Anandhi wrote:

When i try to add a user defined library to the new process I face this issue.
I have created the library as per the academy lessons.

updated my .Net framework also

Studio Pro 2020.4.0-beta.250 - 4/1/2020
Community License
EXE Installer

License Provider: Internal
Activation ID: UIP-fef94ff474

Update Channel: Stable

Microsoft Windows 10 Enterprise 64-bit
.NET Framework Version 4.8

Please help how to solve the issue

Posts: 7

Participants: 3

Read full topic

Global Variables that can be used across Workflows and Invoke Workflows

$
0
0

@k.karthikeyan wrote:

Is there a way to define global variables like static variables or constants that we do in programs which can be used across multiple workflows and invoke workflows, instead of duplicate and passing the value as arguments to every call of an invoke workflow.

Posts: 6

Participants: 6

Read full topic

Some time check box not working

Running process via Orchestrator doesn't recognize selectors

$
0
0

@Slavich wrote:

Hi all,
I faced an issue when I publish the project to the Orchestrator and run - it doesn’t recognize any of the selectors (working with Oracle).
But, when running via studio, there is no such issue.

The process runs in the same environment- DEV.
Orchestrator version: 15.10.2019
Studio version: 4.10.2019

Posts: 1

Participants: 1

Read full topic

Set clipping region is wrongly shifting to the right when looping

$
0
0

@Samuel2001 wrote:

Scenario: Reading Scanned Documents, Images, etc.

Steps to reproduce: Find OCR text, set clipping region 95 pixels to the right, read new region, repeat with new target text.

Current Behavior: Everytime it repeats, it wrongly shifts the clipping region more and more to the right.

Expected Behavior: It should always look for a region exactly 95 pixels to the right.

Studio/Robot/Orchestrator Version: 2019.5.0

Last stable behavior: Unknown
Last stable version: Unknown
OS Version: Microsoft Windows 10 Home 10.0.17134 Build 17134
Others if Relevant: (workflow, logs, .net version, service pack, etc): ClippingRegion_Test.xaml (12.1 KB)

The attached file is just and example. Ideally I would use this to read multiple fields in a scanned document.

Posts: 10

Participants: 4

Read full topic


Filter the records where Date is newer than '1st of February 2018' (discard older records);

Error "Add Data Row: Cannot set column 'nameColumn'. The value violates the MaxLength limit of this column

The status in Orchestrator page is Disconnected and i can´t fix it

$
0
0

@julio.oria wrote:


Hello guys, i have a trouble related to the status of “connection” in the Orchestrator page . It shows the status of “disconnected” and i’ve tried everything i knew but i doesn’t works .
First, the Orchestrator settings allows me to connect the robot to the Orchestrator page.
I think that the problem causes the trouble called “No data show”
I will be grateful if you can help me,thanks.

Posts: 1

Participants: 1

Read full topic

Write Range - Error

$
0
0

@rjackson wrote:

Hello all,

I have an Excel file with columns A-K, in which the last two columns are formula driven.

I am writing my DT into Excel on Columns A-I (I don’t have any extra columns on my DT) but for some reason is deleting my last two columns on the sheet that are formula driven.

Any ideas on this?

Thanks!

Posts: 1

Participants: 1

Read full topic

Webサイト内のテキストを認識してクリックするようにしたい

$
0
0

@pthfs1 wrote:

UiPath初心者です。


例ですが、以下のKDDIのページの「問い合わせ」をテキストとしてUiPathが認識してクリックするようにしたいです。
また、Webレコーディングではセレクタを編集してXML?の中を書き換えて実現できたのですが、Webレコーディングではなく、「ブラウザを開く」等のコンテナの中でレコーディングを使わずに実現したいのですがうまくいきません。

Posts: 1

Participants: 1

Read full topic

Json invalid error while calling a REST HTTP request API

$
0
0

@shubham.sharma wrote:

Hello there,

I am using the HTTP request command to call an API from Monkey learn website service for extracting keywords from a DATA or TEXT. It takes input as a JSON value and returns an output, But while POSTing the request I am getting an error stating-

Error-
{ status_code: 422, error_code: REQUEST_PARAM_PARSE, detail: This endpoint requires a JSON object body. }

JSON input I am giving-

{“data”:[“Elon Musk has shared a photo of the spacesuit designed by SpaceX. This is the second image shared of the new design and the first to feature the spacesuit’s full-body look.”]} .

I have checked and validated JSON object in an online validator and found it a valid one.

Please help me out resolving this issue.

Posts: 1

Participants: 1

Read full topic

Orchestrator is being shown up as Connected,Unlicensed hence not able to use Uipath Community Edition app at all


Copy files with file length greater than 260 characters

$
0
0

@stephenmarri wrote:

I need to copy a files whose path length is greater than 260 characters. This works fine when you copy it normally through file explorer or cmd or power-shell. But when I try to do this from “Move File” UiPath activity it throws the long file path error. I tried to invoke power-shell and passed the command, but still it throws the same error. Can somebody help me with this?

Posts: 9

Participants: 4

Read full topic

Excel Error: The remote Procedure call failed (Exception From HRESULT: 0x800706BE

"The given key was not present in the dictionary" error occurs randomly

$
0
0

@kamil wrote:

Hi everyone, I have a problem with unattended bot. From time to time “The given key was not present in the dictionary” error occures during reading value from dictonary variable, althought the key exist and most of the time the bot reads the value without any issue. Is this a bug? Do you know any solution? Thank you in advance.

Posts: 9

Participants: 6

Read full topic

NU1202: Package userpackage 1.0.4 is not compatible with net461 (.NETFramework,Version=v4.6.1). Package userpackage1.0.4 does not support any target frameworks

$
0
0

@kdawg wrote:

Guys I’m also getting this error. I have created my own user defined packaged which I’m not trying to use in a Library Project. When I go to install my user defined packages, I’m getting the same error NU1202: Package userpackage 1.0.4 is not compatible with net461 (.NETFramework,Version=v4.6.1). Package userpackage1.0.4 does not support any target frameworks.

I have also uninstalled STUDIO and reinstalled but it didn’t fix this issue!

Posts: 1

Participants: 1

Read full topic

Kill Process: Encountered errors while trying to kill a process

$
0
0

@chol644 wrote:

Kill Process 액티비티에 Target Process Name을 "EXCEL"로 주고 돌렸습니다.
Kill Process: Encountered errors while trying to kill a process 라는 오류가 나는데 해결방법이 있을까요?
해당 오류는 매번 발생하는건 아니고, 10번중 2,3번씩 나타나는 것 같습니다.

  • 해당 studio는 내부망 pc에서 사용 중이고, 모든 엑셀파일은 보안문서로 되어있습니다.

Posts: 1

Participants: 1

Read full topic

Viewing all 4409 articles
Browse latest View live


Latest Images