Fulltext catagory backup Error

Source: Internet
Author: User

Error:

The backup of full-text catalog 'btacscotft 'is not permitted because it is not online. check errorlog file for the reason that full-text catalog became offline and bring it online. or backup can be performed med by using the filegroup or file clses to restrict the selection to include only online data.
The backup of full-text catalog 'btascotftindex' is not permitted because it is not online. check errorlog file for the reason that full-text catalog became offline and bring it online. or backup can be performed med by using the filegroup or file clses to restrict the selection to include only online data.

Failed to enable full-text indexing.

Enable fails for fulltextindex "pK _ testfix _ 00551192. (Microsoft. sqlserver. SMO)

The full-text directory 'testfix' is unavailable. Delete the full-text directory and recreate it. (Microsoft SQL Server, error: 7624)

Workaround:

Use master
Declare @ dbid as int
Declare @ dbname as nvarchar (255)
Set @ dbname = 'upzone'

Select @ dbid = database_id from SYS. master_files where name = @ dbname
Select database_id, file_id, type_desc, name, state_desc, physical_name
From SYS. master_files
Where database_id = @ dbid

... To be continued ....

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.