COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: rocket on 22 Jul 2009 10:31:01 PM

Title: Cognos .dmp files - Removing them
Post by: rocket on 22 Jul 2009 10:31:01 PM
I recently started noticing performance dragging downward on my C8.4 machine, and today it occurred to me that my machine was running out of disk space which was causing the issue.  When I looked for large files, I found the notorious .dmp files in the <COGNOS INSTALL PATH>\bin directory (i.e. BIBusTKServerMain_seh_4080_3028.dmp).  Each of these .dmp files were ¼ GB in size!

After doing some research, it seems completely acceptable to delete these files.  Not only did this free up 10 GB of disk space, but performance was back to lightning fast!  I then stumbled across a little secret.  You can disable the .dmp file creation by Cognos all together.  Is anyone aware if this creates a problem?

Steps to disable the .dmp file create:

1.   Navigate to your installation path of Cognos
2.   Open the \configuration directory
3.   Locate the cclWin32SEHConfig.xml file and make a backup of it before changing.
4.   Locate the following line and change 2:2 to 0:0

<env_var name="CCL_HWE_ABORT" value="0:0"/>

5.   Save the file
Title: Re: Cognos .dmp files - Removing them
Post by: kolonell on 23 Jul 2009 03:35:39 AM
Hi Rocket

That won't create a problem at all. However, Ideally those dump files ought to be investigated by IBM Cognos as they indicate some software failure.

edit: btw, this secret you discovered will only work on Windows platforms ;-) 
Title: Re: Cognos .dmp files - Removing them
Post by: A152257 on 02 Jun 2010 10:10:01 AM
Thank You Very Much Guys..

Yall Are far too Kind  :)


My Issue is Sorted .