All configuration data and parameters within a NETx BMS Core Server project are stored within a workspace. A workspace consists of various configuration files that are read during the start up procedure of the server. All workspaces are kept in the following directory:
<Install-Directory>\NETxAutomation\NETx.
...
BMS.Server.4.0
...
\Workspaces
Within this directory, each NETx BMS Core Server workspace has its own sub-directory where all corresponding configuration and definition files are stored. The name of the sub-directory is identical to the name of the workspace:
<Install-Directory>\NETxAutomation\NETx.
...
BMS.Server.4.0
...
\Workspaces\<Workspacename>
Inside each workspace's directory there are several sub directories that are home for the different workspace files.
...