User Tools

Site Tools


pmm:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pmm:installation [2022/11/07 13:20]
admin
pmm:installation [2023/10/18 15:14] (current)
admin
Line 3: Line 3:
  
 ===== System Requirements ===== ===== System Requirements =====
-  * Windows 10 or later+  * Windows 10 or later, Windows Server 2019 or later
   * Current Intel® Core i5, i7 or i9 CPU or comparable processor   * Current Intel® Core i5, i7 or i9 CPU or comparable processor
   * At least 4GB memory   * At least 4GB memory
   * At least 150MB hard disk space   * At least 150MB hard disk space
-  * .NET Framework 4.7.2 or later+  * .NET Framework 4.or later
  
   * The system requirements for the license server can be found [[license:installation|here]]. Only important for PRO version with network licensing.   * The system requirements for the license server can be found [[license:installation|here]]. Only important for PRO version with network licensing.
-  * The system requirements for the Microsoft® SQL Server can be found [[https://docs.microsoft.com/de-de/sql/sql-server/install/hardware-and-software-requirements-for-installing-sql-server?view=sql-server-2017|here]]. Only important for PRO version with SQL Server database.+  * If used, Microsoft® SQL-Server 2019 or later 
 +  * The system requirements for the Microsoft® SQL Server can be found [[https://learn.microsoft.com/en-us/sql/sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2019?view=sql-server-ver15|here]]. Only important for PRO version with SQL Server database.
 ===== Client Program (FREE) ==== ===== Client Program (FREE) ====
 Reitec.PMM requires some prerequisites for execution, these are possibly installed in a first step. Depending on the installed prerequisite, a restart may be required. For more information, see [[installation#Client Program (PRO)|Client Program (PRO)]]. Reitec.PMM requires some prerequisites for execution, these are possibly installed in a first step. Depending on the installed prerequisite, a restart may be required. For more information, see [[installation#Client Program (PRO)|Client Program (PRO)]].
Line 31: Line 32:
 An installation of the PRO version includes up to 3 parts: An installation of the PRO version includes up to 3 parts:
   -   **Installation Microsoft (r) SQL-Server:** Reitec.PMM (PRO) can be run with an Access database or a Microsoft SQL-Server database, if you are using the SQL-Server you need to install it before you install the client program. For instructions of installing the SQL-Server, see: [[installation#Database Microsoft SQL-Server Express|Database Microsoft SQL-Server Express]].   -   **Installation Microsoft (r) SQL-Server:** Reitec.PMM (PRO) can be run with an Access database or a Microsoft SQL-Server database, if you are using the SQL-Server you need to install it before you install the client program. For instructions of installing the SQL-Server, see: [[installation#Database Microsoft SQL-Server Express|Database Microsoft SQL-Server Express]].
-  -   **Installation Reitec.LicenseService:** The Pro version of Reitec.PMM requires an active Reitec.LicenseService to retrieve a license. The license service can be installed locally as part of the client installation or, alternatively, separately on a central server. For instructions on installing the Reitec.LicenseService on a central server, see: [[license:start|Reitec.LicenseService]]+  -   **Installation Reitec.LicenseService:** The Pro version of Reitec.PMM requires an active Reitec.LicenseService to retrieve a license (only network licensing). The license service can be installed locally as part of the client installation or, alternatively, separately on a central server. For instructions on installing the Reitec.LicenseService on a central server, see: [[license:start|Reitec.LicenseService]]
   -   **Installation Client Program:** The client installation includes the actual program and must be installed on every computer on which Reitec.PMM is to be used. As part of the installation, the Reitec.LicenseService can also be installed and the SQL-Server database can be initialized. Please refer to the following section for installation instructions.   -   **Installation Client Program:** The client installation includes the actual program and must be installed on every computer on which Reitec.PMM is to be used. As part of the installation, the Reitec.LicenseService can also be installed and the SQL-Server database can be initialized. Please refer to the following section for installation instructions.
  
Line 40: Line 41:
   * MDAC Version 2.7   * MDAC Version 2.7
   * Windows Installer 3.1 or higher   * Windows Installer 3.1 or higher
-  * .NET Framework 4.0+  * .NET Framework 4.8
  
 ==== 2. Main Program ==== ==== 2. Main Program ====
Line 76: Line 77:
 |DBTYPE            |Used database backend. ACCESS, SQLSERVER                                 | |DBTYPE            |Used database backend. ACCESS, SQLSERVER                                 |
 |DBUSER            |Name of the DB-User using SQL-SERVER-Authentification.                   | |DBUSER            |Name of the DB-User using SQL-SERVER-Authentification.                   |
-|LICMETHOD         |Used licensing method. SINGLE, NETWORK                                   |+|LICMETHOD         |Used licensing method. SINGLE, NETWORK, CLOUD                            |
 |LICSERVER         |Name of the license method.                                              | |LICSERVER         |Name of the license method.                                              |
 |DBCONNECTIONSTRING|Connection string to database server: "Uid={dbusername};Pwd={password};" | |DBCONNECTIONSTRING|Connection string to database server: "Uid={dbusername};Pwd={password};" |
Line 182: Line 183:
 | DatabaseUser     | sa                    | Database User (Only SQLSERVER with SQLAUTH) | | DatabaseUser     | sa                    | Database User (Only SQLSERVER with SQLAUTH) |
 | DatabasePassword | sdf34lkjsfn234        | Encrypted Password (Only SQLSERVER with SQLAUTH) | | DatabasePassword | sdf34lkjsfn234        | Encrypted Password (Only SQLSERVER with SQLAUTH) |
 +| DatabaseProvider | SQLOLEDB.1            | Database provider (Only SQLSERVER) |
 | DatabaseSecurity | WINDOWSAUTH; SQLAUTH  | SQL-Server or Windows-Authentification (Only SQLSERVER) | | DatabaseSecurity | WINDOWSAUTH; SQLAUTH  | SQL-Server or Windows-Authentification (Only SQLSERVER) |
-| EnableConnectivityCheck | true; false     | Activates connectivity check by Ping | +| EnableConnectivityCheck | true; false    | Activates connectivity check by Ping | 
-| KeepConnectionAlive | true; false         | Database connection will be alive all the time (Default: false) |+| KeepConnectionAlive | true; false        | Database connection will be alive all the time (Default: false) 
 +| LicenseMode      | CLOUD; LOCAL; NETWORK | Licensing method | 
 +| LicenseNumber    | abc123DEF45           | Cloud-License-Number (Only with CLOUD licensing method) | 
 +| WebServiceURL    | https://license...    | The url of the web service for cloud licensing |
 | LicenseServer    | LICSERVER             | Name of the license server. | | LicenseServer    | LICSERVER             | Name of the license server. |
 | LicensePort      | 8081                  | Port of the license server. | | LicensePort      | 8081                  | Port of the license server. |
pmm/installation.1667823638.txt.gz · Last modified: 2022/11/07 13:20 by admin