2147418113 - Catastrophic Failure

  • Thread starter Thread starter Jhonatan H. Okata
  • Start date Start date
J

Jhonatan H. Okata

Does anybody know what is this? or What happened to occurred this?

I'm using a VB --> Com DLL (Com +) --> SQL Server 2000. And using ADO
MDAC 2.7 to access my DataBase.

I looked for in MSDN and Technet and saw this 2 articles, but neither
are my problem.

http://support.microsoft.com/default.aspx?scid=kb;en-us;159220
http://support.microsoft.com/default.aspx?
scid=http://support.microsoft.com:80/support/kb/articles/q187/9/42.asp&NoWeb
Content=1

The error doesn't occurrer every time, sometimes yes, sometimes no. I
can't replicate it.

Does anybody knows if a lock on data base can generate this?

If anybody have an idea, please answer me.

Reguards
Jhonatan - Brazil
MSN: (e-mail address removed)
 
Jhonatan

I suspect that the error is actually negative (-2147418113). This
corresponds to an HRESULT of E_UNEXPECTED. Have a look at the description of
the function that causes the error and see under what circumstances it could
return this error code.

HTH

Charles
 
Back
Top