Windows error 0x80041607, -2147215865

Detailed Error Information

QUERY_E_TIMEDOUT[1]

MessageThe query exceeded its execution time limit.
Declared inCiError.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code5639 (0x1607)

Questions

5votes
1answer

How to use win32com to handle overflow when querying Desktop Search?

I'm querying the Windows Desktop Search JET (ESE) database using Python + ADO. It works but after ~7600 records I get an exception when advancing to the next record using MoveNext. I know it is not at EOF because I can run the same query in VBScript and get way [...] read more
python
com
ado
win32com
desktop-search

Comments

Leave a comment

(plain text only)

Sources

  1. CiError.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0