OutlookSecurityManager: Outlook Security Manager is not found...

Add-in Express™ Support Service
That's what is more important than anything else

OutlookSecurityManager: Outlook Security Manager is not found...
Error when connecting to Outlook 
icgi




Posts: 4
Joined: 2007-04-20
I am receiving the following error when connecting to Outlook: "AddInExpress.OutlookSecurityManager: Outlook Security Manager is not found...". My code is as follows:

goOutlook = Createobject("Outlook.Application")
goSecMgr = Createobject("AddInExpress.OutlookSecurityManager")
goSecMgr.ConnectTo(goOutlook)
goSecMgr.DisableOOMWarnings = .T.
oMessage.Send()
goSecMgr.DisableOOMWarnings = .F.

The error occurs when executing "goSecMgr.ConnectTo(goOutlook)". This code has been running fine in a live application for over a year. Does anyone know why this would suddenly start happening?

Thanks - Gil
Posted 20 Apr, 2007 11:54:49 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Gil,

This exception is raised when one of redistributable files is either not found or not registered. Please try to reregister both redistributable files.


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 20 Apr, 2007 12:27:14 Top
Gil




Posts: 4
Joined: 2007-04-20
Thanks for the quick response. Note that this my development machine and I performed a full installation of the product. I even uninstalled and reinstalled it and am still getting the same error. I found osmax.osx in the C:\Program Files\Common Files\Outlook Security Manager folder, but not secman.dll. I manually added secman.dll, then registered osmax.ocx successfully but could not register secman.dll. When registering it gave me the following error: "...secman.dll is not an executable file and no registration helper is registered for this file type". Am I doing something wrong?
Posted 20 Apr, 2007 13:10:48 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Gil,

What version of our Security Manager are you trying to install? What verion of our Security Manager did you purchase? May it be that you use the registration code of version 1 to install version 2007?


Posted 23 Apr, 2007 06:20:32 Top
Gil




Posts: 4
Joined: 2007-04-20
Yes - my hard drive crashed recently so I downloaded the latest release from your website and used my existing registration code. I was not presented with any errors and the product was successfully activated. Could this be the problem?
Posted 25 Apr, 2007 08:53:57 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Gil,

You can download Security Manager 1.6 using the following web-page:
http://www.add-in-express.com/downloads/osm-old.php

To activate this version please use the manual activation and follow the instructions below:
1. In the Activation Wizard, choose the "Manual Activation Process" radio button and click Next.
2. Fill the Registration Name and Registration Code textboxes with your data.
3. Open the following link in your browser:
http://www.activatenow.com/user/activation.asp.
4. In the browser, fill the Product Key textbox (this is your registration code) and click Submit.
5. Copy the hardware ID from the Activation Wizard window, paste it to the HardwareID textbox in the browser and click Submit.
6. Copy your activation code in the Successful New Activation textbox, paste it to the Activation Code textbox in the Activation Wizard window and click Next.


Posted 25 Apr, 2007 09:55:07 Top
Gil




Posts: 4
Joined: 2007-04-20
Many Thanks - That worked!
Posted 25 Apr, 2007 17:18:31 Top