Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r37527 -r51757 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 37527) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 51757) @@ -58,7 +58,7 @@ try { do MaatwerkBatches.Insert(..GeefMaatwerkBatch(Batch)) } catch { - do ##class(vhLib.Logger).LogEnMailExceptie(##class(TECH.ExceptionHandler).Catch(),"Voor batch '"_Batch.GeefID()_"' kan de info niet berekend worden.") + do ##class(vhLib.Logger).%New().LogEnMailExceptie(##class(TECH.ExceptionHandler).Catch(),"Voor batch '"_Batch.GeefID()_"' kan de info niet berekend worden.") } } @@ -439,7 +439,7 @@ do Builder.AggregeerToeleveringInBatch(Toelevering, MaatwerkBatch) } } catch { - do ##class(vhLib.Logger).LogEnMailExceptie(##class(TECH.ExceptionHandler).Catch()) + do ##class(vhLib.Logger).%New().LogEnMailExceptie(##class(TECH.ExceptionHandler).Catch()) } }