Difference between revisions of "Repair Full Text Search"

From High5Wiki
Jump to navigation Jump to search
(Created page with "If SME advanced search is no longer working due to issues with SQL Full Text Search, follow these instructions to repair SQL full text search: # In mssql studo, go to: Data...")
 
Line 13: Line 13:
 
## Remove all entries in the right hand box:
 
## Remove all entries in the right hand box:
 
### Move from right to left by clicking the left arrow button
 
### Move from right to left by clicking the left arrow button
 +
### [[File:FTSobjects.png]]
 
### Click ok
 
### Click ok
 
## Delete the catalog
 
## Delete the catalog
 
## When done, should just be one full text search catalogs with the exact same name as the SME database
 
## When done, should just be one full text search catalogs with the exact same name as the SME database
 +
## [[File:FTSfinal.png]]
 
# Reindex SME or in SME run tech code 1202 to make the full text indexes rebuild
 
# Reindex SME or in SME run tech code 1202 to make the full text indexes rebuild

Revision as of 15:12, 5 April 2016

If SME advanced search is no longer working due to issues with SQL Full Text Search, follow these instructions to repair SQL full text search:


  1. In mssql studo, go to: Database>Storage>Full Text Catalogs
    1. [[File:FullTextCatalog.png
  2. From the list, attempt to delete all that DON’T match the current db name.
    1. (Right click, DELETE).
  3. If you can’t delete it, follow these steps:
    1. Double click the catalog name:
      1. FullTextProperties.png
    2. Click Tables/Views
      1. FTStables.png
    3. Remove all entries in the right hand box:
      1. Move from right to left by clicking the left arrow button
      2. FTSobjects.png
      3. Click ok
    4. Delete the catalog
    5. When done, should just be one full text search catalogs with the exact same name as the SME database
    6. FTSfinal.png
  4. Reindex SME or in SME run tech code 1202 to make the full text indexes rebuild