Installing and configuring the EPS to use SQL Server as the database

To install the EPS with SQL Server as the database used to store information you should follow these steps;

  1. Download and install the EPS from http://www.enterprise-password-safe.com/download.html.

  2. Download and install or extract the JDBC driver from Microsofts JDBC Driver download page at http://www.microsoft.com/downloads/details.aspx?FamilyID=6d483869-816a-44cb-9787-a866235efc7c&DisplayLang=en.

  3. Ensure the EPS is not running.

  4. Copy any files ending .jar which were installed or extracted from the JDBC Driver to the ext directory in the jetty directory in your chosen EPS installation directory.

  5. Start the EPS.

  6. Navigate to the EPS login page and log in using the username admin and the password admin.

  7. Select the Database option from the menu on the left of the page.

  8. Select SQL Server 2005 as the database type from the drop down list. Please note, even if you are using a SQL Server 2000 database you should select SQL Server 2005 because you will be using the SQL Server 2005 JDBC Driver.

  9. Alter the JDBC URL to reflect your environment. The URL is constructed as follows;

    jdbc:microsoft:sqlserver://[MACHINE_NAME]:1433;DatabaseName=[DATABASE_NAME];SelectMethod=cursor

    where [MACHINE_NAME] is the hostname of the server you are running the EPS on, and [DATABASE_NAME] is the name of the database you wish to store the EPS in.

  10. Enter the username and password for a user which has full rights over the database.

  11. Ensure the Initialise database box is checked.

  12. Click the Set Values button. You will be logged out of the EPS.

  13. Log into the EPS again using the username admin and the password admin.

  14. Verify the change has been stored by selecting the Details option from the menu on the left of the page and ensuring that the Database shown is SQL Server.

Your EPS installation will now use SQL Server to store all of it's data.

Back to the FAQ list

 

This web site and the contents are (c)Copyright 2006-2008 Enterprise Data Safe Ltd., All Rights Reserved.