MS SQL Server - Manual Installation For Access Portal
MS SQL Server - Manual Installation For Access Portal
Manual installation
Microsoft .NET 3.5 SP1 is a pre-requisite for SQL Server 2014 to install successfully.
Microsoft SQL Server 2014 does not install or enable Windows PowerShell 2.0; however,
Windows PowerShell 2.0 is an installation prerequisite for Database Engine components
and SQL Server Management Studio.
Microsoft .NET 4.0 is a requirement for SQL Server 2014. SQL Server installs .NET 4.0
during the feature installation step.
For best results, your server computer should have a clean operating system and
up-to-date service packs prior to installation.
• Database management
• Configuring the SYSDBA and other users
• Making backups of your database
NOTE
If using Windows 7, this option is not available. Use an archiving tool such as 7-Zip to extract
Execute
the the Installer
contents (Access
of the ISO into aPortal.exe)
folder, thenfrom the installation
navigate media.
to the folder.
It will extract the files to prepare for the installation to a temporary location.
Select New SQL Server stand-alone installation or add features to an existing installation
Click Next
Preferably change the Named instance to PORTALSQLEXPRESS (this is the default we use) and click
Next
Click Advanced
The Database Engine Configuration is very important, select Mixed Mode and enter the password for the
(sa) account M@sterkey1 then click Add Current User. Click Next
P10 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
Leave default (Install and configure) and click Next
P11 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
When the installation is complete and all the features you have selected to be installed succeeded click
Close
P12 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
Navigate to the location where you have mounted the iso. Select “Access Portal.exe” and make sure to
Run as administrator.
If you want to install Access Portal in another language, select your preferred language from the drop-down
menu, and click OK
P13 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
Read through and accept the software license agreement, then click Next.
P14 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
In this section, you need to select the components you wish to install for a new installation. You have
installed SQL manually, select the first 2 components, and click Next.
Now, you can specify the SQL Server connection details. For new installations, leave “Edit Settings”
unticked to use the defaults and click “Next”. If you wish to use a different SQL Server details, tick “Edit
Settings” and enter the SQL Server connection details of your choice.
IMPORTANT
The default password for the “sa” and “sysdba” logins is “M@sterkey1” at installation time,
unless manually changed. If you manually want to change tck Edit settings and change
P15 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
When you get this error, you can change the sa password or click on Yes to continue.
When the Portal installation is complete run Portal.exe as Administrator from this location
C:\Program Files (x86)\Impro Technologies\Access Portal\bin64.
If you get the following error
P16 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
Open SQL Server Management Studio
Login with Windows authentication. Drop down next to Authentication, select Windows
Authentication and click Connect.
P17 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
If sysdba does not exit you have to create a login for sysdba.
Right click on Logins and click New Login.
P18 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
Select the Server Roles page and make sure the public and sysadmin roles are selected. Click OK.
Expand Databases and look for PORTAL. If it does not exist, you will need to create the database
manually.
P19 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
How the create the Portal Database manually
Right click Databases and select New Database.
P20 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
Click Browse
Scroll down and look for sysdba and select it. Click OK
Click OK
P21 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
3. ***Optional but good practice.
Click on the dots … and change the path for both the Database (mdf) and Database log (ldf) files to
[Drive:] \Program Files (x86) \Impro Technologies\Access Portal\database
and click OK
P22 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
Confirm your settings and click OK
1
2
Click Test Database Connection and when the Database connection test passed
Click Save & Restart
P23 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
When the Instance Name, Database Name and Password settings are correct, and you still get the error
check the Protocol settings in SQL Server Configuration Manager
NOTE
Because SQL Server Configuration Manager is a snap-in for the Microsoft Management Console
program and not a stand-alone program, SQL Server Configuration Manager does not appear as an
application in newer versions of Windows.
Windows 10:
Another way to locate the server manager: Browse to
C:\Windows\SysWOW64 and locate the SQLServerManager
P24 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
Double click Protocols for PORTALSQLEXPRESS
P25 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
On the IP Addresses tab, change Active and Enabled to Yes for all the IP addresses, scroll down and
under IPAll, insert 1433 as the TCP Port and click OK.
Select SQL Server Services click restart to restart the SQL Server (PORTALSQLEXPRESS) service
P26 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021
** Note: If the database is on another server, contact your IT or DB administrator and find
out the server name or IP address and enter this in the Server Name box.
If the connection is successful, your screen should look like the below
P27 © Impro Technologies Accreditation Training Centre – 2021 rev1 July 2021