はじめに
UiPath Process Mining をインストールするには、インストール パッケージを事前にサーバーにコピーしておく必要があります。
インストール フォルダーを作成するには、以下の手順に従います。
Step | Action |
---|---|
1 | Download the UiPath Process Mining installation package. |
2 | On the server, create a folder for UiPath Process Mining. For instance, c:\processmining .In the rest of this guide, we will refer to this directory as <PLATFORMDIR> . |
3 | Create the folder <PLATFORMDIR>\builds . |
4 | Place the installation package in the <PLATFORMDIR>\builds folder.• Right click on the installation package. • Select Extract All…. A sub folder is now created automatically. In the rest of this guide, we will refer to this directory as <EXTRACTDIR> . |
インストール パッケージのダウンロード、およびサーバーへのコピーが完了しました。これでパッケージをインストールできます。
Windows Server を設定する
UiPath Process Mining をインストールする前に、サーバーを準備する必要があります。つまり、すべてのロールと前提条件をインストールする必要があります。これ以降は、UiPath Process Mining のインストール パッケージが必要になります。
UiPath Process Mining をインストールするために Windows Server を準備するには、以下の手順に従います。
Step | Action |
---|---|
1 | Login on the server and open the Server Manager. |
2 | In the Manage menu, click on Add Roles and Features. |
3 | Click through the wizard and keep the default settings. • In the Server Roles step, enable Web Server (IIS). • Continue clicking through the wizard and reboot the server if necessary. |
4 | From the install directory in the installation package, install the following packages: • iisnode-full-v0.2.18-x64-mv0.msi ,• rewrite_amd64.msi ,• vc_redist.x64.exe (for UiPath Process Mining 20.4 and earlier versions). |
5 | Reboot the server, and verify that http://localhost shows an IIS test site. |
IIS is enabled in Windows Server, and the prerequisites are installed. http://localhost shows the IIS test site.
以下の画像でご確認ください。

UiPath Process Mining をインストールする
このガイドでは、サーバーに UiPath Process Mining を 1 つインストールする方法について説明します。
UiPath Process Mining をサーバーにインストールするには、以下の手順に従います。
Step | Action |
---|---|
1 | Run the following batch file: <EXTRACTDIR>\install\activate-build\activate-build.bat . |
2 | Copy the file <EXTRACTDIR>\install\processgold.lic to <PLATFORMDIR> . |
3 | Copy the directory <EXTRACTDIR>\install\databases to <PLATFORMDIR> . |
4 | Right click on <PLATFORMDIR> and click on Properties.• In the Security tab, click on Edit…, and then on Add…. • Click on Locations…, select your local machine as the Location and click on OK. • Enter IIS_IUSRS in the Enter the object names to select text box. • Click on Check Names. Verify that IIS_IUSRS is prefixed with the host name. • Click on OK. |
5 | 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. |
6 | Open Internet Information Services (IIS) Manager. In the rest of this document, we will refer to this as IIS Manager. |
7 | In IIS Manager, select your server. - Double click on Feature Delegation. |
8 | In this list select Handler Mappings. In the panel on the right, click on Read/Write. |
9 | In IIS Manager, select your server again, and in the panel on the right, click on Restart. |
10 | In IIS Manager, right click on Sites and click on Add Website…. • Enter a name, e.g. processmining. • Enter <PLATFORMDIR>\builds as the physical path.• Enter 8080 as the port number (any unused port number will do). • 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. |
UiPath Process Mining がインストールされました。http://localhost:8080/?page=superadmin
からローカルでアクセスできます。
ログイン画面が表示され、既定のユーザー名 sa
と既定のパスワード sa
でログインできます。
1 年前に更新