Appendix D: Configuration of Inbox Tracing
Updated: January 15, 2013
Applies To: System Center 2012 - Data Protection Manager, System Center 2012 SP1 - Data Protection Manager
The following table lists the configuration of the inbox tracing in the registry.
You can edit these values using the Registry Editor.
Warning |
|---|
| Editing the registry can produce unexpected results. Use extreme caution when changing registry values. |
Inbox Tracing
| Value Name | Value Type | Allowed Values | Notes/Remarks |
|---|---|---|---|
|
FlushIntervalInSeconds |
DWORD |
Any value greater than 10 seconds. |
Set the intervals at which inbox logs are flushed. |
|
TraceLogLevel |
DWORD |
Valid bitmask of allowed trace levels.
enum TRACE_FLAG{
TRACE_ERROR = 0x2,
TRACE_DBG_ACTIVITY = 0x4,
TRACE_DBG_ = 0x8,
TRACE_PERF = 0x20,
TRACE_DBG_FATAL = 0x200,
TRACE_DBG_CRITICAL = 0x400
};
|
Can be overridden per binary. |
|
<binaryname>TraceLogLevel |
DWORD |
Same as above |
|
|
<binaryname>TraceLogMaxSize |
DWORD |
Can be overridden to change the default size used by DPM tracing infrastructure in the context of individual binary. Refer below for binary name mapping. |
This is size in bytes. Applies to specified process in process’s context. E.g. MSDPMTraceLogMaxSize |
|
<binaryname>TraceLogMaxNumber |
DWORD |
Specify this to override log file size of individual log file. |
TraceLogMaxNumber = [TraceLogMaxSizeInMB] / [SingleTraceLogMaxSizeInMB] For example, 1 GB max size with 15 MB each log file size this will come out to be 68. (1024/15 = 68) |
|
<binaryname>TraceCriticalLogMaxNumber |
DWORD |
Default = 2. Can be overridden to save more files. On a critical error logged by any component, logs will be saved. |
Saves the current and last error log separately with extension .crash |
Binary Name Mapping
| Process | Binary Name |
|---|---|
|
Base Key: HKLM\Software\Microsoft\Microsoft Data Protection Manager |
|
|
DPM Engine (MSDPM) |
MSDPM |
|
DPM Replication Agent (DPMRA) |
DPMRA |
|
DPM Library Agent (DPMLA) |
LAAgent |
|
DPM UI |
DPMUI |
|
DPM PowerShell CLI |
DPMCLI |
|
DPM Access Manager (Hosts AM, ACM, Autoheal) |
DPMAccessManager |
|
Exchange Cmdlet Wrapper |
ExchangeCmdletsWrapper |
|
E14 Cmdlet Wrapper |
E14CmdLetWrapper |
|
Agent Coordinator |
AgentBootStrapper |
|
DPM Client Service (laptop protection) |
DPMClientProtection |
|
Install SQL Prep (Remote SQL) |
SQL Prep Bootstrapper |
|
DPM Backup Tool |
DpmBackup |
|
DPM Writer |
DPMWriter |
|
HKCU\Software\Microsoft\Microsoft Data Protection Manager |
|
|
WSS Cmdlet wrapper |
WssCmdletsWrapper |
|
SQL EUR Client |
EURClient |
|
Laptop Client UI |
DPMClientUI |
-----
For additional resources, see Information and Support for System Center 2012.
Tip: Use this query to find online documentation in the TechNet Library for System Center 2012. For instructions and examples, see Search the System Center 2012 Documentation Library.
-----

Warning