asp error 80010007

Hi all,

I have ASP application running on NT4.0(SP6, IIS4, MTS2) that calling MTS components developed by VB 6.0, accessing SQL Server database. For one asp page I got the following error:

error '80010007'
The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed.
/app/pageX.asp, line 214

The line number does not point to any meaningful execution line in the source code. If I use "On error resume next", the asp will continue run, but refuse to load any data. I understand that, based on documents, in VB/VBA this error normally happens when destroying objects in a wrong order. But it seems not apply to this situation, because this asp page is called (reused) in several places - some places OK, but this place got the error above. Same setup(ASPs, JSs, MTS COMs) Running on Window 2000 server is fine. Different ASP engines?

Thanks
[970 byte] By [Joe L] at [2007-11-17 14:31:54]