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

Can't repopulate Catalog: change tracking not working/repo..

 
   Database Forums (Home) -> Full Text RSS
Next:  Execute DTS Package from stored procedure and pas..  
Author Message
dreamer

External


Since: Jan 24, 2006
Posts: 2



(Msg. 1) Posted: Thu Feb 14, 2008 11:54 am
Post subject: Can't repopulate Catalog: change tracking not working/repopulate
Archived from groups: microsoft>public>sqlserver>fulltext (more info?)

Hello,

I am using SQL server 2005. I have added some tables to a catalog
(they have auto increment PK, timestamps and change tracking is
enabled). The database was backed up/restored from SQL server 2000 to
SQL server 2005.

Here's the issue:
- When I insert new records, they're not added to the catalog (I can't
search for them but I can find older records). So change tracking does
not seem to work.
- I tried rebuilding the catalog with no luck
- "Repopulate Catalog" under Full Text catalog properties is grayed
out/disabled
- I tried running EXEC sp_fulltext_catalog 'myCatalog', 'start_full'
and exec sp_fulltext_catalog 'myCatalog', 'start_incremental' but I
get the following error for each table in the catalog:
Warning: Request to start a full-text index population on table or
indexed view 'dbo.TestTable' is ignored because a population is
currently active for this table or indexed view.

Any idea why change tracking is not working and repopulate catalog is
grayed out?

I really appreciate your help

Ben

 >> Stay informed about: Can't repopulate Catalog: change tracking not working/repo.. 
Back to top
Login to vote
dreamer

External


Since: Jan 24, 2006
Posts: 2



(Msg. 2) Posted: Sat Feb 16, 2008 8:25 pm
Post subject: Re: Can't repopulate Catalog: change tracking not working/repopulate [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 14, 11:54 am, wrote:
> Hello,
>
> I am using SQL server 2005. I have added some tables to a catalog
> (they have auto increment PK, timestamps and change tracking is
> enabled). The database was backed up/restored from SQL server 2000 to
> SQL server 2005.
>
> Here's the issue:
> - When I insert new records, they're not added to the catalog (I can'tsearchfor them but I can find older records). So change tracking does
> not seem to work.
> - I tried rebuilding the catalog with no luck
> - "Repopulate Catalog" underFullTextcatalog properties is grayed
> out/disabled
> - I tried running EXEC sp_fulltext_catalog 'myCatalog', 'start_full'
> and exec sp_fulltext_catalog 'myCatalog', 'start_incremental' but I
> get the following error for each table in the catalog:
> Warning: Request to start afull-textindex population on table or
> indexed view 'dbo.TestTable' is ignored because a population is
> currently active for this table or indexed view.
>
> Any idea why change tracking is not working and repopulate catalog is
> grayed out?
>
> I really appreciate your help
>
> Ben

Anybody has any idea?

Thanks!

Ben

 >> Stay informed about: Can't repopulate Catalog: change tracking not working/repo.. 
Back to top
Login to vote
Hilary Cotter

External


Since: Oct 09, 2005
Posts: 78



(Msg. 3) Posted: Mon Feb 18, 2008 12:36 pm
Post subject: Re: Can't repopulate Catalog: change tracking not working/repopulate [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You may have to wait until the population is complete.

Did you try this

alter fulltext index on tableName set change_tracking auto

On Feb 16, 11:25 pm, wrote:
> On Feb 14, 11:54 am, wrote:
>
>
>
>
>
> > Hello,
>
> > I am using SQL server 2005. I have added some tables to a catalog
> > (they have auto increment PK, timestamps and change tracking is
> > enabled). The database was backed up/restored from SQL server 2000 to
> > SQL server 2005.
>
> > Here's the issue:
> > - When I insert new records, they're not added to the catalog (I can'tsearchfor them but I can find older records). So change tracking does
> > not seem to work.
> > - I tried rebuilding the catalog with no luck
> > - "Repopulate Catalog" underFullTextcatalog properties is grayed
> > out/disabled
> > - I tried running EXEC sp_fulltext_catalog 'myCatalog', 'start_full'
> > and exec sp_fulltext_catalog 'myCatalog', 'start_incremental' but I
> > get the following error for each table in the catalog:
> > Warning: Request to start afull-textindex population on table or
> > indexed view 'dbo.TestTable' is ignored because a population is
> > currently active for this table or indexed view.
>
> > Any idea why change tracking is not working and repopulate catalog is
> > grayed out?
>
> > I really appreciate your help
>
> > Ben
>
> Anybody has any idea?
>
> Thanks!
>
> Ben- Hide quoted text -
>
> - Show quoted text -
 >> Stay informed about: Can't repopulate Catalog: change tracking not working/repo.. 
Back to top
Login to vote
Display posts from previous:   
   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 ]