@ngocvk wrote:
Today, I have many errors with uipath like image attached below. I edited variable only the application also was crashed
Posts: 2
Participants: 2
@ngocvk wrote:
Today, I have many errors with uipath like image attached below. I edited variable only the application also was crashed
Posts: 2
Participants: 2
@pjaiphak wrote:
Hi All Developer,
1. I need to read and write this Excel file on web browser service. 2. File path Sample
3. Assign directory Sample
Directory.GetFiles(“https://websbbb.com/sites/Mysite/Shared%20Documents/TT/Product%20Movement%20Plan/Product%20Movement%202019.xlsx?web=1”)
- Error: Assign: Illegal characters in path.
Could you please help advise how to fix it.
Thank you in advance.
Posts: 5
Participants: 3
@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:
The selector is set as ‘""’ and I have already set the repeat forever into False.
Any suggestion to fix the issue? Please advise. Thank you!!!
Posts: 5
Participants: 3
@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 exceldtI’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
@Vuong_Bui wrote:
Hi, i learning the RPA Orchestrator turorials and when i connect robot and orchestrator that issue happen:
i was sure i was did everthing sam the tutorials video. i was successfull in my fisrt time, but when i remove old server and create new server it not work.
Here are my pictures for issue, please help me:
.
Posts: 41
Participants: 25
@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
@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
@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
@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)
Posts: 12
Participants: 2
@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 codemay i know based on which parameters and modes TripleDES Method working in uipath
Posts: 1
Participants: 1
@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
@jam007 wrote:
the new activation format does not let me activate the studio (1111-2222-3333-4444), this error appears to me, which I am doing wrong, I follow the steps and nothing
Posts: 6
Participants: 2
@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
@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
@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 ?
Posts: 3
Participants: 2
@Shree_Vybhavi wrote:
Hi all ,
when i’m trying to copy paste a .xaml file and open it, in output it says an error as follows,
Could not find member ‘CommunicationMethod’ in type ‘http://schemas.uipath.com/workflow/activities:OpenBrowser’. Row: 153, Column: 33
I tried deleting Project Json file and reopen still getting the same issue.Could someone please suggest the solution.
Thanks in advance
vybhavi
Posts: 10
Participants: 4
@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
@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
@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