Windows error 0x800700E9, -2147024663

Detailed Error Information

PIPE_NOT_CONNECTED[1]

MessageNo process is on the other end of the pipe.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code233 (0x00e9)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000000e9.

Questions

0votes
0answers

How i can resolve error 0x800700e9 with MS SQL Server full-text search?

When i try execute SELECT * FROM sys.dm_fts_parser (N'"Additivity of measures is not exactly a data warehouse design problem. However, you have to realize which aggregate functions you will use in reports for which measure, and which aggregate functions you will use when aggregating over which dimension."', 1033, 5, 0); [...] read more
sql
database
windows
full-text-search
sql-server-2014

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0