Last Modified June 24, 2024
Introduction #
This guide provides a step-by-step walkthrough for installing the System Frontier database on SQL Server 2019 and newer. It is intended for proficient System Frontier users, typically senior server or workstation admins with scripting skills, especially in PowerShell.
Prerequisites #
Before starting the installation, ensure the following prerequisites are met:
- SQL Server 2019Â or newer is installed and running.
- SQL Server Management Studio (SSMS)Â is installed.
- System Frontier license key is available.
- Database administrator (DBA)Â has created the database ahead of time.
- SQL login account for the database installation.
Steps #
Database Creation #
- Have your DBA create a new database on SQL Server. For this guide, we will useÂ
FRIENDSHIP_V2
 as the database name.
Create SQL Login #
- Open SSMS and create a new SQL login. Name itÂ
SF_SQL_ADMIN
. - Ensure this is a SQL account, not a Windows or Active Directory account.
- Map this new service account to the System Frontier database and assign it theÂ
DB_OWNER
 role to grant necessary permissions for table creation and database management from the web application.
Prepare for Installation #
- Ensure the System Frontier license key is handy.
Run Database Installer #
- Start the System Frontier database installer.
- Read and accept the System Frontier EULA.
- Enter the Database server name. If using the main instance with SQL Express, input it asÂ
SERVERNAME\SQL_EXPRESS
. - Enter the service account name (
SF_SQL_ADMIN
) and password. - ClickÂ
Test
 to verify the credentials and database information. Confirm success before proceeding. - ClickÂ
Next
.
Administrator Configuration #
- By default, the current user’s domain and username will be populated. This user will be the first administrator with access to System Frontier after installation.
- If a SQL DBA is running the installer, input the actual administrator’s account to administer the app post-installation.
- ClickÂ
Next
.
License File Validation #
- Select your license file.
- ClickÂ
Validate
 to ensure the license key is valid. - ClickÂ
Install
.
Finalize Installation #
- The installer will connect to the database using the provided credentials, set up tables, and initialize necessary data.
- Once the installation is complete, you will see a confirmation message.
- The database installation is now finished.
Notes #
- Ensure all steps are followed carefully to avoid installation issues.
- If there are any errors during the installation, refer to the System Frontier documentation or support for troubleshooting.
Â
This guide ensures a smooth installation process for the System Frontier database, facilitating effective setup and management of the System Frontier application.