SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


12»»

The backup of the file or filegroup "sysft_Bug" is not permitted Expand / Collapse
Author
Message
Posted Monday, February 20, 2006 7:57 AM
Old Hand

Old HandOld HandOld HandOld HandOld HandOld HandOld HandOld Hand

Group: General Forum Members
Last Login: Friday, March 12, 2010 2:21 PM
Points: 389, Visits: 475

Hi Folks,

Have any one experienced this kind of error.

The backup of the file or filegroup "sysft_Bug" 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. [SQLSTATE 42000] (Error 3007)  BACKUP DATABASE is terminating abnormally. [SQLSTATE 42000] (Error 3013)

 

please kindly give your suggestions.

warmest

Jayakumar K.



Thanks
Jay
http://www.sqldbops.com/
Post #259867
Posted Thursday, February 23, 2006 8:00 AM
SSChampion

SSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampion

Group: General Forum Members
Last Login: Friday, May 18, 2007 3:36 PM
Points: 10,040, Visits: 1
No one has responded to this topic yet. Even if you don't have a complete answer, the original poster will appreciate any thoughts you have!
Post #260994
Posted Sunday, April 09, 2006 5:32 PM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Sunday, February 14, 2010 9:07 PM
Points: 14, Visits: 74

Hi,

I am experiencing the same error but i haven't seen a resoultion or solution to this issue anywhere. Let you know if i find anything.

The backup of the file or filegroup "sysft_FTI_DBTestCatalog" 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.

Cheers




Post #272119
Posted Sunday, April 09, 2006 6:49 PM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Sunday, February 14, 2010 9:07 PM
Points: 14, Visits: 74

Hi,

I did a bit of investigating on this issue this mornign and given the events which had transpired i think this is why we may have had this issue...

About an hour prior to the backup, the clustered instance had failed over to the second node. However according to the SQL Log the recovery of all the databases had completed in time. If you run the following query on the affected database you will see that there is a "sysft_FTI" file which is the file for the full-text catalog : "select * from Sys.database_Files". I believe at the time of the backup the status of this file was something other than ONLINE and this was responsible for the backup failure.

On investigation this mornign the sysft_FTI file looked to have an ONLINE status so i performed a full backup and it completed successfully.

Cheers




Post #272121
Posted Monday, April 24, 2006 10:33 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Monday, May 15, 2006 8:31 PM
Points: 1, Visits: 1

Hii...

I've same error on migrating sql 2000 to 2005 express...

I'do like this to solve the problem may be usefull
- try to deattach db... uncheck keep full text catalogs... 
- refresh db and attach db again.. and back up will be success..

Regards

Post #275041
Posted Friday, April 28, 2006 8:10 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Friday, April 28, 2006 7:51 PM
Points: 1, Visits: 1

This next solution also worked for my sharepoint content database...

1. Go to SharePoint Services Central Administration...

2. Under componant configuration...click on Configure Full-Text Search

3. Uncheck Enable full-text search and index component.

4. Refresh Database...the index should disappear...You can then reenable the full-text search and index component again and you should be good to go...

I like this because I didn't need to take my database off line...

Post #276435
Posted Friday, May 05, 2006 2:11 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Monday, June 05, 2006 1:09 PM
Points: 1, Visits: 1
Ran into this same problem after upgrade from SQL 2000 to SQL 2005. I ended up having to drop my full text and then recreate it in order for backup to work. The reattach without full text catalogs that Denny mentioned did not work for me. Will try to f/u if there are any issues with the way I proceeded
Post #278095
Posted Friday, May 12, 2006 9:07 AM
SSC Journeyman

SSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC Journeyman

Group: General Forum Members
Last Login: Wednesday, February 24, 2010 10:21 AM
Points: 77, Visits: 66

I am having the same issue, and can't get rid of the error with either method.

Error: The backup of the file or filegroup "sysft_TCM_Unfiltered" 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.

 But "select * from Sys.database_Files" does not show the file and "select * from sys.fulltext_catalogs" does not show a catalog.

How can I get a backup?

 

Post #279666
Posted Friday, May 12, 2006 10:59 AM
SSC Journeyman

SSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC Journeyman

Group: General Forum Members
Last Login: Wednesday, February 24, 2010 10:21 AM
Points: 77, Visits: 66

Issue:Can't backup 2005 database after it is restored from a mssql 2000 backup.

Resolution:Here is what worked for me.  I upgraded the MSSQL 2005 instance to SP1, then detached (uncheck "Keep Full Text Catalogs" ) and reattached the database.  The backup now completes successfully.

Post #279731
Posted Tuesday, June 06, 2006 4:41 PM
SSC Rookie

SSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC Rookie

Group: General Forum Members
Last Login: Friday, February 05, 2010 1:08 PM
Points: 28, Visits: 41

I had this issue.

After much brain exercise the fix was simply this:

sp_fulltext_database enable

Woo hoo

Ian

Post #285447
« Prev Topic | Next Topic »

12»»

Permissions Expand / Collapse