[dp4_error]
use_full_name=0
write_evtlog=1
write_errlog=1
show_dp4_message=1
This section can be used to control reporting of DP4 error messages on a program by program basis. Like the [trmw] section, the entries in this section can, and usually should, be specified in a [progname] section. The [trmw] section is not used because this section also works with DP4 programs that do not use the DP4 Terminal manager to report errors.
For example, if you want to run COPYDB as part of an automatic database upgrade process and do not want it to pause in the event of a problem you run COPYDB with the -nopause command tail. However, this would not stop COPYDB stopping in the event of a DP4 System or Fail Error (for example a broken network connection). To prevent COPYDB stopping in those circumstances you would run it with the -show_dp4_message=0 command tail, or with show_dp4_message=0 added to the [copydb] section.