Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / July 2008

Tip: Looking for answers? Try searching our database.

Full text catalog does not get associated with the specified FileG

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sameeksha - 04 Jul 2008 06:05 GMT
Hi

I am trying to create a full text catalog on sql server 2008 feb CTP. The
create command executes successfully, however, the catalog does not get
associated with the filegroup specified in the create command. Trying to open
properties of the catalog results in error that filegroup property is not
available for the catalog.

The query "select fulltext_catalog_id, name, data_space_id from
sys.fulltext_catalogs;" returns data_space_id as null.

Creating a full text index on a table in this database also succeeds,
however, the index does not get populated, and no error is returned.

Command "select FULLTEXTCATALOGPROPERTY('FamulusCatalog', 'IndexSize');"
returns 0 as the index size, and property 'PopulationStatus' shows '0' -
meaning idle.

The query "select fulltext_catalog_id, change_tracking_state_desc,
data_space_id, is_enabled
, crawl_start_date, crawl_end_date, crawl_type_desc from
sys.fulltext_indexes;"
returns crawl_start_date and crawl_end_date differing only by a second or so.

Is there anything which I am missing?
Signature

Thanks,
Sameeksha
MCAD.Net

Hilary Cotter - 07 Jul 2008 14:45 GMT
I can't comment on CTP 6 as it is completely obsolete right now.

However in RC0 there is no option in the dialogs as to where you should park
the catalogs, ie which file group.

There is a note in CTP 0's documentation saying:

Note:
The following columns will be removed in a future release of SQL Server:
data_space_id, file_id, and path. Do not use these columns in new
development work, and modify applications that currently use any of these
columns as soon as possible.

> Hi
>
[quoted text clipped - 23 lines]
>
> Is there anything which I am missing?
Hilary Cotter - 07 Jul 2008 19:12 GMT
BTW - catalogs are obsolete. They only are a container for properties of
full-text indexes.
> Hi
>
[quoted text clipped - 23 lines]
>
> Is there anything which I am missing?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.