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

Maximum Task Actions: A task must be registered with at least one action and no more than 32 actions

$
0
0

@Dina.espifi59 wrote:

Hi guys, so i have a workflow with a lot of action, it does run but at the end of the process it shows:

A task must be registered with at least one action and no more than 32 actions.
Parameter name: Actions

are there any way i can do?

Posts: 2

Participants: 1

Read full topic


RemoteException wrapping System.Exception:Job stopped with an unexpected exit code: 0xC0000005

$
0
0

@PrabhuViswa wrote:

Hi all,
I’m getting this error
RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xC0000005
while scraping the mail body table but this same workflow works fine few days before but now
it getting the above mentioned error.

Posts: 11

Participants: 2

Read full topic

job-stopped-with-an-unexpected-exit-code-0x000000FF

$
0
0

@PrabhuViswa wrote:

Hi
I’m getting this error while running my workflow first it indicates that UiPath Robot Executor stopped and then it throws this error
RemoteException wrapping System.Exception: Job-stopped-with-an-unexpected-exit-code-0x000000FF.

Posts: 2

Participants: 2

Read full topic

Unable to clone from the given repository

Error using Gsuite application scope for Gmail

$
0
0

@Pierre_PARIS wrote:

Hi all,

do you have any idea about the problem link to an error message like that ?

“Send Mail Message: Google.Apis.Requests.RequestError Precondition Failed [412] Errors [ Message[Precondition Failed] Location[If-Match - header] Reason[conditionNotMet] Domain[global] ]”

Thanks,

Pierre

Posts: 5

Participants: 4

Read full topic

Exception.source not retrieved correctly

$
0
0

@MathiasAscolese wrote:

Hello everyone!

I’m facing an issue here after upgrading one of our robots to the latest version of UiPath Studio.

All of our projects are FlowCharts invoked through a state machine with a Try/Catch, which allowed us to get the Exception.message and Exception.source accurately and easily.

Unfortunately, since the update, the Exception.source is not getting retrieved correctly anymore. We need this information to be able to debug our projects effectively.

Now, the only info we get from the Exception.source is either System.Activities or UiPath.UiAutomation.Activities but not the name of the activity itself.

Do you know how to get around this issue?

Thanks a lot in advance!

Posts: 9

Participants: 7

Read full topic

SAP Application is not responding

$
0
0

@Neerugattu wrote:

Hi,
I have SAP application to automate. In SAP application when I click on one button it will open one window where I have to read text.
The problem is when I click on that button some times it will not at all open and the status bar is keep going, some times I have waited almost 1hr but I did not get any error either from SAP application or from UiPath so please suggest me how to handle this kind of scenario in UiPath.
Currently, each time when it stuck I am closing SAP application through Task manager and re running UiPath workflow again.

Thank you in advance.

Posts: 6

Participants: 3

Read full topic

Error connecting my work to the re-framework

$
0
0

@borismh wrote:

I have a problem when connecting my workflow to the orchestrator, a simple summary of my project is that it is a folder reader and then registers in an excel, my goal is to make it portable, for this at the beginning of my work there is a " assign “called” address "where the folder to be read is specified, then if I want to make it portable that folder destination can change, it depends on which pc is installed.
My goal is to make a cell called “Address” in the re-framework excel file, and then place the destination of the folder for this purpose, the robot would no longer have to be entered and only the route from the excel “Config”, but I have not succeeded in making it connect to my work.
through arguments I try to locate it but I have errors like l-invalid and so
they know some way to solve this problem
Thank you very much in advance

Posts: 1

Participants: 1

Read full topic


Invalid selector for Attach Browser chrome (ACME webpage)

Unable to output the excel values

Data Scraping Issue due to ajax based table

$
0
0

@mjworks774 wrote:

Hi All,

M always getting the first page data after data scraped may be due to Ajax based table (Means only table gets refreshed instead of whole page) ~~ Strange Issue

Please let me know …

Regards,
Mohit

Posts: 1

Participants: 1

Read full topic

메일 보낼때 본문에 이미지 첨부 질문

$
0
0

@WonGi wrote:

메일 보낼때 HTML로 이미지를 첨부하고 있습니다.

메일에 하나의 이미지를 보낼때는 잘 전송이 되는데, 두개 이상의 이미지를 전송하려 하면

첫번째 이미지가 반복되어 전송이 되고 있습니다.

혹시 해결법이 있으면 공유 부탁드리겠습니다.

구문은 아래에 첨부하겠습니다.

감사합니다.

‘<m:attachment fileName=C:\Users\wongi.jeong\Desktop\모니터링1_캡쳐.PNG status=‘logo’/><img src=‘cid:’#{logo.contentId}’ alt=‘Smiley face’>
<m:attachment fileName=C:\Users\wongi.jeong\Desktop\모니터링2_캡쳐.PNG status=‘logo’/><img src=‘cid:’#{logo.contentId}’ alt=‘Smiley face’>’

시작과 끝의 ’ ’ 은 지워주시기 바랍니다.

Posts: 1

Participants: 1

Read full topic

Unable to cast object of type ‘System.Double’ to type ‘System.String’

$
0
0

@ravi.g6 wrote:

Hi all,

I am getting error “Unable to cast object of type ‘System.Double’ to type ‘System.String’”
when I am using.
dtAlsExcel_In.Rows(dtAlsExcel_In.AsEnumerable().Where(Function(x) x.Field(Of String)(5)=trim(row(5).ToString)).Select(Function(x) dtAlsExcel_In.Rows.IndexOf(x)).FirstOrDefault())(16)

Please help.

Posts: 8

Participants: 3

Read full topic

Get Queue Item bug? "System.ArrayTypeMismatchException"

$
0
0

@dVni wrote:

Hi,

I just tried the Get Queue Item and I’m getting the following error message:

System.ArrayTypeMismatchException: Attempted to access an element as a type incompatible with the array.

And it doesn’t work from UiPath.System.Activities version 19.2.0 and forward. This activity works perfect when I downgrade to package version 18.4.2.

Bug, or just me not understanding some new functionality?

/d

Posts: 18

Participants: 10

Read full topic

Kill Process activitie tries to kill a process fom another Windows User

$
0
0

@Robin_S wrote:

Hello together.

I tried to kill a specific process with the ‘Kill Process’ activitie in a Windows Server 2016 environment.
Two users are logged on to the machine at the same time to work on different RPA processes. We both automate the same application. As soon as in tries to close the application via the ‘Kill Process’ activity, an exception is thrown: Can’t stop [APP NAME]: Encountered errors while trying to kill a process.

Now I noticed that this error only occurs if my colleague has opened the corresponding application as well. Apparently the activity tries to close the process of the other Windows user.

I looked at the documentation of the activity and couldn’t find a way to disable this behavior.
Do you have a hint for me how to solve the problem?

Posts: 4

Participants: 2

Read full topic


2019.10 LTS - Problem after server installation with license Unattended

$
0
0

@DRobot wrote:

Hello, I am having problems after installing version V2019.10.1 on a server in Windows Server 2012 R2. I am under license Unattended Enterprise. When I launch a process from the orchestrator (in 2019.10.14 version), the command is sent to the server starting the process and then directly after the Robot service stops. I have already reinstalled the Studio and Robot version several times and overwriting all the temporary files without success. It looks like a problem on the UiPath.Session.dll as figured below in the event viewer: Faulting application name: UiPath.Service.Host.exe, version: 19.10.1.0, time stamp: 0xf0845193
Faulting module name: UiPath.Session.dll, version: 18.3.0.0, time stamp: 0x5dc963af
Exception code: 0xc000001d
Fault offset: 0x000e57e9
Faulting process id: 0x1620.

Are you facing this problem and have you found a solution?

Thank you.

Posts: 3

Participants: 2

Read full topic

IMAP access to mail account fails

$
0
0

@Claudius wrote:

Hello,

I have used an IMAP activity with the following parameters

  • MailFolder “Posteingang” / “Inbox”
  • Port 993
  • SecureConnection “StartTlsWhenAvailable”

to connect to an IMAP mail account. It tries for approximately 40 seconds and the returns the error code “The IMAP Server has unexpectedly disconnected” (Exception Type: ImapProtocolException).

When I use the same settings on the same PC with a thunderbird mail client it works fine and all mails could be read… and Telnet connection to the server / port is also ok.

Unfortunately my collegues from the mailing Team have no clue what is the cause.

Any help appreciated,
Claudius

Posts: 18

Participants: 7

Read full topic

Infinitely stuck on Send SMTP mail Message Activity

$
0
0

@YAZIDI wrote:

Hello,
My process send an email with execption screenshot using “Send SMTP mail Message Activity”, it used to work normally but lately it does not work at all, it just get stuck with no error or log

Posts: 8

Participants: 3

Read full topic

Execute Query: ERROR [42000] [IBM][System i Access ODBC Driver][DB2 for i5/OS]SQL0104

$
0
0

@radu.spantu wrote:

Hello guys,

I am having a process that at some point has to do some validations using SQL.
I created a small process “Connect to database” to output a database connection that looks like the picture below

The output is a database connection and it is not null ( “out_dbConnection”: “UiPath.Database.DatabaseConnection”, ) .

I am passing this argument to another xaml that does the actual query.
When the query is executed, i get the following error: “Execute Query: ERROR [42000] [IBM][System i Access ODBC Driver][DB2 for i5/OS]SQL0104 - Token ; was not valid. Valid tokens: .”

I’m not sure how to advance with this.

Any suggestions?

Posts: 2

Participants: 1

Read full topic

Click Image activity - TimeoutMS problem

$
0
0

@pdelgadogp wrote:

Hi!

I’m currently using UiPath Studio Community 2019.10.0-beta.484.

I found a problem when using Click Image activity. I set up a TimeoutMS, like, 5 seconds. Then, when execution starts, it ignores this 5 seconds and waits the default 30 seconds until it throws an Exception.

Anyone knows a solution for this? Is this an extended bug?

Thanks in advance!

Posts: 15

Participants: 6

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>