Windows error 0x80041605, -2147215867

Detailed Error Information

QUERY_E_ALLNOISE[1]

MessageThe query contained only ignored words.
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 Code5637 (0x1605)

Questions

0votes
0answers

The query contained only ignored words OleDbException using Index Server

I have ASP.NET 4.6.1 WebForms Legacy that using Index Server in Windows Server 2008 R2. I get OleDbException error with message: > The query contained only ignored words. My code: var datos = new List<Documento>(); var sql = "Select DocAuthor, vpath, doctitle, FileName, Path, Write, Size, Rank, Create, Characterization, DocCategory [...] read more
c#
asp.net
oledbexception
indexing-service

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