Microsoft have changed the way in which you populate a full text catalogue in SQL 2005 over sql 2000.
First ensure that the DB supports full text catalogues and then run the following SQL command against the relevant DB:
ALTER FULLTEXT INDEX ON SET CHANGE_TRACKING auto
Tags:
SQL