Index: APPS/EDIExport/AankoopOrderResponse/impl/BLUM/Ontvanger.cls.xml =================================================================== diff -u -r36809 -r36944 --- APPS/EDIExport/AankoopOrderResponse/impl/BLUM/Ontvanger.cls.xml (.../Ontvanger.cls.xml) (revision 36809) +++ APPS/EDIExport/AankoopOrderResponse/impl/BLUM/Ontvanger.cls.xml (.../Ontvanger.cls.xml) (revision 36944) @@ -121,7 +121,9 @@ Do ..FileUtils.CopyFile(BestandVolledigeNaam,NieuwBestandVolledigeNaam) Do ..FileUtils.Delete(BestandVolledigeNaam) - } catch {} + } catch { + #dim Exceptie As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() + } ]]> @@ -135,7 +137,9 @@ #dim NieuwBestandVolledigeNaam As %String = ##class(TECH.Files).AppendFile(NieuwBestandLocatie, Bestandsnaam) Do ..FileUtils.CopyFile(BestandVolledigeNaam,NieuwBestandVolledigeNaam) Do ..FileUtils.Delete(BestandVolledigeNaam) - } catch {} + } catch { + #dim Exceptie As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() + } ]]>