Select to view content in your preferred language

Operation Failed, Unable to start iomgr

2315
0
11-21-2012 03:51 AM
EmadAl-Mousa
Deactivated User
if you face this error "Operation Failed, Unable to start iomgr" while attempting to start or stop ArcSDE service. There is high probablity that you have orphan processes in your server.

for example,

if you are hosting your ArcSDE engine on a Unix server.

use the following command:

ps -ef | grep gsrvr

it will list the orphan sde process. you need to kill them using the "kill" command.
0 Kudos
0 Replies