Select to view content in your preferred language

Compile Service Error

2503
2
01-18-2011 09:47 PM
RaheelBaig
Deactivated User
I am trying to compile a Service and i get the following error

[ServiceEditorApp] Process invoked: 'Compile service'
[ISCommand] ISCommand: Image Server command script handler
[ISCommand] Version 10.0.0.722, Copyright (c) 2007 Zanja Technologies, Inc.
[ISCommand] Executing script: 'G:\ArcGISServer10\Services\Jan18test.ISDef\Scripts\CompileService.ISCmd'.
[ISCommand : Unknown ID] Error: Could not complete execution of all commands.
[Global.CommandDispatcher.Execute : 00F406] Error: Could not create the handler named: 'esri.imageserver.serviceeditor.serviceeditorcmdhandler'. (COM error: 0x80040154)
[ServiceEditorApp.CompileService.OnClick : 00BF01] Error: Failed to compile service.
[ServiceEditorApp.CompileService.OnClick : 00BF01] Error: Failed to compile service.

I can create the Service,build and view it without any problems.I have reinstalled Image-Server and in turn ArcGIS,thinking a component may not have been installed properly,but still get the same error.

Any suggestions?
0 Kudos
2 Replies
MarceloBorsoi
Emerging Contributor
0 Kudos
MarceloBorsoi
Emerging Contributor
Technical Article   Error:  Could not create the handler named: 'esri.imageserver.serviceeditor.serviceeditorcmdhandler'. (COM error: 0x80040154)

Article ID:  35964
Software:   ArcGIS Image Server 9.3, 9.3.1
Platforms:   Windows XP, 2003Server
Error Message
During the compilation of an image service, the following error message is received:

"Could not create the handler named: 'esri.imageserver.serviceeditor.serviceeditorcmdhandler'. (COM error: 0x80040154)".

Cause
All, or a few, of the following DLLs exist in the folder C:\WINDOWS\system32 and may have older or different versions than required.

pe.dll
sde.dll
sg.dll

Solution or Workaround
Navigate to the C:\WINDOWS\system32 folder and see if any of the above listed DLLs exist in this folder. If they do, rename the DLLs to new names, such as pe_old.dll, sde_old.dll, and sg_old.dll, and recompile the service.
0 Kudos