clearmail.dll contantly disabled

Have a support question regarding ClearContext for Microsoft Outlook? Find help here. Be sure to include what version of Outlook and Windows you are using.

Moderator: ClearContext Support

clearmail.dll contantly disabled

Postby m_evangelista » Sun May 06, 2012 8:33 am

About 1 of 3 times when I start up Outlook 2010, clearcontext is disabled. All my messages send/receive on startup and don't get filed, defeating the purpose. Also any custom ribbon items get removed.

I have to go through the steps to the add-ins, disabled, enable clearmail.dll, restart outlook... really not a feasible workflow long-term. What makes Outlook disable this add-in?

I've been using ClearContext for years, but just upgraded to 64-Bit Win7 Pro and Outlook 2010. When it works it works great.

How can I tell Outlook NOT to disable ClearContext?
Or, how can I find the problem, whatever it is, and fix it?
m_evangelista
 
Posts: 4
Joined: Sun May 06, 2012 8:00 am

Re: clearmail.dll contantly disabled

Postby ClearContext Support » Mon May 07, 2012 9:36 am

It sounds like something may be crashing when Outlook is closed, causing it to disable ClearContext. Can you run SCANPST on your mail files to make sure they are not corrupted? We have some instructions on doing so here:

http://www.clearcontext.com/help/performance.html

If that doesn't help, please contact us by pressing the "email support" button in your ClearContext About window. That will allows us to take a look at your configuration and logs.
ClearContext Support
 
Posts: 3077
Joined: Wed Jan 09, 2008 1:52 pm

Re: clearmail.dll contantly disabled

Postby m_evangelista » Wed May 09, 2012 2:30 pm

Details sent.

>> It sounds like something may be crashing when Outlook is closed,

Now that you mention it, my nightly backup is force-closing outlook if I've left it open, via a custom VB script that is part of a network backup system. I can probably make sure we close the clearcontext process first, if that would do the trick.

Here's the .vbs file that executes as a scheduled task ... do you know how I might modify this to close ClearContext first, before calling objOutlook.quit ?


strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colProcessList = objWMIService.ExecQuery _
("Select * from Win32_Process Where Name = 'Outlook.exe'")

For Each objProcess in colProcessList
Set objOutlook = CreateObject("Outlook.Application")
objOutlook.Quit
Next

WScript.Sleep 90000

Set colProcessList = objWMIService.ExecQuery _
("Select * from Win32_Process Where Name = 'Outlook.exe'")
For Each objProcess in colProcessList
objProcess.Terminate()
Next
m_evangelista
 
Posts: 4
Joined: Sun May 06, 2012 8:00 am

Re: clearmail.dll contantly disabled

Postby ClearContext Support » Wed May 09, 2012 5:49 pm

I believe the second part of your script is causing the problem:

Code: Select all
For Each objProcess in colProcessList
Set objOutlook = CreateObject("Outlook.Application")
objOutlook.Quit
Next


this actually starts a new instance of Outlook and then immediately quits the new instance, and that could be problematic. Try disabling this section and see if if solves the problem.

I'm not knowledgeable on what the terminate command does in the last part. If it is a normal application shutdown request it would be ok. However, if it forces the process to terminate right away, that can cause problems regardless of whether ClearContext is running because Outlook might not have a chance to save any data it is in the middle of processing.
ClearContext Support
 
Posts: 3077
Joined: Wed Jan 09, 2008 1:52 pm

Re: clearmail.dll contantly disabled

Postby m_evangelista » Tue Jun 12, 2012 6:37 pm

Thank you, that seems to have done the trick!
m_evangelista
 
Posts: 4
Joined: Sun May 06, 2012 8:00 am


Return to ClearContext Professional Features & Support

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest

cron