• How do StringErrors work in IDM?

    I would like to know how StringErrors work, for example the message that is displayed on the Login screen "[1205002] You are not authorized to use this database.", it is not translated (and it is not even found in the DialogMultiLanguage table), neither…

  • Evaluating Exception Numbers

    Hi people,

    I'm trying to evaluate the number i.e. error code of an exception thrown within a script. I know that using the class ViException allows me to access "Number" which is not available in the class Exception.

    I've tried catching an…