Version 1.4.0.0

This commit is contained in:
2022-08-10 11:59:11 +02:00
parent 255338aa36
commit cd394da2d1
106 changed files with 164812 additions and 546974 deletions

View File

@@ -265,7 +265,7 @@ Public Class clsPMRefresh
oDocCount += 1
Next
Logger.Info($"Profile '{Profile_Row.Item("NAME")} refreshed - FileCount {oDocCount.ToString}")
Logger.Info($"Profile [{Profile_Row.Item("NAME")}] refreshed - FileCount [{oDocCount.ToString}]")
Else
oStep = "4g"
@@ -304,11 +304,11 @@ Public Class clsPMRefresh
_database.Execute_non_Query("EXEC PRPM_REMOVE_NE_FILES", My.Settings.SQLSERVER_CS_PMRefresh)
oStep = "4k"
Else
Logger.Debug("oDTPROFILES has no rows!")
Logger.Info("PM Refresh - No active profiles")
End If
Catch ex As Exception
Logger.Info("Unexpected Error in RUNJob")
Logger.Info("Unexpected Error in Refresh_Data")
Logger.Warn("Error in RunJob- laststep: " & oStep)
Logger.Error(ex)
End Try