SQL 2005 backups fail on specific databases with error "The backup of full-text catalog 'FullTextCatalog' is not permitted because it is not online."
| Article:TECH63566 | | | Created: 2008-01-25 | | | Updated: 2012-01-27 | | | Article URL http://www.symantec.com/docs/TECH63566 |
Problem
SQL 2005 backups fail on specific databases with error "The backup of full-text catalog 'FullTextCatalog' is not permitted because it is not online."
Error
The backup of full-text catalog 'FullTextCatalog' is not permitted because it is not online. Check error log file for the reason that full-text catalog became offline and bring it online. Or BACKUP can be performed by using the FILEGROUP or FILE causes to restrict the selection to
Solution
As an alternative to the above steps, you can try the following command to resolve the issue:
ALTER FULLTEXT CATALOG sysft_ FullTextCatalog REBUILD WITH ACCENT_SENSITIVITY=OFF;
Reference : http://msdn.microsoft.com/en-us/library/ms176095(SQL.90).aspx
|
|
| Source | UMI |
| Value | V-79-65323-9987 |
| Description | The backup of full-text catalog 'FullTextCatalog' is not permitted because it is not online. |
Related Articles
Legacy ID
308889
Article URL http://www.symantec.com/docs/TECH63566
Terms of use for this information are found in Legal Notices









Thank you.