Select the product you need help with
Error message when you perform a full backup of a database in SQL Server 2005: "Backup failed for Server 'ComputerName\SQLInstanceName' " or "The backup of the file or filegroup 'sysft_FullTextCatalog' is not permitted because it is not online"Article ID: 923355 - View products that this article applies to. Bug #: 432932 (SQLBUDT) On This PageSYMPTOMSWhen you perform a full backup of a database in Microsoft SQL Server 2005, you may receive an error message that resembles the following: Backup failed for Server ‘ComputerName\SQLInstanceName'. (Microsoft.SqlServer.Smo) Additional information: System.Data.SqlClient.SqlError: The backup of the file or filegroup "sysft_ FullTextCatalog" is not permitted because it is not online. BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection to include only online data. (Microsoft.SqlServer.Smo) The backup of full-text catalog 'FullTextCatalog' is not permitted because it is not online. Check errorlog file for the reason that full-text catalog becomes offline and bring it online. Or BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection to include only online data. CAUSEThis behavior occurs because a full-text catalog in the database is not online. To perform a full backup, SQL Server 2005 requires all the database files and full-text catalogs in the database to be online. The full-text catalog may be online because one or more of the following conditions are true:
WORKAROUNDTo work around this behavior, follow these steps:
STATUS
This behavior is by design. MORE INFORMATIONSteps to reproduce the behavior
PropertiesArticle ID: 923355 - Last Review: July 9, 2009 - Revision: 2.0 APPLIES TO
|


Back to the top








