diff --git a/Dakota/DakotaConfig.cs b/Dakota/DakotaConfig.cs index 99693d1ce..f58ad1682 100644 --- a/Dakota/DakotaConfig.cs +++ b/Dakota/DakotaConfig.cs @@ -9,7 +9,7 @@ namespace Dakota { public static class DakotaConfig { - public static string IKAbsender => "109500969"; + public static string IKAbsender => "490517618"; public static string TrennzeichenInnerhalb => ":"; public static string Trennzeichen => "+"; diff --git a/DakotaSender/Program.cs b/DakotaSender/Program.cs index cf1cbdab9..808255650 100644 --- a/DakotaSender/Program.cs +++ b/DakotaSender/Program.cs @@ -288,10 +288,13 @@ namespace DakotaSender Returncodes.EvaluateSendCode(rc, out is_dakota_running, out success, out string message); - if (is_dakota_running) + if (!success) { FileController.DeleteDakotaFile(file); + } + if (is_dakota_running) + { throw new Exception(); }