Index: APPS/Halux/common/impl/BatchImpl.cls.xml =================================================================== diff -u -r56730 -r56853 --- APPS/Halux/common/impl/BatchImpl.cls.xml (.../BatchImpl.cls.xml) (revision 56730) +++ APPS/Halux/common/impl/BatchImpl.cls.xml (.../BatchImpl.cls.xml) (revision 56853) @@ -261,7 +261,12 @@ Set ..ProductieGroep = ##class(APPS.Halux.Planning.impl.BatchService.Utils).%New().GeefProductieGroepen(Toelevering).GetAt(1) Do ..ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).Manueel()) - Do ##class(APPS.Halux.AAP.DnaCodeService).%New().DnaCodeBijwerkenMetBatchGegevens($this) + Try { + Do ##class(APPS.Halux.AAP.DnaCodeService).%New().DnaCodeBijwerkenMetBatchGegevens($this) + } Catch { + #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() + Do ##class(vhLib.Logger).%New().Error("DnaCode","DnaCodes konden niet worden bijgewerkt vanuit batch"_$C(13,10)_Exception.GeefOmschrijving()) + } If (..GeefGeplandOp() = "") Do ..ZetGeplandOpVroegsteGeplandVanToelevering()