Skip to main content

KnowledgeBase

Importing & exporting settings

All settings in the FVA-Workbench can be imported and exported as an .epf file. Only settings that have been changed from their default value are stored in the file.

import_export_preferences.png

1 - Import settings

2 - Export settings

Specifying settings at system startup

default.epf file can be stored in the installation directory to specify settings when starting the FVA-Workbench. These settings are loaded each time the FVA-Workbench is started.

The following variables can be used in the .epf file:

  • %USERPROFILE% - contains the path to the user directory ("c:\Users\username")

  • %USERNAME% - contains the username

Use the following steps to create a default.epf file:

  1. Start the FVA-Workbench

  2. Configure the settings and export as an .epf file

  3. Make any necessary adjustments in the file (e.g., add variables)

  4. Copy the file to the installation directory and rename it to "default.epf"

Example of a default.epf file

#Tue Jun 15 09:04:38 CEST 2021
\!/=
/configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_LICENCE_FILE_PATH=%USERPROFILE%\\Documents\\Licence\\Li17299-2111732.lic1
/configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_LICENCE_ID=
/configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_LICENCE_TYPE=NODE_LOCKED
/configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_LOGIN=
/configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_SERVER_URL=
/configuration/de.fva.workbench.core.ui/key.last.user.id.of.dialog/KEY_USER_PASSWORD=
/instance/de.fva.workbench.core.instmodel/de.fva.workbench.core.instmodel.ModelupgradePreferencePage.showWarningsForOutdatedFormats=true2
/instance/de.fva.workbench.core.ui/node.standard.user/key.user.defined.scripts.path=%USERPROFILE%\\Documents\\Scripts3
/instance/de.fva.workbench.core.ui/node.standard.user/key.xml.bearing.data.path=C\:\\example\\xml_bearings4
/instance/de.fva.workbench.core.ui/node.standard.user/lubricant=C\:\\example\\WKZ_SMS_Fertiggeometrie.DAT
/instance/de.fva.workbench.core.ui/node.standard.user/material=E\:\\example\\database\\wst.dat
/instance/de.fva.workbench.reporting.core/autoGenerate=off5
/instance/de.fva.workbench.reporting.core/show3DImages=off
@de.fva.workbench.calculation.kernels.util=6.0.0
@de.fva.workbench.core.instmodel=6.0.0
@de.fva.workbench.core.ui=6.0.0
@de.fva.workbench.database.ui=6.0.0
@de.fva.workbench.reporting.core=6.0.0
@org.eclipse.core.resources=3.12.0.v20170417-1558
@org.eclipse.ui=3.109.0.v20170411-1742
file_export_version=3.0

1

Path to the license file. The %USERPROFILE% variable contains the path to the user directory.

2

Setting for whether the model upgrade dialog should be displayed when a model is loaded.

3

Path to the folder where global script files are stored.

4

Path to the folder where XML bearing files are stored.

5

Setting for whether a model snapshot should automatically be created after a calculation.