You are here: FME Server Administrator's Guide > Performing an Installation for High Availability > Installing for Core Failover > Database Configuration

Database Configuration

Microsoft SQL Server

It’s assumed that SQL Server has been installed.

One notation used is <FMEServerDir>, which is the installation directory of FME Server. In Windows, this is typically C:\Program Files\FMEServer.

SQL scripts are provided to help with SQL Server database configuration. These SQL scripts are located in the <FMEServerDir>\Server\database\sqlserver\ directory of the machine on which the FME Server core was installed (not the machine on which the database is installed).

If you are upgrading, you should back up any job history you want to keep.

The SQLServer_createDB.sql script creates the required FME Server tables.

  1. Install Microsoft SQL Server if you haven’t already.
  2. Open the SQL Server Management Studio and connect to the SQL Server database engine.
  3. Open sqlserver_createDB.sql and run the script against the fmeserver database, as shown below:
  4. On the Object Explorer pane, expand the Security folder, right-click Login, and then select New Login:
  5. On the Login – New page, click General to open the page shown in the example below.
  6. On the same Login – New page, click User Mapping to open the page shown in the next figure.

Oracle

It’s assumed that Oracle database is installed.

One notation used is <FMEServerDir>, which is the installation directory of FME Server. In Windows, this is typically C:\Program Files\FMEServer.

If you are upgrading, you should back up any job history you want to keep.

PostgreSQL

PostgreSQL is an open source database that can be downloaded from the Internet. For more information, see the PostgreSQL web site at:

http://www.postgresql.com

It’s assumed that PostgreSQL is already installed .

One notation used is <FMEServerDir>, which is the installation directory of FME Server. In Windows, this is typically C:\Program Files\FMEServer.

It’s also assumed that you have JRE 5 or higher and PostgreSQL database installed before you proceed further. If you want to use the JDBC driver, there are several steps to perform.

If you are upgrading, you should back up any job history you want to keep.

After Database Creation

After the database has been created, see Post-Configuration Scripts for an additional step.

Safe Software Inc. www.safe.com