Select the product you need help with
FIX: Use of the Copy Database Wizard to Copy a Database Disables Full-Text Indexing on the Source DatabaseArticle ID: 303224 - View products that this article applies to. This article was previously published under Q303224
BUG #: 352038 (SHILOH_BUGS)
On This PageSYMPTOMS
Use of the Copy Database Wizard (CDW) to copy a full-text enabled database disables the full-text search for the source database. If you try to execute a full-text query and the full-text search is disabled, the following error message occurs:
Server: Msg 7616, Level 16, State 1, Line 1
Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable full-text search for the database.
CAUSE
To copy the database, CDW performs a detach and attach process on the source database to copy the files to the destination. When the database is attached back to the source server, the system catalogs in the master database are not updated to reflect the fact that full-text search is enabled for the database.
RESOLUTIONTo resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211
(http://support.microsoft.com/kb/290211/EN-US/
)
INF: How to Obtain the Latest SQL Server 2000 Service Pack
NOTE: You must apply SQL Server 2000 Service Pack 1 on the Destination server for the fix to work. WORKAROUND
To work around this problem you can run:
To avoid the error message you can:
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1. MORE INFORMATION
SQL Server 2000 Service Pack 1 fixes the problem by updating the system catalogs for the source database during the attach phase. The steps for the Copy Database Wizard task show a new task with the following description in the More Info logging window:
Full-text catalogs for the source database '<dbname>' have been successfully enabled.
The system catalogs attach only if the dbid in master..sysdatabases for this database remain the same before and after the catalogs attach. If the dbid is not the same, you must re-create the catalogs for the database.As far as the Destination database is concerned, it is not full-text enabled after the copy. You must enable full-text indexing on the database, and then create and populate full-text catalogs on the database. REFERENCESFor additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:240867
(http://support.microsoft.com/kb/240867/EN-US/
)
INF: How to Move, Copy, and Back Up Full-Text Catalog Folders and Files
274463
(http://support.microsoft.com/kb/274463/EN-US/
)
Understanding and Troubleshooting the Copy Database Wizard in SQL Server 2000
PropertiesArticle ID: 303224 - Last Review: October 17, 2003 - Revision: 3.2
|


Back to the top








