Hi we have Full Text Search set up on our web server which works fine.
I am setting up a test enviroment locally and i cannot get the full text index to function.
I have imported a copy of the database. In Enterprise Manager under full text Catalogs it still lists the old Full text catalog with the old full text catalog path (which does not exist on the test machine).
When i go to delete the existing Full Text Index catalog i get an error message. If i try to repopulate the index i also get an error message. If i try and create a new index or edit existing index i get an error message
I tried disabling the full text search by using.
Exec sp_fulltext_database @action = 'disable'
which appered to work ok but when i tryed to enable it again
i got an error meassage that the path of full index does not exist.
Now even thought Full text indexing is disable it still lists the catalog in enterprise manager and i still cant remove it edit it etc....
Any ideas welcome
-Gus
I am setting up a test enviroment locally and i cannot get the full text index to function.
I have imported a copy of the database. In Enterprise Manager under full text Catalogs it still lists the old Full text catalog with the old full text catalog path (which does not exist on the test machine).
When i go to delete the existing Full Text Index catalog i get an error message. If i try to repopulate the index i also get an error message. If i try and create a new index or edit existing index i get an error message
I tried disabling the full text search by using.
Exec sp_fulltext_database @action = 'disable'
which appered to work ok but when i tryed to enable it again
i got an error meassage that the path of full index does not exist.
Now even thought Full text indexing is disable it still lists the catalog in enterprise manager and i still cant remove it edit it etc....
Any ideas welcome
-Gus