I get the following message when I attempt to run a basic search:
Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable full-text search for the database.
System.Data.SqlClient.SqlException: Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable full-text search for the database.
at ExclaimerArchiveSearch.DataLayer.SearchDatabaseInstance(SearchParameters& SearchParms, DatabaseInstance& dbEntry, Int32& TotalRows, Boolean& LimitReached)
at ExclaimerArchiveSearch.DataLayer.SearchData(Object Params)
I had just stopped the Exclaimer Service, stopped the SQL service, then moved the SQL database files to a new location, and restarted the services. I then used OMI to import another user's mailbox into the archive, and the SQL database grew accordingly. I then attempted to run a search from my client PC, and got the error message above. I restarted services again, and got the message again.
Any ideas?