MS V 2.4.2.1
This commit is contained in:
@@ -3220,6 +3220,7 @@ FROM VWPM_PROFILE_ACTIVE T WHERE T.GUID IN (SELECT PROFILE_ID FROM [dbo].[FNPM_G
|
||||
LOGGER.Debug($"oTargetPath: {oTargetPath}")
|
||||
LOGGER.Debug($"oSourcePath: {oSourcePath}")
|
||||
If oTargetPath = String.Empty Or oSourcePath = String.Empty Then
|
||||
LOGGER.Warn($"oTargetPath is nothing - PRofile can not be startet . Check TARGET_PATH_BLIND_FILE Column in Profile")
|
||||
Exit Sub
|
||||
End If
|
||||
oTargetPath = $"{oTargetPath}\{Now.Year}\{Now.Month}\{Now.Day}"
|
||||
|
||||
Reference in New Issue
Block a user