This functionality is only available for certain module packages.

You are here: EEC > BASE > Organization of models > Setting the data basis

Setting the data basis

The information about which database is to be used is entered in the initialization file, e.g. ec.ini.

After a Stand-alone installation the initialization file contains the following entry for the data management per FastObejcts database:

-Dorg.foederal.sn.connectionURL=fastobjects://LOCAL/db
		
	

This entry should be changed for data management per EOX file as follows:

-Dorg.foederal.sn.connectionURL=eox:///{FolderWithEOXSlash}/{EOXFileName}?mode={r|rw}
		
	

Note:

If a certain EOX file is specified for data management, a change to another EOX file is not possible during operation.

Note:

If the path to the EOX file contains empty spaces, they must be replaced by %20. Since this is a URL also forward slashes / are used as path separators.

This entry should be changed for data management per EOX file as follows:

-Dorg.foederal.sn.connectionURL=proxy://any
		
	

During the running operation this setting allows to switch the database via the menu File > Switch back-end (see Changing the EOX back-end).