
Installation Guide & Checklist
This installation can easily be completed by someone with a working knowledge of the IIS Management Console and SQL Server Enterprise Manager.
Current Version - 1.1.1
released September 9, 2005
Please be sure you have the latest version downloaded from our secure server (ssh.getproof.com).
Pre-Requisites
Web Server
Microsoft Windows 2000 Server with SP3 or higher
Microsoft IIS 5.x or higher
Microsoft XML Parser (download)
Connectivity between web server and DB server. *
Database Server
Microsoft Windows 2000 Server with SP3 or higher
Microsoft SQL Server 2000 with latest SP
Client Software
Microsoft Windows 98, ME, NT, 2000, or XP
Microsoft Internet Explorer 5.5 or higher
* IMPORTANT! Network Security is your responsibility. If you are concerned about securing your web applications, we strongly recommend you use the GetProofWeb Application Framework to safely expose data to authenticated users via secured and encrypted connections and sessions.
Assumptions
All installation files have been provided in a .zip file. The files have been organized into 3 directories (1 – Database, 2 – Web, 3 – Web Server Registry File) that correspond to each step of the installation. All files necessary to complete each step will reside in it’s corresponding directory. For example, all files needed to complete Step 1, reside in the directory named “1- Database”.
The following instructions assume that all pre-requisite software has been installed and configured correctly. This includes Microsoft’s IIS 5.0, Microsoft SQL Server 2000 and GetProof’s VisionPro application. It further assumes that the person using this document has a working knowledge of the IIS Management Console and SQL Server Enterprise Manager.
1. Prepare the Database
Using SQL Server Query Analyzer, run the following scripts against the VisionPro database:
1OnCallManager.sql
2GrantExecute.sql
3PopulateTables.sql
Using Enterprise Manager, create a new SQL login (oncall) and assign it to the VisionPro database with “db_datareader” and “db_datawriter” user permissions.
2. Build Virtual Directory
Copy all files from the “2 – Web” directory to a directory on the web server.
Use IIS to create a new virtual directory named “VisionOnCall” and point it to the location you just copied the web files to.
(You can accept the defaults when creating your virtual directory.)
Using IIS, open the virtual directory’s Properties dialog box. Click on the “Documents” tab and set the default document to “index.asp”.
* NOTE! If you are running IIS6.0 (Windows 2003 Server) you MUST enable parent paths.
Under the Virtual Directory properties, click Configuration... | Options | Enable Parent Paths.
3. Configure the Registry
You will now edit the registry file and merge it into the web server’s registry.
Open 'GetProof.reg' by right clicking and selecting “Edit”. Modify the “Connection String” value to reflect the new SQL login you created in the last step of Part 1 (Prepare the Database) and your VisionPro Database.
Here are the definitions for the values to be modified:
SQL_USER (new SQL login you created above.)
SQL_PASSWORD (new SQL login you created above.)
DATABASE_NAME (VisionPro database name.)
DB_SERVER_NAME (Database Server name.)
Double-click the newly-modified registry file ('GetProof.reg') to merge it into the web server’s registry.
VisionOn-Call is now installed. Access VisionOn-Call with your browser at http://<WebServerName>/VisionOnCall
A default system administrator account has been created for you to login.
* IMPORTANT! You MUST change the password of this account to secure your application.
User ID: gvocm (case sensitive)
Password: gvocm (case sensitive)