Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Full text catalog does not get associated with the specifi..

 
   Database Forums (Home) -> Full Text RSS
Next:  Nomalization Tasks  
Author Message
Sameeksha

External


Since: Jul 03, 2008
Posts: 3



(Msg. 1) Posted: Thu Jul 03, 2008 10:05 pm
Post subject: Full text catalog does not get associated with the specified FileG
Archived from groups: microsoft>public>sqlserver>fulltext (more info?)

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?
--
Thanks,
Sameeksha
MCAD.Net

 >> Stay informed about: Full text catalog does not get associated with the specifi.. 
Back to top
Login to vote
Hilary Cotter3

External


Since: Aug 28, 2004
Posts: 1259



(Msg. 2) Posted: Mon Jul 07, 2008 9:45 am
Post subject: Re: Full text catalog does not get associated with the specified FileG [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.




"Sameeksha" wrote in message

> 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?
> --
> Thanks,
> Sameeksha
> MCAD.Net

 >> Stay informed about: Full text catalog does not get associated with the specifi.. 
Back to top
Login to vote
Hilary Cotter3

External


Since: Aug 28, 2004
Posts: 1259



(Msg. 3) Posted: Mon Jul 07, 2008 2:12 pm
Post subject: Re: Full text catalog does not get associated with the specified FileG [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

BTW - catalogs are obsolete. They only are a container for properties of
full-text indexes.
"Sameeksha" wrote in message

> 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?
> --
> Thanks,
> Sameeksha
> MCAD.Net
 >> Stay informed about: Full text catalog does not get associated with the specifi.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Rebuilding Full Text Catalog - Hi, I have created a db install app that will install all datatables, build full-text catalogs and add job scheduler to populate the catalogs several times a day. However, I would also like my catalogs to be rebuilt every midnight and repopulated again...

sql 2000 full text catalog question - Hi all. I have two tables setup for full text indexing. If full text catalogs where created and are being populated once a week fully and incrementally every day. Would full text still work if Full - Text Search Engine is stopped? Thanks

Full Text Catalog Not Building - Hi, We have created a catalog for our search engine in our website and everything was working fine before. Right after we created a new stored procedure that updates the table in which the catalog was referencing to, our search engine stopped working. W...

setting up full-text catalog - Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 Copyright (c) 1988-2003 Microsoft Corporation Developer Edition on Windows NT 5.1 (Build 2600: Service Pack 2) I need help on setting up Full-Text searching. I've got 2 tables:..

Full Text catalog not working - Hi I am trying to create a Full Text Xatalog, but after entering the name, I am getting an error message saying that The Microsoft Search Service cannot be administered under the present user account. I am administrator, and as far as i can see both..
   Database Forums (Home) -> Full Text All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]