1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
807 views
by greg-s-7348 (140 points)
accumulation of *.mdmp files in QIE directory, can they be deleted

2 Answers

+1 vote
MDMP is a compressed file created by Windows after a program error or crash; contains data "dumped" from the program's memory space; saves information about the error, which can be used for debugging; commonly created along with an uncompressed .HDMP file and can be sent to Microsoft as part of a bug reporting process.

These can be deleted however if these are continuing to be created contact support so we can investigate the cause.
by brandon-w-8204 (34.1k points)
0 votes
Another cause of this is if you restart the server from a scheduled script. It does not allow QIE time to stop and causes an acces violation error in java. To resolved this you can add a scheduled task to stop the qie server before the server is restarted using "net stop QIEService"
by brandon-w-8204 (34.1k points)
...