Might come in handy!
1. Run Notepad as Administrator (right click > Run as Admin)
3. Add the IP and hostname on the last line then save. In this case I added two hosts for surfandperf and google. You may read the commented part for more details.
A repository of notes about Performance Testing, Automation, RPA, and Web Design.
Show all posts related to UiPath
Show all posts related to Windows
Show all posts related to Web Design
Might come in handy!
1. Run Notepad as Administrator (right click > Run as Admin)
For when you want to launch a file folder for quick access after the robot runs.
Using the Start Process activity, put "explorer.exe" under Input FileName, and your desired folder path unde Arguments.
Heya! Quick note on how to setup and install Eggplant Studio on Windows
What you need:
Step 1: Install Eggplant Functional
Step 2: Download your license file
Step 3: Setup RLM license manager
Suppose you want to create your own log file, here's how to do that in Ajax Truclient using the Evaluate Javascript action from the Toolbox.
var currentDate = new Date();IO.write("C:\\Data\\Logs\\logs.txt",currentDate.toLocaleString() + " >>> ",true,"UTF-8");IO.write("C:\\Data\\Logs\\logs.txt","hello",true,"UTF-8");IO.write("C:\\Data\\Logs\\logs.txt","\r\n",true,"UTF-8");
For example you are waiting for an object with a message like
"6 card(s) processed successfully."
where 6 could be any number. Here's how to use isRegExpMatch descriptor to identify that object.
First, change the ID method of the object to Descriptors and open the Descriptors Editor.
Here's something we encountered recently that kept us from running a task smoothly. We migrated our scripts to a virtual server machine which is very different from where we developed the script (desktop). Our first struggle was getting rid of this pesky profile storage space error that kept on popping up midway into running a task.
Option 1
Option 2
Here's how you can deactivate your UiPath license yourself so you can use the license key on another machine. Granted, you still have access to the local machine where UiPath is installed. Otherwise, get in touch with UiPath support for a deactivation request.
Alright...
1. Login to the machine where UiPath is insalled
2. Open the command line and run the following:
"C:\Program Files (x86)\UiPath\Studio\UiPath.LicenseTool.exe" deactivation-request
Make sure the location of UiPath.LicenseTool.exe is correct