This functionality is only available for certain module packages.

You are here: Administration > Maintenance > Removing a database > Switching the data back end from FastObjects to EOX file

Switching the data back end from FastObjects to EOX file

Only for Stand-Alone installations it makes sense to switch the data back end from FastObjects database to EOX file. Client-server installations can only operate with FastObjects database as data back end.

To switch data back end from FastObjects DBMS to EOX file several options are provided:

Since the first option is the shortest way of conversion, this is described in the next steps:

  1. Export the current model to an EOX file.
  2. Adjust the initialization file.
  3. Restart EEC.

Follow these steps to export the current model to an EOX file:

  1. Select the menu File > Export....
  2. Select Model > EOX File Export in the wizard.
  3. Confirm via [Next >].
  4. Enter the name of the new EOX file for the model in the EOX file field.
  5. Select the libraries and/or projects of the model which should be exported to the new EOX file.
  6. Click [Finish].
  7. Close EEC.

The initialization file is then adjusted to let EEC use the EOX file as data back end instead of the FastObjects database:

  1. Open the initialization file (e.g., ec.ini) with any editor, for example Notepad.
  2. Change the line
    -Dorg.foederal.sn.connectionURL=fastobjects://LOCAL/db
    to
    -Dorg.foederal.sn.connectionURL=eox:///C:/Users/Public/EPLAN/EngineeringConfiguration/<EEC-Version>/eox/model.eox?mode=rw

    Please note that the path and name of the EOX file has to match to the name of the EOX file of the previous steps. The path should not contain any German umlauts, special characters or backslashes.
    After the change, the initialization file may look like follows:
  3. Save the changes.

After the change, the EEC with the EOX file data back end should be restarted.