SuppressDialogs

Boolean

false

Purpose

The SuppressDialogs parameter, when set to true, causes the suppression of all message dialogs resulting from persistent database exceptions (for example, out of disk, missing files, and allow file replace messages). The default value of false displays database message dialogs.

Parameter is read when …

The database server node is initialized; for example, when you restart the database server.

Hints

Set this parameter to true if you do not want message box dialogs raised on an unattended server; for example, when you are running an operation as an automated background task. When message dialogs are suppressed, exceptions are raised and output to your message log file.

When the server is running as a service, this parameter is ignored and dialogs are always suppressed. Messages are output to your message log file.