Index: AX/Uitgaand/EC/DataAX/impl/ProductValidator.cls.xml =================================================================== diff -u -r49978 -r51161 --- AX/Uitgaand/EC/DataAX/impl/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 49978) +++ AX/Uitgaand/EC/DataAX/impl/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 51161) @@ -69,8 +69,11 @@ Set AssortimentGroep = Klant.AssortimentGroep } catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() - Do ##class(vhLib.Logger).%New().Error("ProductValidator","GeefAssortimentGroep faalt voor KlantID '" _..KlantID _"' en generationID '" _..GenerationID _"' " _Exception.ToString()) - Do ##class(TECH.ExceptionHandler).Rethrow(Exception) + Do Exception.VoegToeExtraInfo("GeefAssortimentGroep faalt voor KlantID '" + _..KlantID _"' en generationID '" _..GenerationID + _"'. Klant heeft in AX mogelijks geen assortiment (door te geven aan OV). " + _" En soms geeft AX in de \\notes01\shared\Common\AIF\Prod\BizTalk\EC Night\Step6 To Archive\??????? Klanten.xml ook geen AssortimentSleutel voor een klant die wél een assortiment heeft in AX! ") + Do ##class(TECH.ExceptionHandler).Rethrow( Exception ) } Quit AssortimentGroep ]]>