SOE Not Working!

365
1
08-02-2012 08:16 AM
utkuiyi
New Contributor
Hi,

I registered SOE successfully, but when the SOE is executed, the following error was encountered:

{"error":{"code":500,"message":"Retrieving the COM class factory for component with CLSID {9C8CB1BF-00FC-4D2F-8999-17483B18A753} failed due to the following error: 80040154."}}

What could be the reason?

Thanks for your help.
Tags (2)
0 Kudos
1 Reply
RobertJones2
Occasional Contributor
Assuming that you developed the SOE yourself you could try debugging it, setting a breakpoint, and stepping through the code execution in Visual Studio to determine the statement that is causing the error message - that might at least give you a starting point for investigation. See here for instructions on setting up debugging an SOE:

http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Debugging_server_object_extensio...

Also was this SOE ported from a previous version of ArcGIS Server? If so it's possible you are attempting to use ArcObjects that access the MXD; these are no longer supported at 10.1 - see the following:

http://blogs.esri.com/esri/arcgis/2010/11/12/accessing-optimized-map-services-with-server-object-ext...

Hope this helps.
0 Kudos