15-08-2023

This commit is contained in:
Jonathan Jenne
2023-08-15 12:40:49 +02:00
parent 3fa731fe5f
commit 775418fb7a
6 changed files with 115 additions and 15 deletions

View File

@@ -53,6 +53,8 @@ Namespace Sharepoint
Dim oSQL = String.Format(Config.SQLQueryExport, oDocument.Id, oFileName)
Await Database.ExecuteNonQueryAsync(oSQL)
RaiseFileProcessed(oFilePath)
Catch ex As Exception
Logger.Error(ex)
AddWarnEntry("Error while running Sync: " & ex.Message)