Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

DCom got error Overlapped I/O operation is in progress.....
I am running Windows 2000 with IIS 5.0 and I have ASP and .NET apps running
on that server, and I've been getting the error message in my event viewer:

DCom got error "Overlapped I/O operation is in progress" and was unable to
logon .\IWAM_servername in order to run the server.

Followed by another error:

The server stop serving requests for application __________ because of the
number of out of process component crashes exceeded a limit.

When this happens my ASP sites (all of them) report Server Application Error
at the url, however it doesn't affect my .net apps. I've been searching for
an answer for a long time, for now I run the syncIwam.vbs script but that
only fixes it for a short time before it happens again.

Thoughts?

--
Thanks for all the help in advance


-Amy

Report this thread to moderator Post Follow-up to this message
Old Post
AmyAdmin
12-03-04 01:55 AM


Re: DCom got error Overlapped I/O operation is in progress.....
AmyAdmin wrote:
> I am running Windows 2000 with IIS 5.0 and I have ASP and .NET apps
> running on that server, and I've been getting the error message in my
> event viewer:
>
> DCom got error "Overlapped I/O operation is in progress" and was
> unable to logon .\IWAM_servername in order to run the server.
>
> Followed by another error:
>
> The server stop serving requests for application __________ because
> of the number of out of process component crashes exceeded a limit.
>
> When this happens my ASP sites (all of them) report Server
> Application Error at the url, however it doesn't affect my .net apps.
> I've been searching for an answer for a long time, for now I run the
> syncIwam.vbs script but that only fixes it for a short time before it
> happens again.
>
> Thoughts?
>

Get the Event ID from the event viewer and go to www.eventid.net to look it
up.

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.



Report this thread to moderator Post Follow-up to this message
Old Post
Bob Barrows [MVP]
12-03-04 01:55 AM


Re: DCom got error Overlapped I/O operation is in progress.....
I did that the event ID is  10004 and the source is DCOM. The syncIwam.vbs -
v
script does work, but it doesn't stop it from continuing to happen. I'm so
frustrated! I don't know what's causing this!


Thanks, Amy

"Bob Barrows [MVP]" wrote:

> AmyAdmin wrote: 
>
> Get the Event ID from the event viewer and go to www.eventid.net to look i
t
> up.
>
> Bob Barrows
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
AmyAdmin
12-03-04 01:55 AM


Re: DCom got error Overlapped I/O operation is in progress.....
Sorry, I've never come across this error. Have you tried Google? Maybe
someone at .inetserver.iis can help

Bob Barrows

AmyAdmin wrote:
> I did that the event ID is  10004 and the source is DCOM. The
> syncIwam.vbs -v script does work, but it doesn't stop it from
> continuing to happen. I'm so frustrated! I don't know what's causing
> this!
>
>
> Thanks, Amy
>
> "Bob Barrows [MVP]" wrote:
> 

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



Report this thread to moderator Post Follow-up to this message
Old Post
Bob Barrows [MVP]
12-03-04 08:55 AM


Re: Re: DCom got error Overlapped I/O operation is in progress.....
Good news!

I have dealt with this problem various times.  For such a simple resolution,
 it is a very hard one to find.  It is **very** obscure on the MS site.

We have a "Test" box at a client which runs into this every few months.  I p
rinted out the resolution from MS and have it handy whenever I need it.  How
ever, I got the same thing on my laptop, but couldn't remember the trick.  I
n searching (for something I knew the answer to), I saw the question here an
d thought I would contribute.

The resolution to this problem is addressed in MSKB article 297989.  

The article is lengthy and sends you on all kinds of wild goose chases.  

Let me boil it down for you:
If you are running IIS 5, and, unless you have changed some critical passwor
ds in your environment recently (not likely), the resolution is fairly simpl
e.

  1. Open a Command Prompt window
  2. enter "cd C:\Inetpub\AdminScripts" (or wherever your inetpub is)
  3. enter "cscript.exe synciwam.vbs -v"
  4. test your website
Imagine something so simple being so hard to find! It happens because IIS, DCOM, and MTS(?) all share the same password, but if they are not all synche d... Kablooey! Going back, this resolution works if you see the following in your event log :
  1. DCOM; Event 10004; DCOM got error "Overlapped I/O operation is in progres s..."
  2. W3SVC; Event 36; "...the configured identity is incorrect..."
Try it... You'll like it! Hope this helps... someone!

Report this thread to moderator Post Follow-up to this message
Old Post
yakhunter
12-09-04 09:10 AM


Re: Re: Re: DCom got error Overlapped I/O operation is in progress.....
quote:
Originally posted by yakhunter Good news! I have dealt with this problem various times. For such a simple resolution, it is a very hard one to find. It is **very** obscure on the MS site. Try it... You'll like it! Hope this helps... someone!
Well, it helped ME! Thanks alot. I think it is the result of a registry corr uption that happened on my machine earlier. I couldn't run IIS at all. I uni nstalled / reinstalled, it still didn't work. This solved it! My workstation thanks you too.... :) David P.

Report this thread to moderator Post Follow-up to this message
Old Post
dbpayer
12-29-04 07:16 PM


Re: DCom got error Overlapped I/O operation is in progress.....
dbpayer wrote:
> yakhunter wrote: 
>
> Well, it helped ME! Thanks alot. I think it is the result of a
> registry corruption that happened on my machine earlier. I couldn't
> run IIS at all. I uninstalled / reinstalled, it still didn't work.
> This solved it!
>
> My workstation thanks you too.... :)
>
> David P.

What was the solution? I don't see yakhunter's message

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



Report this thread to moderator Post Follow-up to this message
Old Post
Bob Barrows [MVP]
12-30-04 01:55 AM


Re: Re: Re: DCom got error Overlapped I/O operation is in progress.....
Thanks!  That was really useful.

One thing to note though.  When I tried running the synciwam.vbs script I ke
pt getting an 80110414 error.  I eventually tracked this down to the fact th
at the IWAM_MachineName account had been locked out, presumably by some proc
ess that had the wrong password.  I unlocked the account, re-ran the synciwa
m script, and hey presto!

Cheers,
Campbell

quote:
Originally posted by yakhunter Good news! I have dealt with this problem various times. For such a simple resolution, it is a very hard one to find. It is **very** obscure on the MS site. [snip] Hope this helps... someone!

Report this thread to moderator Post Follow-up to this message
Old Post
WildThing
12-30-04 02:40 PM


Re: DCom got error Overlapped I/O operation is in progress.....
I'm getting the same problem. I don't see the solution here, can you
repost?

WildThing wrote:
> *Thanks!  That was really useful.
>
> One thing to note though.  When I tried running the synciwam.vbs
> script
> I kept getting an 80110414 error.  I eventually tracked this down to
> the
> fact that the IWAM_MachineName account had been locked out,
> presumably
> by some process that had the wrong password.  I unlocked the
> account,
> re-ran the synciwam script, and hey presto!
>
> Cheers,
> Campbell
>
> yakhunter wrote: 
> on 
>
>
>
> --
> WildThing
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
> *



--
joeda
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message595416.html


Report this thread to moderator Post Follow-up to this message
Old Post
joeda
01-07-05 01:55 AM


Re: Re: Re: DCom got error Overlapped I/O operation is in progress.....
10x!!!

It worked for me in a matter of few secs!



quote:
Originally posted by yakhunter Good news! I have dealt with this problem various times. For such a simple resolution, it is a very hard one to find. It is **very** obscure on the MS site. We have a "Test" box at a client which runs into this every few months. I p rinted out the resolution from MS and have it handy whenever I need it. How ever, I got the same thing on my laptop, but couldn't remember the trick. I n searching (for something I knew the answer to), I saw the question here an d thought I would contribute. The resolution to this problem is addressed in MSKB article 297989. The article is lengthy and sends you on all kinds of wild goose chases. Let me boil it down for you: If you are running IIS 5, and, unless you have changed some critical passwor ds in your environment recently (not likely), the resolution is fairly simpl e.
  1. Open a Command Prompt window
  2. enter "cd C:\Inetpub\AdminScripts" (or wherever your inetpub is)
  3. enter "cscript.exe synciwam.vbs -v"
  4. test your website
Imagine something so simple being so hard to find! It happens because IIS, DCOM, and MTS(?) all share the same password, but if they are not all synche d... Kablooey! Going back, this resolution works if you see the following in your event log :
  1. DCOM; Event 10004; DCOM got error "Overlapped I/O operation is in progres s..."
  2. W3SVC; Event 36; "...the configured identity is incorrect..."
Try it... You'll like it! Hope this helps... someone!


Report this thread to moderator Post Follow-up to this message
Old Post
ksyusha.servebeer
09-10-05 03:52 AM


Sponsored Links




Last Thread Next Thread Next
Pages (2): [1] 2 »
Search this forum -> 
Post New Thread

ASP archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 12:00 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.