Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sqlzagi
Starting Member
11 Posts |
Posted - 2007-05-20 : 08:30:21
|
Hi,we are implementing full text search in our database, but I have a problem while trying to do this in another machine.In one server in was OK, and this command was running for some time:EXEC sp_fulltext_table 'accounts', 'Start_change_tracking'GOBut in another server where I want to do, it's being finished very fast the execution of the script for full text.CAN YOU PLEASE SUGGEST WHERE THE PROBLEM CAN BE? IS THERE ADDITIONAL CONFIGURATION IN OPERATING SYSTEM OR SQL THAT I SHOULD ENABLE, OR ANY ADDITIONAL SERVIVICE I SHOULD START?Thank you,BaniSQL |
|
sqlzagi
Starting Member
11 Posts |
Posted - 2007-05-20 : 12:20:09
|
I will attach as well message on Event Viewer Log:Event Type: WarningEvent Source: Microsoft SearchEvent Category: Gatherer Event ID: 3024Date: 5/20/2007Time: 5:40:04 PMUser: N/AComputer: FRZSRVNEWDescription:The crawl for project <SQLServer SQL0000900008> could not be started, because no crawl seeds could be accessed. Fix the errors and try the crawl again.Thanks,SqlZagi |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-05-20 : 17:25:15
|
Is mssearch service running under local system account? Is local system a member of sysadmin role? |
 |
|
|
|
|