Fix installer, init
This commit is contained in:
@@ -114,6 +114,8 @@ Public Class ClassInit
|
||||
LOGGER.Warn($"Could not initialize the AppServer: {ex.Message}")
|
||||
End Try
|
||||
|
||||
Else
|
||||
LOGGER.Debug("EDMI Server Address not found. Skipping.")
|
||||
End If
|
||||
|
||||
INDEX_DMS_ERSTELLT = CONFIG.Config.IndexDmsErstellt
|
||||
@@ -183,6 +185,8 @@ Public Class ClassInit
|
||||
End If
|
||||
|
||||
If CONNECTION_STRING_IDB <> String.Empty Then
|
||||
LOGGER.Debug("IDB Connection String exists, initializing IDB Database")
|
||||
|
||||
Database_IDB = New MSSQLServer(LOGCONFIG, CONNECTION_STRING_IDB)
|
||||
If Database_IDB.DBInitialized = True Then
|
||||
dbIDBInitialized = True
|
||||
@@ -190,6 +194,8 @@ Public Class ClassInit
|
||||
LOGGER.Info("IDB is active via Config")
|
||||
|
||||
End If
|
||||
Else
|
||||
LOGGER.Debug("IDB Connection String does not exist!")
|
||||
End If
|
||||
|
||||
' We initialize the Class in anycase.
|
||||
|
||||
Reference in New Issue
Block a user