Oracle CRM On Demand Desktop Administration Guide > Windows Registry Parameters You Can Use With Oracle CRM On Demand Desktop > Windows Registry Parameters That You Can Use with Log Files and Dump Files >

Windows Registry Parameters That You Can Use with the Crash Dump File


Table 32 describes the Windows parameters that you can use with the crash dump file. You can use the following parameters:

  • any_in_trace
  • all_in_trace
  • ex_white_list
  • ex_black_list

To separate the values in these parameters, you can use the following symbols:

  • , (comma)
  • ; (semicolon)
  • | (vertical bar)
  • / (slash)
  • \t (backslash with a t)
  • (single space)
Table 32. Parameters That You Can Use with the Crash Dump File
Parameter
Description

enable

You can use one of the following values:

  • 1. The general log is enabled.
  • 0. The general log is disabled.

Count

An integer that specifies the maximum number of old dump files that Oracle CRM On Demand Desktop preserves in the output logging directory.

on_top

A string that specifies the filtering condition for the crash dump file. Oracle CRM On Demand Desktop applies this filtering only if the item you specify resides on top of the stack trace when the failure occurs. For example, you can use the following value:

CRMDesktop3D.dll

If you do not specify a value, then Oracle CRM On Demand Desktop ignores this parameter.

on_top_op

You can use one of the following values:

  • 0. Combines the item that the on_top parameter filters with the item that the any_in_trace parameter specifies or with the item that the all_in_trace parameter specifies. Use the OR logical operator.
  • 1. Combines the item that the on_top parameter filters with the item that the any_in_trace parameter specifies and with the item that the all_in_trace parameter specifies. Use the AND logical operator.
  • 2. Combines the item that the on_top parameter does not filter with the item that the any_in_trace parameter specifies or with the item that the all_in_trace parameter specifies. Use the OR logical operator.
  • 3. Combines the item that the on_top parameter does not filter with the item that the any_in_trace parameter specifies and with the item that the all_in_trace parameter specifies. Use the AND logical operator.

any_in_trace

A string that specifies a list of items. If the stack trace includes an item that you specify, then Oracle CRM On Demand Desktop saves a crash dump file for this item. For example, you can use the following value:

Ntdll.dll,Kernel32.dll

In this example, if the stack trace includes an entry for Ntdll.dll or Kernel32.dll, then Oracle CRM On Demand Desktop saves a crash dump file for this item.

all_in_trace

A string that specifies a list of items. If the stack trace includes all the items you specify, then Oracle CRM On Demand Desktop saves a crash dump file for these items. For example, you can use the following value:

Ntdll.dll,Kernel32.dll

In this example, if the stack trace includes an entry for Ntdll.dll and an entry for Kernel32.dll, then Oracle CRM On Demand Desktop saves a crash dump file for these items.

delay_ms

An integer that specifies a delay in milliseconds. If the time that elapses after a previous exception exceeds the value you specify, then Oracle CRM On Demand Desktop saves a crash dump file.

The default value is 0. This default makes sure that Oracle CRM On Demand Desktop always saves a crash dump file.

ex_white_list

A string that specifies a list of C++ exception names. If an exception occurs for an exception name that you specify, then Oracle CRM On Demand Desktop creates a minidump for this exception.

ex_black_list

A string that specifies a list of C++ exception names that Oracle CRM On Demand Desktop uses but does not create a minidump file. If the white_list parameter is empty, then Oracle CRM On Demand Desktop creates a dump file for all exceptions except the exceptions that the black_list parameter lists.

sigabrt

SIGABRT is a signal that Oracle CRM On Demand Desktop sends to a process to tell it to end. You can use one of the following values:

  • 1. Intercepts the SIGABRT signal to save a crash dump file. You must use this parameter only for troubleshooting. Do not enable it permanently.
  • 0. Does not intercept the SIGABRT signal to save a crash dump file.

minidump_type

An integer that specifies the mindump type. The default value is 1 (MiniDumpNormal|MiniDumpWithDataSegs). Use this parameter with caution because other values might increase the size of the crash dump file significantly. For more information, see the documentation about the DumpType parameter of the MiniDumpWriteDump function at the Microsoft MSDN Web site.

Oracle CRM On Demand Desktop Administration Guide, Version 5.2 Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.