If an error occurs in the run-time environment, an error dialog box displays requiring user intervention. You can disable error dialog boxes for particular errors by editing the FILTEREDERRORS.INI file in the Local path. For example, you may want to suppress the error dialogs when network sessions are lost. In order to do this, add the error codes you want filtered in the INI file as follows:
;To add an error code to be filtered increment the count and set
;the Error equal to the return code
[ErrorCodes]
Count = 4
Error1 = 1620
Error2 = 1914
Error3 = 1915
Error4 = 8517
In this example, all typical network session errors are suppressed.
After you edit the FILTEREDERRORS.INI file, restart the WorkSpace to ensure your changes take effect.