====== Service and Client Configuration ======
Here you will find complete parameter lists for configuring the eBiss Client. \\
It is advisable to back up the config files before making more complex changes. \\
{{:images:sign_warning.png?nolink|}}**Hinweis:** Die Konfigurationseinstellungen können bevorzugt mit dem [[ueberblick:installation:konfiguration:start|eBiss Konfigurator]] eingestellt werden.
==== eBiss.Service.exe.config ====
This file contains the configuration of the eBiss Server service. \\
The configuration file is stored in XML format and contains, among other things, reference paths to log files, third-party add-on modules and links to the databases used.
^Parameter ^Description ^
|//PluginManager.ModuleSearchPath//|eBiss is able to integrate additional functionality of third-party components in the form of assembly dlls through the PluginManager component. With this parameter, you can specify the path to the dlls.f.e.
, Relative path to the assembly dlls of Stim.|
|//PluginManager.DynamicModuleSearchPaths//|This parameter has the same function as //PluginManager.ModuleSearchPath//, instant of this the dlls whose paths are specified here are referenced dynamically after all standard paths have been loaded. e. g.
, Relative path to the Medeas assembly dlls.|
|//PluginManager.DynamicLoadPlugins//|This parameter specifies all paths to assembly dlls that are referenced dynamically at application startup, for example.
, absolute path to the assembly dlls of Medeas company.|
|//PluginManager.PluginPath//|This parameter specifies all paths to assembly dlls that are referenced dynamically at application startup, for example
, absolute path to the assembly dlls of Medeas company.|
|//LogMan.LogFileName//|Parameters for configuring the log file of the eBiss server service. e. g.
, Log file with the file name ServiceLog.log.|
|//eBiss.ConnectionString//|Parameters for configuring the eBiss database connection string (link to eBiss database) There eBiss saves the system configuration. e. g.
, This connection string references an SQL Server database.|
|//Retail.ConnectionString//|This parameter can be used to set up an additional connection string to a separate database for storing item data.|
|//eBiss.MessageStorePath//|This parameter allows you to define a path for the message store (MessageBox).
, relative path to the [[kommunikation:nachrichtenkoerbe:messagestore|]] (Defaultwert, wenn kein abweichender Pfad angegeben ist).|
=== Goma.Main Backend Loglevels ===
^Loglevel ^Description ^
|0|no notification|
|1|error messages|
|2|Warnings, Information|
|4|more information about the runtime|
|8|Start, quit all procedures|
|16|Deselection|
|256|Start, end of all transactions|
=== Goma.DBAdapter.ADO Database Loglevels ===
^Loglevel ^Description ^
|0|no notification|
|1|error messages|
|2|Warnings, Information|
|4|more information about the runtime|
|8|Start, quit all procedures|
|64|Start, end of all transactions|
|128|DB Connect, disconnect|
|512|Executing SQL commands|
|1014|SQL-Query|
|2048|SQL Delete Query|
|4096|SQL Attachment Query|
|8192|SQL Update Query|
|16384|Values of the Host Variables|
==== eBiss.WinClient.exe.config ====
This configuration file differs only slightly from eBiss. Service. exe. config. There are no configuration options for system diagnostics.\\
The WinClient configuration contains additional parameters for //configuring the login// to the eBiss system.
^Parameter ^Beschreibung ^
|
|Parameters for login.|
|
|Password parameters|
|
|Parameters handling the autologin|
|
|Parameters for displaying the login dialog box|
|
|Parameter that allows local login without eBiss server.|
|
|Parameters that enable the shutdown of the dashboard|
==== Beispiele ====
=== eBiss.Service.exe.config ===
=== eBiss.WinClient.exe.config ===