Creating a full memory dump for an estos process
April 2026
ProCall 8 Enterprise
MetaDirectory 6
In the current versions of the products listed above, the default configuration generates a memory dump via the third-party application Sentry in the event of a crash.
In specific situations, however, it may be necessary to analyse a full memory dump or a crash report generated by Microsoft Windows Error Reporting.
This article explains how to configure error reporting.
Please only use these settings if it is actually a crash .
Please always follow the instructions or requirements provided by the relevant support team.
Even in the event of a crash, the debug logs for the relevant application are required.
The following options are available for error reporting:
- Sentry Error Reporting
- Creation of a mini dump (small memory dump) by the application itself,
- Creation of a full memory dump by the application itself,
- Generation of an error report via Microsoft Windows Error Reporting.
The option is selected via a registry entry in the Microsoft Windows Registry.
A registry entry Dump of type DWORD is used for this
- In the case of estos ProCall 8 Enterprise, there is a registry key HKEY_LOCAL_MACHINE\Software\ESTOS\UCServer4\Server and
- in the case of estos MetaDirectory 6, in the registry branch HKEY_LOCAL_MACHINE\SOFTWARE\ESTOS\MetaDirectory\Server
to be deposited.
Option to create an error report | Value of the registry entry Dump |
|---|---|
| Sentry Error Reporting | 0 (or registration entry Dump not available, default setting) |
| Mini Dump | 1 |
| Full Memory Dump | 2 |
| Microsoft Windows Error Reporting | 3 |
An application can only write to a memory image if the operating system still permits it.
Procedure
Sentry Error Reporting
In the default configuration of estos products, error reporting is set to Sentry . A registry entry Dump either does not exist or contains the value 0.
An error report generated using Sentry is stored locally and, where technically feasible, also made available to estos for analysis.
Further information can be found in the article What kind of data does estos collect and why?.
Die Ablageorte für die Sentry Fehlerberichte sind im Installationsstandard:
| Product | Path | Sentry subfolder |
|---|---|---|
| estos ProCall 8 Enterprise | C:\Program Files\estos\UCServer | .sentry |
| .sentryucweb | ||
| estos MetaDirectory 6 | C:\Program Files\estos\MetaDirectory | .sentry |
Autonomous error reporting by the application
If estos ProCall 8 Enterprise or estos MetaDirectory 6 generates an error report automatically, you can choose between creating a mini dump or a full dump.
Proceed as follows to prepare the relevant application for creating a memory dump independently:
- Run regedit.exe
- Navigate to
HKEY_LOCAL_MACHINE\Software\ESTOS\UCServer4\Server in the case of estos ProCall 8 Enterprise
HKEY_LOCAL_MACHINE\SOFTWARE\ESTOS\MetaDirectory\Server in the case of estos MetaDirectory 6 - Click on the menu Edit -> New -> DWORD (32-bit) Value
- Enter Dump as the name
- To create a full memory dump, enter the value 2 (decimal); to create a mini dump, enter the value 1 (decimal)
- Restart the relevant services of the application
- In the event of a future crash, a full memory dump or a mini dump will now be generated in "c:\crashreport".
Example of how to enable a local full memory dump for the estos ProCall 8 Enterprise Server

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ESTOS\UCServer4\Server]
"Dump"=dword:00000002
Microsoft Windows Error Reporting
Using Windows Error Reporting , you can determine, which application has crashed (e.g. EUCSrv.exe, EUCMediaServer.exe, uc-media-server.exe, MetaAdmin.exe, MetaServer.exe, CalendarReplicator.exe, AnalyticsDataService.exe, AnalyticsReportingService.exe, AnalyticsWebserver.exe, EUCWeb.exe, etc.).
Key information regarding application crashes can be found in the Microsoft Windows Event Viewer (eventvwr.exe).
In the following path , you should check whether Windows has generated a dump itself:
C:\ProgramData\Microsoft\Windows\WER\
A populated memory dump has an approximate size of 150 MB – 2 GB. If the files are only a few KB in size, they are empty and unsuitable for analysis.
http://msdn.microsoft.com/en-us/library/windows/desktop/bb787181(v=vs.85).aspx
Example of how to enable a Microsoft Windows Error Reporting dump for the MetaDirectory Administrator (MetaAdmin.exe)

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\MetaAdmin.exe]
"DumpType"=dword:00000002
"DumpCount"=dword:00000100
"DumpFolder"="c:\\crashreport"