1. Home
  2. Expert Estimation
  3. FAQ
  4. Configuring an Alternative Database Location
  1. Home
  2. Expert Estimation
  3. Configuration and Deployment
  4. Configuring an Alternative Database Location

Configuring an Alternative Database Location

Note: The following article is intended to be used by an IT staff member or user with administrator privileges. Before beginning this process, please ensure you contact Pronamics Technical Support on +61 7 3481 9626.

The Expert Estimation Server can be configured to store its required database files in an alternative location. All data relating to projects, attachments and security permissions, by default, can be found in C:\ProgramData\Pronamics\Expert Estimation\Database.

The following process provides the ability to relocate an Expert Estimation Server database to an alternative directory. This process assumes an Expert Estimation Server component has already been installed. The custom database directory configuration will need to be redefined if an upgrade to the server component is run.

Note: Ensure there are no users currently accessing the Expert Estimation Server as it will need to be stopped.

Custom Database Location Setup

  1. Open the Local Services window of the machine that has the Server component of Expert Estimation installed. To open the Local Services window, open the Run command (Windows key + R) and type services.msc, then click OK.
  2. In the Services list find the services listed as “Expert Estimation Server”, right-click and select Stop.
  3. Navigate to C:\ProgramData\Pronamics\Expert Estimation
  4. Rename the folder ‘Databases’ to ‘OLD_Databases’
  5. Copy all files and folders within the ‘OLD_Databases’ directory
  6. Navigate to the custom directory in which the database is to be stored, and paste the copied database files
  7. Locate the directory in which the Expert Estimation Server is running. This can be identified from the Properties of the service within the Windows Services. The default installation location is:
    C:\ProgramData\Pronamics\Expert Estimation\Server\Server.<version>
  8. Locate Pronamics.ExpertEstimation.Server.exe.config file and open in a text editor, such as Notepad, ensuring it is Run As Administrator
  9. Find the <appSettings> section and press the Enter key at the end of the line to add a new line below it
  10. Type the following on the newly created blank line. The placeholder ‘DatabaseLocation’ should be replaced with the custom folder location to which the database files are saved:
    <add key=”CustomisedBaseFolderPath” value=”DatabaseLocation” />
  11. Save and close the file
  12. Open Windows Services and locate the service Expert Estimation Server
  13. Right-Click on the service click Start.

Once complete, the server component will communicate with the database files stored in the new custom directory.

Updated on November 16, 2018

Was this article helpful?

Related Articles

Leave a Comment