Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

DLP Add-In crashes Outlook 2010

Updated: 07 Dec 2011 | 1 comment
flutti's picture
0 0 Votes
Login to vote

Hi everybody

After installing a renewed S/MIME-Certificate in Outlook 2010, i recently encountered the following issue:

When trying to send an encrypted mail, Outlook crashes. The error Messages you can find attached.
The mentioned Add-In "outlook2k3 addin" corresponds to otlk.dll and is located in the DLP-Agent's install directory.
If sending a mail signed only, there is absolutely no problem. It only occurs when trying to send encrypted mails.

It is obvious that, when the corresponding Add-In gets deactivated, Outlook can send encrypted mails again.
Does this issue come from the fact that the DLP agent can not scan encrypted content of mails and ... freaks out?
As workaround, I have deactivated the Add-In for the affected users. I am guessing that now there will be no more monitoring of these client's Outlook anymore. Is this assumption correct?
I don't want to put this workaround in place as a state-of-the-art solution for this issue. So there needs to be another solution.

Anyone has expierienced this issue as well?
Does there exist a fix for this?

If you need further information, I'll try to provide more of it.

Cheers from Switzerland

Comments

yang_zhang's picture
11
Dec
2011
0 Votes 0
Login to vote

Here are the steps

Here are the steps suggested:

  1. Check if the crash\hang is reproducible without the Endpoint Agent.
  2. Turn off the mail monitoring feature, and observe if the hang\crash is reproducible, this would ensure if the crash\hang is related.
  3. Execute "tasklist /v" and save the output
  4. When Outlook crashes or hangs verify if the following registry entries are present
    1. Click Start, and then click Run.
    2. Type regedit, and then click OK.
    3. Elevate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\OutlookAddin.Addin.1]
    4. Check if the following entries are present.
      1. "FileName"="otlk.dll"
      2. "FriendlyName"="Outlook2K3 Addin"
      3. "Description"="ATLCOM Outlook Addin"
      4. "CommandLineSafe"=dword: 00000000
      5. "LoadBehavior"=dword: 00000003
  5. Export the following registry details, which would help in diagnosing the crash.  This contains the details of the add-ins disabled by Outlook, because they had crashed Outlook.
    1. Click Start, and then click Run.
    2. Type regedit, and then click OK.
    3. Elevate to [HKEY_CURRENT_USER\Software\Microsoft\Office\[11.0]\Outlook\Resiliency\DisabledItems] where 11.0 is the version.
    4. Right click -> Export -> Specify a file name and location.
  6. Get the dump of the Outlook process.  One can use Windbg or Dr. Watson for generating the dump.

    Attach WinDbg to Outlook and create a dump file by executing ".dump /ma c:\outlook.dmp" in WinDbg.

    Attach WinDbg to Edpa.exe and create a dump file by executing ".dump /ma c:\edpa.dmp" in WinDbg.

If a forum post solves your problem, please flag it as a solution. If you like an article, blog post or download vote it up.