User bio

A friend of my parents started a software company in the eighties. I started there to learn and write programs in Mumps even before my university studies in Informatics.
The computers were big in size and small in power or memory compared to today. But we could make applications on a single server for 16 concurrent users with a total of 256Kb memory and a disk of 30Mb. (Digital PDP-11 with DSM-11)

Since then, I always stayed in the same technology, going from Mumps (DSM, MSM, DTM) to Caché and finally Iris.

I worked for private software companies, joined InterSystems as Sales engineer, and finally started my own company, writing programs in various industries like industrial production sites, e-commerce platforms and hospitals.

Needless to say I got a ton of experience in more than 30 years, both in technology as working with people all over the world,  still enjoying myself and never regret the day i started my first mumps program.

Show all
Hoegaarden, Belgium
Member since Mar 14, 2017
Replies:

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

Certifications & Credly badges:
Danny has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Following:
Danny has not followed anybody yet.