Index: APPS/Halux/Planning/impl/BatchStarter.cls.xml =================================================================== diff -u -r31362 -r32801 --- APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 31362) +++ APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 32801) @@ -67,6 +67,7 @@ #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() If Exception.IsMajor() { do Batch.ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).StartenGefaald()) + Do ..BatchBewaarder.BewaarBatch(Batch) do ..BatchSequentieVerwijderaar.VerwijderBatchSequentie(Batch) Do ..Logger.Error("StartBatch", "Starten van batch ("_Batch.GeefID()_") is mislukt."_$$$CRLF_$$$CRLF_"Exception:"_$$$CRLF_Exception.ToString()) }