| haoshuang1983@gmail.com 2006-12-11, 7:16 pm |
| Hi:
We have a WSS content database that was migrated from staging to
production. The staging site has search enabled and full-text search
has been successfully enabled on the content database before migration.
However, after the migration to the production environment (we did a
backup of the staging content database and restored the production
content database with it), we find that search is not working in the
production site.
So we looked into the production content database, and saw a full-text
catalog with the name ix_STS_<ServerName>_1 and tried to repopulate it,
an error shows up that says full-text search is not enabled for this
database.
So I went ahead and tried to enable the full-text search for this
content database by executing sp_fulltext_database
'enable', and this
is the error message that shows up:
Execution of a full-text operation failed. The process cannot access
the file because it is being used by another process.
I have no idea what file or process is causing the problem, so I went
ahead and disabled search in SharePoint through the central
administartion website, and has turned off the whole sharepoint site by
stopping IIS. However the same error message still shows up when try to
enable full-text search for that database.
I tried creating a dummy database on the same SQL server and was able
to enable full-text catalog for that database. So the full-text search
component should be installed correctly for the SQL server.
Any ideas?
|