eBiss 3

Hilfe & Dokumentation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:ueberblick:installation:konfiguration:kommandozeilen

Configurator comand line mode

You can use following parameter starting eBiss.Configure.exe:

Parameter Beschreibung
/CmdMode Possible values are New, Update, DeleteDB, ImportOnly. Instead of CmdMode you can write /C
/DbTypDB Type e.g. 1), shortcut: /DT
/DbConnectionStrDB Connection string, , shortcut: /DB
/TemplateDirThe Template folder, shortcut: /T
/SilentModeSilent mode, no message box shortcut: /S
/CryptFileFile name of the key file for the Encryption of sensitive data, shortcut: /CF

To create a new MS-SQL-Server DB in the background you start: eBiss.Conifigure.exe /C:New /D:MSSql /DbConnectionStr:„server=.;database=eBiss;uid=sa;pwd=<your pwd>“; /S:True

Create SQLite database with encryption:

  • eBiss.Configurator.exe /CmdMode:New /DbTyp:sqlite /DbConnectionStr:„Data Source=SQLiteTest.db3;Version=3;“ /CryptFile:„crypt.key“

and in short form:

  • eBiss.Configurator.exe /C:New /DT:sqlite /DB:„Data Source=SQLiteTest.db3;Version=3;“ /CF:„crypt.key“

Further samples

  • Create a Maria DB: eBiss.Configurator.exe /C:New /DT:MariaDB /DB:„server=<host>;database=eBiss;uid=<user>;pwd=<your DB>;“
  • Update SQLite DB: eBiss.Configurator.exe /C:Update /DT:SQLite /DbConnectionStr:„Source=eBiss.db3;Version=3;“
  • Import only: eBiss.Configurator.exe /CmdMode:ImportOnly /SilentMode:True /TemplateDir:E:\import_folder\ /DbTyp:MSSql /DbConnectionStr:„server=.;database=Patrick;Integrated Security=True;“
  • Import only short commands sample: eBiss.Configurator.exe /C:ImportOnly /S:True /T:E:\e_tmp\xxx\ /DbTyp:MSSql /DbConnectionStr:„server=.;database=Patrick;Integrated Security=True;“
1)
mssql, sqlite, mysql, postgres, mariadb
en/ueberblick/installation/konfiguration/kommandozeilen.txt · Zuletzt geändert: 2025/02/04 08:42 von 127.0.0.1