Index: vhPowerTools/APPS/Halux/PPS/BatchPowerService.cls.xml =================================================================== diff -u -r48100 -r48122 --- vhPowerTools/APPS/Halux/PPS/BatchPowerService.cls.xml (.../BatchPowerService.cls.xml) (revision 48100) +++ vhPowerTools/APPS/Halux/PPS/BatchPowerService.cls.xml (.../BatchPowerService.cls.xml) (revision 48122) @@ -98,7 +98,10 @@ Do AansturingService.ResetAansturingStatusVoorBatch(Batch.GeefID()) Do Logger.Info("Einde ontstarten batch", Batch.GeefID()) } Catch { - Do Logger.LogExceptie(##class(TECH.ExceptionHandler).Catch()) + Write !,!,"Error bij ontstarten batch '", Batch.GeefID(), "'.", ! + #Dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() + Write Exception.ToString(), ! + Do Logger.LogExceptie(Exception) Do Logger.Info("Error bij ontstarten batch", Batch.GeefID()) } }