Submission of a form on this page has been disabled as you do not have JavaScript enabled in your browser.
If you think this message is wrong - then just refresh the page.
Created - Nov 25, 2009; Updated - Mar 7, 2012
How to create userdumps when the application hangs
Introduction
If an Acronis products hangs in Windows, you may need to create a userdump to troubleshoot the situation.
To create a userdump on Windows XP/2003, please do the following:
You must first reproduce the issue and get the software to pop up with an error message. You must not close the error message. Instead, leave it open until you have created the userdump.
After the utility is installed, identify the PID (Process ID) of the process of which you need to create the userdump:
Open Windows Task Manager (Ctrl-Alt-Del);
Go to the Processes tab;
Go to View -> Select Columns:
Check PID (Process Identifier):
Next to the Image Name, you will see PID:
In most cases, an Acronis Representative will advise you as to which process needs to be dumped.
If you do not know which process you are looking for, then it is recommended to view the Windows event Application log. It usually shows which process crashed. Also look at the Common Processes.
Once you have noted down the PID of the process, open Windows Command Line (Start-Run -> cmd) and navigate to the userdump.exe file by issuing the following command:
Windows 32 bit: cd /d C:\kktools\userdump8.1\x86
Windows 64 bit: cd /d C:\kktools\userdump8.1\x64
Then issue the following command:
Userdump xxxx
where xxxx is the PID that you have noted down previously.
In the C:\kktools\userdump8.1\xxx folder, you will see a PROCCESSNAME.dmp. For example, Agent.dmp
Creating a userdump on Windows Vista/7/2008/2008 R2
You must first reproduce the issue and get the software to pop up with an error message. You must not close the error message. Instead, leave it open until you have created the userdump.
Open Windows Task Manager. To do so, either press Ctrl-Alt-Del, or right click on your task bar and click on Start Task Manager;
(!) Dumps should be in 32 bit format. If you have a 64 bit system, to get a correct dump you need to launch 32 bit version of Windows Task Manager at C:\Windows\SysWOW64\taskmgr.exe
Click Show processes from all users:
Find the process for which you want to create the dump.
In most cases, an Acronis engineer will advise you as to which process needs to be dumped.
If you do not know which process you are looking for, then it is recommended to view the windows event Application log, it usually shows which process crashed. Also look at the Common Processes.
Right click on the process, and click on Create Dump File:
The dump file will be created in your Windows Temp folder. It will be called NameOfProcess.dmp.
You can navigate to the temp folder by typing %temp% into your Windows address bar or command prompt, and then press Enter.
Typically, it is located at C:\Users\MyUser\AppData\Local\Temp
Most commonly required userdumps, are dumps from the mms.exe, e.g when a backup hangs, the BackupandRecoveryService.exe, or sometimes the taskservice.exe.
Shared
Agent.exe - This is the component which allows other components to communicate. (Console/Backup engine).