Previous Topic: Plugins

Next Topic: PluginManagement


DB

CA Access Control maintains the DB settings it uses under the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\AccessControl\Instrumentation\.NET\Profiler\Plugins\DB

The Instrumentation\.NET\Profiler\Plugins\DB registry key contains the following registry entries:

Altitude

Defines the order of plug-in loading.
Type: REG_DWORD

Default: 1

ApplyOnProcess

Defines the list of processes to which instrumentation applies.

You can define the name of the service or the full pathname. Names are not case sensitive. For example, "services.exe", "\system32\services.exe", "c:\windows\system32\services.exe".

Type: REG_MULTI_SZ

Default: w3wp.exe MultiCLRs.exe

AutoBlockNativeAssemblies

Defines whether to block the CAPUPMProfilerDBPlg.dll from loading and load the byte code backup.

Type: REG_DWORD

Default: 1

OperationMode

Specifies whether to load the CAPUPMProfilerDBPlg.dll plugin into memory.

Type: REG_DWORD

Limits: 0,1

Default: 1

PluginPath

Specifies the full pathname of the CAPUPMProfilerDBPlg.dll plugin.

Type: REG_SZ

Default: C:\Program Files\CA\AccessControl\bin\CAPUPMProfilerDBPlg.dll

TraceDbgEnable

Specifies whether to trace status flag for the cainstrm module, that is, enables tracing into DbgView or Kernel Debugger.

Type: RED_DWORD

Limits: 0, false; 1, true.

Default: 0

TraceFileEnable

Enables tracing into the file

Type: REG_DWORD

Default: 0 (disabled)

TraceFileIsCyclic

Specifies the type of the trace file.

Type: REG_DWORD

Limits: 0, trace file is not cyclic; 1, trace file is cyclic.

Default: 0

TraceFileSizeLimit

Defines the maximum size of the trace file in bytes. A value of 0 means no maximum size limit is imposed on the trace file.

Type: REG_DWORD

Default: 0

TraceFilteringMask

Defines the filtering mask for each plugin. The supported values for this registry value change depending on the status of the software component for which you define the registry value. Two values are predefined: 0, all information is filtered (display no information); 0x0ffffffff, no information is filtered (display all information).

Type: REG_DWORD

Default: 0

Note: We recommend that you do not change the value of this registry entry yourself. For assistance, contact CA Support at http://ca.com/support.

TraceFolderPath

Defines the full pathname to the trace file.

Type: REG_SZ

Default: Blank

TraceOutputMask

Defines the filtering mask for the trace output channels - debug stream, file, or ETW. You can specify that the trace outputs to file, to DbgView debug channel, or to WinDbg debug channel. A value of 0 disables any output.

Type: REG_DWORD

Default: 0

Note: We recommend that you do not change the value of this registry entry yourself. For assistance, contact CA Support at http://ca.com/support.