If the routine ^%ETRSDK was located in the default % namespace, your errortrap routine was probably erased in a Caché Upgrade (only %Z routines will remain there after an upgrade)
You can use
Try {
//your code
} catch err {
//handle the error
}
See https://docs.intersystems.com/iris20251/csp/docbook/DocBook.UI.Page.cls…
Friendly Regards,
Danny
- Log in to post comments