Manually Attaching a SQL database

There are times when it is necessary to manually attach a GeoCue database within SQL server. For instance, when hosting the GeoCue database in a SQL instance on a machine that is not the same as the one hosting the GeoCue Server software.

If you do not have an existing GeoCue database then GeoCue Server delivers two GeoCue template databases that can be found on the GeoCue Server machine after the GeoCue Server software has been installed. In a typical installation these will be found under:

“C:\Program Files\GeoCue\GeoCue Server\DBTemplate”

“C:\Program Files\GeoCue\GeoCue Server\DBTemplate2008”

Within each folder are two files that make up each template database: “GeoCue_Data.MDF” and “GeoCue_Data.LDF”.

Important! Installing a template GeoCue database on SQL Server 2008 R2 or higher requires the database template in the DBTemplate2008 folder.

  1. Copy the MDF and LDF file from the respective Template folder
  2. In the GeoCue Common Folder location create a folder called Database
  3. Paste the template MDF and LDF files in this location
  4. Modify the file attributes on the MDF and LDF files so as to remove any read locks.
  5. Open SQL Server Management Studio and login to the SQL Server (and instance if applicable) that the GeoCue database will reside on
  6. Right Click on Databases and select Attach
  7. Click Add and browse to the location of the GeoCue_Data.MDF file in the Database Folder
  8. Modify the Attach As name to read: “geocue”  Attach_as_name
  9. Ensure the database owner is the GeoCue Server Service User
  10. Click OK to attach the database

At this point a database has been attached within SQL Server. Open GeoCue Database Manager to verify that GeoCue is now correctly reading a database.

If the template was needed for the installation of GeoCue please continue with the installation as outlined in the GeoCue Installation Guide.

Share

GeoCue Support has written 711 articles