diff --git a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db b/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db
deleted file mode 100644
index aa5d6e1..0000000
Binary files a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db and /dev/null differ
diff --git a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db-shm b/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db-shm
deleted file mode 100644
index b284a28..0000000
Binary files a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db-shm and /dev/null differ
diff --git a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db-wal b/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db-wal
deleted file mode 100644
index 46feb8e..0000000
Binary files a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/CodeChunks.db-wal and /dev/null differ
diff --git a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db b/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db
deleted file mode 100644
index 330f6d0..0000000
Binary files a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db and /dev/null differ
diff --git a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db-shm b/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db-shm
deleted file mode 100644
index 9128f17..0000000
Binary files a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db-shm and /dev/null differ
diff --git a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db-wal b/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db-wal
deleted file mode 100644
index b335cfa..0000000
Binary files a/.vs/ToolCollection/CopilotIndices/17.14.1091.29919/SemanticSymbols.db-wal and /dev/null differ
diff --git a/ToolCollection/frmNIHauptseite.Designer.vb b/ToolCollection/frmNIHauptseite.Designer.vb
index e9d0cc6..605be28 100644
--- a/ToolCollection/frmNIHauptseite.Designer.vb
+++ b/ToolCollection/frmNIHauptseite.Designer.vb
@@ -69,6 +69,7 @@ Partial Class frmNIHauptseite
Me.TBTC_MOVE_RENAMEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBTC_MOVE_RENAMETableAdapter = New ToolCollection.MyDatasetTableAdapters.TBTC_MOVE_RENAMETableAdapter()
Me.TableAdapterManager1 = New ToolCollection.MyDatasetTableAdapters.TableAdapterManager()
+ Me.TimerAutostart = New System.Windows.Forms.Timer(Me.components)
Me.tcmain.SuspendLayout()
Me.tpMain.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
@@ -121,7 +122,7 @@ Partial Class frmNIHauptseite
Me.tpMain.Location = New System.Drawing.Point(4, 22)
Me.tpMain.Name = "tpMain"
Me.tpMain.Padding = New System.Windows.Forms.Padding(3)
- Me.tpMain.Size = New System.Drawing.Size(766, 521)
+ Me.tpMain.Size = New System.Drawing.Size(769, 521)
Me.tpMain.TabIndex = 0
Me.tpMain.Text = "Hauptseite"
Me.tpMain.UseVisualStyleBackColor = True
@@ -143,7 +144,7 @@ Partial Class frmNIHauptseite
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblStatus})
Me.StatusStrip1.Location = New System.Drawing.Point(3, 496)
Me.StatusStrip1.Name = "StatusStrip1"
- Me.StatusStrip1.Size = New System.Drawing.Size(760, 22)
+ Me.StatusStrip1.Size = New System.Drawing.Size(763, 22)
Me.StatusStrip1.TabIndex = 45
Me.StatusStrip1.Text = "StatusStrip1"
'
@@ -504,6 +505,9 @@ Partial Class frmNIHauptseite
Me.TableAdapterManager1.TBTC_MOVE_RENAMETableAdapter = Me.TBTC_MOVE_RENAMETableAdapter
Me.TableAdapterManager1.UpdateOrder = ToolCollection.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
+ 'TimerAutostart
+ '
+ '
'frmNIHauptseite
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -587,4 +591,5 @@ Partial Class frmNIHauptseite
Friend WithEvents btnEdit As Button
Friend WithEvents btnStartProfile As Button
Friend WithEvents pnlFooter As Panel
+ Friend WithEvents TimerAutostart As Timer
End Class
diff --git a/ToolCollection/frmNIHauptseite.resx b/ToolCollection/frmNIHauptseite.resx
index a6e8999..506662c 100644
--- a/ToolCollection/frmNIHauptseite.resx
+++ b/ToolCollection/frmNIHauptseite.resx
@@ -120,9 +120,6 @@
248, 56
-
- 248, 56
-
Es wird empfohlen, das Intervall nicht auf weniger als 30 Minuten zu setzen, da der nächste Nachindexierungsdurchlauf nur gestartet werden kann, wenn der vorherige beendet wurde. Wenn zu erwarten ist, dass viele Dokumente nachindexiert werden sollen, sollte der Intervall für diesen Durchlauf entsprechend hoch gesetzt werden ( > 2 Stunden).
@@ -162,6 +159,9 @@
984, 56
+
+ 1161, 56
+
132
diff --git a/ToolCollection/frmNIHauptseite.vb b/ToolCollection/frmNIHauptseite.vb
index 228a810..31e405c 100644
--- a/ToolCollection/frmNIHauptseite.vb
+++ b/ToolCollection/frmNIHauptseite.vb
@@ -120,18 +120,28 @@ Public Class frmNIHauptseite
End If
If AUTOSTART_FIH Then
- Start_NachindexierungThreads()
My.Settings.vNIRunning = True
My.Settings.Save()
Me.btnStartProfile.Enabled = False
- _Logger.Info("AUTOSTART_FIH = True - Nachindexierung wird gestartet.")
AUTOSTART_FIH = False
+ _Logger.Info("AUTOSTART_FIH = True - Warte 30s auf Windream-Laufwerk.")
+ Me.lblStatus.Text = "(Status: Autostart ist aktiv. Warte 30s auf Windream-Laufwerk...)"
+ Me.tslblStatus.Text = "Status: Autostart ist aktiv. Warte 30s auf Windream-Laufwerk..."
+ Me.tslblStatus.Visible = True
+ TimerAutostart.Interval = 30000
+ TimerAutostart.Start()
Else
_Logger.Info("Nachindexierung Hauptformular wurde geladen - Nachindexierungslauf wird NICHT gestartet.")
End If
End Sub
+ Private Sub TimerAutostart_Tick(sender As Object, e As EventArgs) Handles TimerAutostart.Tick
+ TimerAutostart.Stop()
+ _Logger.Info("Startverzögerung abgelaufen - Nachindexierung wird gestartet.")
+ Start_NachindexierungThreads()
+ End Sub
+
Private Sub LoadProfilesIntoGrid()
ClassNIProfile.Init()