Jump to content


fatdaddy

Member Since 05 Jun 2014
Offline Last Active Jun 10 2014 08:09 AM
-----

Topics I've Started

Server Mom API setup issue

05 June 2014 - 03:40 PM

Hi I am working on migrating the server we have our MOM services on and have run accross an issue. Everything is migrated and working except a web application we use to link other programs to our mom database. When we try the import function that worked just fine on our old server we get this:

 

System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {97EDD412-0626-4EB9-A344-3F344F00E93D} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at Database.MOM.createConnection()

 

I have installed the mom api and there is a working copy of mom on the server but for some reason it is having trouble with bringing up the mom functions.

 

 

So far i have had little luck in hunting down how to fix this issue any advice would be appreciated. 

 

Thanks.