diff --git a/Common/Production/ProductionUiCordonel/ProductionProcesses/EolProcesses/PrepareShipping.cs b/Common/Production/ProductionUiCordonel/ProductionProcesses/EolProcesses/PrepareShipping.cs
index ac8d4208..aaf70e7f 100644
--- a/Common/Production/ProductionUiCordonel/ProductionProcesses/EolProcesses/PrepareShipping.cs
+++ b/Common/Production/ProductionUiCordonel/ProductionProcesses/EolProcesses/PrepareShipping.cs
@@ -122,8 +122,15 @@ namespace Xylem.Common.Production.ProductionUiCordonel.ProductionProcesses.EolPr
if (feedback != null)
foreach (var feed in feedback)
{
- ErrorMsgDispatcher(Resources.StrErrorMsgSentinelConcerns + " " +
- feed.Key + ": " + feed.Value);
+ // Message filter to reduce those
+ if (!feed.Key.Contains("Source") &&
+ !feed.Key.Contains("Stack") &&
+ !feed.Key.Contains("Succeeded"))
+ {
+ var msg = feed.Key.Contains("Sentinel") ? "" : feed.Key + ": ";
+ ErrorMsgDispatcher(Resources.StrErrorMsgSentinelConcerns + " " +
+ msg + feed.Value);
+ }
}
ErrorMsgDispatcher(Resources.StrErrorMsgSentinelCheckEolProgress);
diff --git a/Common/Production/ProductionUiCordonel/Properties/Resources.de.resx b/Common/Production/ProductionUiCordonel/Properties/Resources.de.resx
index 69bc09fb..9c53f5a4 100644
--- a/Common/Production/ProductionUiCordonel/Properties/Resources.de.resx
+++ b/Common/Production/ProductionUiCordonel/Properties/Resources.de.resx
@@ -308,7 +308,7 @@
FEHLER: Wächter meldet Versandfertigmachen fehlerhaft
- FEHLER: Sentinel Meldung:
+ FEHLER: Wächter meldet:
Wächter überprüft Ergebnisse und gleicht diese mit den Datenbankaufzeichnungen ab....
@@ -519,6 +519,9 @@
WARNUNG: Dieser Cordonel ist bereits diesem Fertigungsauftrag zugeordnet
+
+
+ FEHLER: Vergleich fehlgeschlagen
Funkerkennung inkonsistent zwischen Cordonel und geforderten Einstellungen