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

UiPath studio is crashed


Excel: error "Illegal characters in path."

$
0
0

@pjaiphak wrote:

Hi All Developer,

 1.  I need to read and write this Excel file on web browser service.
 2.  File path Sample

https://websbbb.com/sites/Mysite/Shared%20Documents/TT/Product%20Movement%20Plan/Product%20Movement%202019.xlsx?web=1

 3. Assign directory Sample

Directory.GetFiles(“https://websbbb.com/sites/Mysite/Shared%20Documents/TT/Product%20Movement%20Plan/Product%20Movement%202019.xlsx?web=1”)

  1. Error: Assign: Illegal characters in path.

image

image

Could you please help advise how to fix it.

Thank you in advance.

Posts: 5

Participants: 3

Read full topic

Level 3 Assignment 2 "On Element Appear 'SPAN': Activity timeout exceeded"

$
0
0

@Pandora wrote:

Dear All

When I run the dispatcher, some of the transactions are added into the queue until Page 11 (which there are 15 pages in total). Error is shown as following:
Capture

The selector is set as ‘""’ and I have already set the repeat forever into False.
Capture3


Any suggestion to fix the issue? Please advise. Thank you!!!

Posts: 5

Participants: 3

Read full topic

Error at merge and adding datarows

$
0
0

@Chaitanya_podilapu wrote:

I have a data table having a row used as headers, call it headerdt
and another data table read from excel sheet, call it exceldt
and a row to be added to the exceldt

I’ve used add data row activity to exceldt after reading excel file
and then merged exceldt to headerdt
I’ve checked the output in message box using output data table activity
It showed me the correct output but when i’m writing it to excel it is not printing the last row, in my case added row to exceldt before merging data. What could be the reason.

Posts: 3

Participants: 2

Read full topic

Uipath orchestrator error : invalid machine key

Uipath orchestrator not working with rdp

$
0
0

@joselramirezc wrote:

im trying to program ochestrator to execute process in RDP windows desktop. the process usually generates error. use cases are 1. RDP minimize and orchestrator connected , shows error.2. RDP close and orchestrator launches the robot.Some boday has input a bout this

Posts: 5

Participants: 4

Read full topic

Level 3 Assignment 2 - The source contains no datarows

$
0
0

@Leela_Javvaji wrote:

Hi Team,

After a long time, I am trying to work on Level 3 Assignment 2 which was running fine till a point(Fetching TaxID) but now when reexecuting its getting stuck at extract data table itself saying source contains no data rows. I am blank eventhough tried to debug multiple times . Please helpMain.xaml (54.0 KB) Extract Work Item Data Table.xaml (9.8 KB)

Posts: 2

Participants: 1

Read full topic

Level 3 - Advanced Training_Ceritification

$
0
0

@lalatendu_samal wrote:

HI,

I have submitted the first assignment but still not getting the result. I am stuck here.
Its still showing “Waiting for evaluation”.
Anyone has any idea? what to do?

Posts: 2

Participants: 2

Read full topic


Swagger Service: Service operations are not found

$
0
0

@jodroenn wrote:

Hi,
in an internal software I have got a REST interface with a swagger description. It works fine with a “direct” http connection.
I would like to use the Service capability and load the yaml file. It loads, but doesn’t save all of the available options: I get the message “Service operations are not found”

If I uncheck all the options with a hyphen “-” in the “path” section, the file is saved.
If I delete the hyphens in the yaml file, the complete file is saved.
The developer of the interface insists, that hyphens and underlines are valid characters in the YAML files.
We can’t simply change the paths in the interface, because there are other comsumers of the interface.
Has anybody an idea to solve this situation?
YAML file is uploaded.ap1337-yaml_fuer_support.7z (4.1 KB)08-10-_2019_09-03-17

Posts: 12

Participants: 2

Read full topic

Error using Dcrypt Text using TripleDES Method

$
0
0

@shyamm wrote:

Hello Every One ,
i want decrypt the text using TripleDES Method mean while i’m getting below error.
“Decrypt Text: A cryptographic operation has failed. Please make sure you use the same algorithm and key for both encryption and decryption operations.”

i used public static string Encrypt(string input)
{

        string key = "xxxxxxxxxxxxx";
        byte[] inputArray = UTF8Encoding.UTF8.GetBytes(input);
        TripleDESCryptoServiceProvider tripleDES = new TripleDESCryptoServiceProvider();
        tripleDES.Key = UTF8Encoding.UTF8.GetBytes(key)

;
tripleDES.Mode = CipherMode.ECB;
tripleDES.Padding = PaddingMode.PKCS7;
ICryptoTransform cTransform = tripleDES.CreateEncryptor();
byte resultArray = cTransform.TransformFinalBlock(inputArray, 0, inputArray.Length);
tripleDES.Clear();
return Convert.ToBase64String(resultArray, 0, resultArray.Length);
}

above code to encrypt the the text.
its working fine in C# while encrypting and decrypting.
using uipath i’m unable to decrypt the above encrypted code

may i know based on which parameters and modes TripleDES Method working in uipath

Posts: 1

Participants: 1

Read full topic

How to write row.Item(+variable)

$
0
0

@mazlumkacar wrote:

Hi all,

i created a string variable that have name of my column : columnname

then i want to use it in a for each row activity like: row.Item("+columnname")

but it doesnt work. How can i write this variable as a text?

Posts: 2

Participants: 2

Read full topic

I can't activate the trial

How to get the processed data if bot is running and system is suddenly shutdown

$
0
0

@ApurvaArya wrote:

How to get the processed data if bot is running and system is suddenly shutdown.if possible to store in any registery and letter we can export in excel.

Posts: 3

Participants: 3

Read full topic

I find a error "typeinto 'the editable text Uielement is no longer available

Error: Execute Xpath

$
0
0

@yushinchan wrote:

Hi there,

Can anyone please kindly look through the problem and assist me with these problem?

I assigned
wgn = MMBA
biz = “*Business/Employer’s Company Name”

and for the xml expression
“string(//wg[contains(wgn,’”+var1.ToString+"’)]//item[contains(pfd,’"+var2.ToString+"’)]//pfv)"

Does any ways to solve this error?

Thanks and best regards.

Posts: 8

Participants: 3

Read full topic


UiPath.Executor has stopped working

$
0
0

@Sanjeet wrote:

I’m getting UiPath.Executor has stopped working error on my system. It appears randomly sometimes.
I’m running bot from robot tray. I’ve UiPath 2018.2.4 version.

By checking windows event viewer logs it shows some igdrcl32.dll module faulted.
Can anybody here knows what is this error ?

image

Posts: 3

Participants: 2

Read full topic

Could not find member 'CommunicationMethod' in type 'http://schemas.uipath.com/workflow/activities:OpenBrowser'

Failed to install package 'xxxxx' when download package with robot

$
0
0

@danielxiao wrote:

Hey! Guys, i need help
i have installed the orchestrator and studio on the same computer.
i’m able to publish a process to orchestrator , and the target process is editable with orchestartot , the process name can be got in robot,but when i tried to download the process ,i faced with this


I tried to change those config files (adding http_proxy)
1.Uipath.Service.Host.exe.config
2.Uipath.Executor.exe.config
3.NuGet.config
and uninstall uipath and restrart UipathService
but it still can’t be downloaded

Posts: 2

Participants: 1

Read full topic

2019.10 LTS: Orchestrator - strange error

$
0
0

@Eric_Scott_Herman wrote:

Hi Everyone,

Ever since I can remember - we have been able to update/upgrade Orchestrator with no additional configuration or tweaking. However, since upgrading to the LTS release, we now encounter a really strange error in IIS (Error 500), the detailed summary is as follows:

"This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. To allow GET requests, set JsonRequestBehavior to AllowGet."

Exception thrown by:
Abp.Web.Mvc.Controllers.Results.AbpJsonResult.ExecuteResult(ControllerContext context)

I can’t seem to resolve this any further. I have checked the database connection string, pipeline mode, authentication, SSL certificate etc… and all are fine.

Has anyone encountered this and perhaps been able to rectify the error?

Thanks.

Kind regards
Eric

Posts: 5

Participants: 4

Read full topic

Cannot create unknown type when run attended robot

$
0
0

@zonda_rugmiaga wrote:

Hi RPA Master
Please kindly to help.

I have problem,
it is my first robot.

so in my case, i have two environments (different server) are studio and attended robot.
my program when execute in studio it running well.
but after publish through orchestrator and then execute in attended robot,
error arise. error notification is like this:
Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}InvokePowerShell({clr-namespace:System.Management.Automation;assembly=System.Management.Automation}PSObject)’.

Posts: 2

Participants: 2

Read full topic

Viewing all 4403 articles
Browse latest View live


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