Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search on full-text catalog fails

Status
Not open for further replies.

ChrisBravoTown

Programmer
May 23, 2008
6
GB
Hi,

I am working on a web site where all the documents are stored in an sql server database. The search function has stopped working and I have no idea why (I didn't code the search page and have no idea where to start troubleshooting). This is the error I get:


Microsoft OLE DB Provider for SQL Server error '80040e14'

Search on full-text catalog 'Documents' for database ID 42, table ID 581577110 with search condition '"test"' failed with unknown result (c000026e).


Any ideas?

Thanks,

Chris
 
Try rebuilding the full text catalog.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Hi,

I've tried rebuilding the catalog, but the problem remains.

Thanks,

Chris
 
Problem solved! :)

The 'Full-Text Search' service was eating up all the memory on the server. Once I had stopped and re-started the service then everything began working again.

Thanks,

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top