A request to start a full-text index population on table or indexed view '%1!s!' is ignored because a population is currently ...

A request to start a full-text index population on table or indexed view '%1!s!' is ignored because a population is currently paused. Either resume or stop the paused population. To resume it, use the following Transact-SQL statement: ALTER FULLTEXT INDEX ON %2!s! RESUME POPULATION. To stop it, use the following statement: ALTER FULLTEXT INDEX ON %3!s! STOP POPULATION.