<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to disable Customer Error Reporting (CER) dialog? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3767310#M132556</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could start a backgroundworker at the moment you launch Inventor. In the backgroundworker you'll need to watch the running processes. If you find a process named senddmp.exe you'll need to kill it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pim Saarloos</description>
    <pubDate>Sat, 02 Feb 2013 13:03:32 GMT</pubDate>
    <dc:creator>psaarloos</dc:creator>
    <dc:date>2013-02-02T13:03:32Z</dc:date>
    <item>
      <title>How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3766363#M132553</link>
      <description>&lt;P&gt;I am currently writing a COM application that uses the Inventor 2013 APIs to open up and inspect CAD files. This utility is intented to operate on large amounts of Inventor data. I am using SilentOperation and Visibile properties to allow the automated process to run unmanned (i.e., suppressing any popups). However, there are occasions where Inventor will crash due to some corrupt data or some other system problem, which results in the CER dialog popping up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The utility handles Inventor crashes by clearing out and restarting the session, but the CER dialog prevents this from happening until a user manually closes the window. I would like to avoid the complications of creating a monitor' that handles killing the Inventor.exe process in the event of a crash. Is there any setting - either in the application configuration or through the APIs - that would turn off the CER when Inventor crashes? I have seen solutions that disable CER for AutoCAD (&lt;A target="_blank" href="http://forums.autodesk.com/t5/AutoCAD-2010/Customer-Error-Reporting-CER/m-p/3468502#M33535),"&gt;http://forums.autodesk.com/t5/AutoCAD-2010/Customer-Error-Reporting-CER/m-p/3468502#M33535),&lt;/A&gt; but I need to be able to do this in Inventor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 21:10:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3766363#M132553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-31T21:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3766527#M132554</link>
      <description>&lt;P&gt;I haven't tested this but you might try looking at these registry settings&lt;/P&gt;&lt;P&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Inventor\RegistryVersion16.0\WS:409\CadManagerControl\CustomerErrorReport&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 01:31:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3766527#M132554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-01T01:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3766925#M132555</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for the suggestion, Farren.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unfortunately, the only values in that CustomerErrorReport section of the registry are "EnableRoundtrip" (which was set to 1) and EnableSendPCName (which was set to 0).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried flipping "EnableRoundTrip" to 0, but that didn't stop the popup.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have found that the popup was actually&amp;nbsp;&lt;EM&gt;not&lt;/EM&gt; preventing the application from restarting (*shakes fist at QA*), so the severity of this "issue" has gone down drastically. Now it is just more of a nuisance, as I'm left with about 14 CER popups after the read, but it's far from a blocking issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would still be interested in finding a way to disable the CER popup, though, if only for personal curiosity.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:37:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3766925#M132555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-01T16:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3767310#M132556</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could start a backgroundworker at the moment you launch Inventor. In the backgroundworker you'll need to watch the running processes. If you find a process named senddmp.exe you'll need to kill it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pim Saarloos</description>
      <pubDate>Sat, 02 Feb 2013 13:03:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/3767310#M132556</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2013-02-02T13:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/4942482#M132557</link>
      <description>&lt;P&gt;Has anyone found a way to disable this via Inventor without using third party tools?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an extremely&amp;nbsp;annoying 'feature' which it appears you cannot disable&amp;nbsp;&lt;img id="smileymad" class="emoticon emoticon-smileymad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-mad.png" alt="Smiley Mad" title="Smiley Mad" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:08:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/4942482#M132557</guid>
      <dc:creator>dbrblg</dc:creator>
      <dc:date>2014-04-08T10:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/5809630#M132558</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no supported way of disabling it, but you could of course rename the senddmp.exe to something else or even replace it with your own executable that would get called when Inventor crashes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, this way the users would not be able to report any of the issues to our logging systems, so we would be unaware of the issues they run into.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 18:24:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/5809630#M132558</guid>
      <dc:creator>adam.nagy</dc:creator>
      <dc:date>2015-09-09T18:24:42Z</dc:date>
    </item>
    <item>
      <title>Betreff: How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/14049237#M179714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there is a supported/easy way of preventing this dialog to pop up in the latest adsk versions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 12:38:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/14049237#M179714</guid>
      <dc:creator>Tobias_96</dc:creator>
      <dc:date>2026-03-10T12:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/14050619#M179721</link>
      <description>&lt;P&gt;This is the info I got.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We provide a configuration &lt;CODE&gt;EnableCER&lt;/CODE&gt; to disable the CER component:&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;**Win**
- Registry key path: 
    - HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\CER 
 - Registry value: 
    - EnableCER 
    - REG_DWORD, integer flag, default is 1

**Mac**
 - Config file path:
      - /Library/Application Support/Autodesk/CER/preference.xml
 - Key 
      - com.Autodesk.CER.EnableCER
      
**Linux**
 - Config file path:
      - /var/lib/Autodesk/CER/preference.xml
- Key 
      - com.Autodesk.CER.EnableCER&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;User can also configure to send the CER report automatically without showing the CER dialog.&lt;BR aria-hidden="true" /&gt;The way to do it is using the "&lt;STRONG&gt;options file&lt;/STRONG&gt;", following steps:&lt;/DIV&gt;
&lt;OL&gt;
&lt;LI&gt;Create an options file in local file system with content like: &lt;CODE&gt;/AUTOSEND _email_&lt;/CODE&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;: please replace the placeholder &lt;CODE&gt;_email_&lt;/CODE&gt; with a real email&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Set the options file path to a new REG_SZ type registry value named &lt;CODE&gt;OptionsFile&lt;/CODE&gt; in key path:
&lt;OL&gt;
&lt;LI&gt;For all users in the system: &lt;CODE&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\CER&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;For current user: &lt;CODE&gt;HKEY_CURRENT_USER\SOFTWARE\Autodesk\SendMiniDmp\Settings&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;DIV&gt;The attached &lt;STRONG&gt;autosend.opt&lt;/STRONG&gt; is an example of &lt;STRONG&gt;options file&lt;/STRONG&gt;.&lt;BR aria-hidden="true" /&gt;The &lt;STRONG&gt;registry_options_file_global.reg&lt;/STRONG&gt; and &lt;STRONG&gt;registry_options_file_current_user.reg&lt;/STRONG&gt; are examples of registry settings. (&lt;STRONG&gt;NOTE&lt;/STRONG&gt;: please replace the autosend.opt path to real value)&lt;/DIV&gt;
&lt;DIV&gt;And this configure can be used for both CER v6 and v7.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;See files in the attached zip&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Mar 2026 12:49:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/14050619#M179721</guid>
      <dc:creator>adam.nagy</dc:creator>
      <dc:date>2026-03-11T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Customer Error Reporting (CER) dialog?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/14051118#M179724</link>
      <description>&lt;P&gt;Thanks for the solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now our automation server is not covered by CER windows in case of errors&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 16:51:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-disable-customer-error-reporting-cer-dialog/m-p/14051118#M179724</guid>
      <dc:creator>Tobias_96</dc:creator>
      <dc:date>2026-03-11T16:51:16Z</dc:date>
    </item>
  </channel>
</rss>

