- Release notes
- Getting started
- Installation
- Configuration
- Integrations
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne menus and dashboards
- AppOne setup
- TemplateOne 1.0.0 menus and dashboards
- TemplateOne 1.0.0 setup
- TemplateOne menus and fashboards
- TemplateOne 2021.4.0 setup
- Purchase to Pay Discovery Accelerator menus and dashboards
- Purchase to Pay Discovery Accelerator Setup
- Order to Cash Discovery Accelerator menus and dashboards
- Order to Cash Discovery Accelerator Setup
- Basic Connector for AppOne
- SAP Connectors
- Introduction to SAP Connector
- SAP input
- Checking the data in the SAP Connector
- Adding process specific tags to the SAP Connector for AppOne
- Adding process specific Due dates to the SAP Connector for AppOne
- Adding automation estimates to the SAP Connector for AppOne
- Adding attributes to the SAP Connector for AppOne
- Adding activities to the SAP Connector for AppOne
- Adding entities to the SAP Connector for AppOne
- SAP Order to Cash Connector for AppOne
- SAP Purchase to Pay Connector for AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Dashboards and charts
- Tables and table items
- Application integrity
- How to ....
- Working with SQL connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Releasing a SQL Connector
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Useful resources
Installing a training environment
If you want follow the UiPath Process Mining courses of the UiPath Academy you need an installation to execute the exercises. There are a few options to set this up, each one with its own risks you should be aware of.
The options are:
- Set up an installation on another server
-
Set up a second installation on the same server
A separate installation is preferred. The best performing method is to set up a training installation on a separate server.
Note:As this is a different server, a new license needs to be requested.
Using a second installation on the same server also requires a new license. For installing a training environment UiPath offers discounted non-production licenses.
A second installation can also be done on the same server as the production environment. Note that this does have the downside of sharing server capacity (CPU, RAM, and storage) with the production installation.
Important:Using the production installation is highly discouraged as super admin users can release an application which could overwrite the production application. Also, various other assets are shared between all users on an installation (e.g. datasets, repositories).
A training installation, depending on the number of developers, could take a substantial part of this capacity away from the production installation.
Follow these steps to perform a second installation of UiPath Process Mining.
Step |
Action |
---|---|
1 |
On the server, create a directory for the training enviroment (e.g.c:\))\))processmining-training). We will now refer to this directory as
<PLATFORMTRAININGDIR>. |
2 |
Create the directory
<PLATFORMTRAININGDIR>\)builds .
|
3 |
Place the installation package in the
<PLATFORMTRAININGDIR>\builds directory.
• Right-click on the installation package. • Select Extract All…. A subdirectory is now created automatically. We will now refer to this directory as
<EXTRACTDIR> .
|
4 |
Run the following batch file:
<EXTRACTDIR>\install\activate-build\activate-build.bat .
|
5 |
Copy the file
<EXTRACTDIR>\install\processgold.lic to <PLATFORMTRAININGDIR> .
|
6 |
Copy the directory
<EXTRACTDIR>\install\databases to <PLATFORMTRAININGDIR> .
|
7 |
Right click on
<PLATFORMTRAININGDIR> and click on Properties.
In the Securitytab, click on Edit…, and then on Add…. • Enter IIS_IUSRS in the text box. • Click on Check Names. Verify that IIS_IUSRS is prefixed with the hostname. • Click on OK. |
8 |
In the Group or user names list, select IIS_IUSRS. • In the list below find the Full control row, check Allow. • Click several times on OK to apply all changes and close all windows. |
9 |
Open Internet Information Services (IIS) Manager. |
10 |
In IIS Manager, right click on Sites and click on Add Website…. • Enter a name, e.g. processmining-training. • Enter
<PLATFORMTRAININGDIR>\builds as the physical path.
• Enter 8081 as the port number (any unused port number will do but keep the port number of the production installation in mind). • Click OK to create the site. Note: Leave the localhost binding intact. The initial login is only possible on localhost.
|
11 |
In IIS Manager, click on Application Pools. • Select the application pool with the same name as the site you created in the previous step. In the panel on the right, click on Recycling…. • Uncheck the Regular time intervals checkbox. • Check the Specific time(s) checkbox. • In the text box, enter 02:00. Other times will also do, but keep in mind that all users that are logged in, will be logged out at that time. • Click on Next, and Finish. |
12 |
and Git Repository . |
<PLATFORMDIR>
of the clean installation to <PLATFORMTRAININGDIR>
. In this case, you can skip steps 1 to 6, and start with step 7.
A new installation of UiPath Process Mining is now done.
http://localhost:8081/?page=superadmin
. Here, you can log in with the default username sa
and default password sa
.
superadmin
in the URL must be all lowercase!