Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / December 2004

Tip: Looking for answers? Try searching our database.

Catalog Population Fails on Cluster

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Binder - 16 Dec 2004 14:52 GMT
I have an installation that move their database to a cluster server.
SQL2000 has SP3 applied.

We created a new FTS against a single table, single row.
The table has 500,000 rows of data.

When I select "Start Full Population" the task completes immediately and the
count is one.

The edited text from the Application Log follows:

Event Type: Information
Event Source: Microsoft Search
Event Category: Gatherer
Event ID: 3019
Date:  12/14/2004
Time:  4:10:34 PM
User:  N/A
Computer: NT-TWDB2
Description:
The crawl on project <SQLServer SQL0000500005> has started.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Event Type: Warning
Event Source: Microsoft Search
Event Category: Gatherer
Event ID: 3035
Date:  12/14/2004
Time:  4:10:35 PM
User:  N/A
Computer: NT-TWDB2
Description:
One or more warnings or errors for Gatherer project <SQLServer
SQL0000500005> were logged to file <S:\Program Files\Microsoft SQL
Server\MSSQL\FTData\SQLServer\GatherLogs\SQL0000500005.1.gthr>. If you are
interested in these messages, please, look at the file using the gatherer
log query object (gthrlog.vbs, log viewer web page).

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Event Type: Warning
Event Source: Microsoft Search
Event Category: Gatherer
Event ID: 3036
Date:  12/14/2004
Time:  4:10:35 PM
User:  N/A
Computer: NT-TWDB2
Description:
The crawl seed <MSSQL75://SQLServer/318258d2> in project <SQLServer
SQL0000500005> cannot be accessed. Error: 8007007f - The specified procedure
could not be found.  .

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Event Type: Warning
Event Source: Microsoft Search
Event Category: Gatherer
Event ID: 3024
Date:  12/14/2004
Time:  4:10:35 PM
User:  N/A
Computer: NT-TWDB2
Description:
The crawl for project <SQLServer SQL0000500005> could not be started,
because no crawl seeds could be accessed. Fix the errors and try the crawl
again.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Event Type: Information
Event Source: Microsoft Search
Event Category: Gatherer
Event ID: 3018
Date:  12/14/2004
Time:  4:10:36 PM
User:  N/A
Computer: NT-TWDB2
Description:
The end of crawl for project <SQLServer SQL0000500005> has been detected.
The Gatherer successfully processed 0 documents totaling 0K. It failed to
filter 1 documents. 0 URLs could not be reached or were denied access.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

I followed the recommendations of
http://support.microsoft.com/default.aspx?scid=kb;en-us;817301,

PRB: Microsoft Search Full-Text Catalog Population Fails When You Upgrade
SQL Server 2000 Failover Cluster to SQL Server 2000 Service Pack 3

I registered every dll in the Bin folder.

This did not help.

Where do I go from here?
John Kane - 16 Dec 2004 16:05 GMT
Binder,
First of all, thank you for providing the "Microsoft Search" source events
from your server's Application event log as this is very helpful info in
troubleshooting this SQL FTS issue in a clustered environment!

The key error here is "Error: 8007007f - The specified procedure could not
be found." and the two following KB articles may be appropriate to this
problem, but the error reference in KB article Q304282 - "80070002 - The
system cannot find the file specified" is close, but not exactly the same
error (8007007f ). Reviewing past postings in this newsgroup, I found one
with your error and a past poster suggested this can be resolved via
re-running the SearchStp.exe program from SP3 file. Another suggestion was
to change the (fulltext) dependency to the SQL Agent - in a clean install -
this stops all errors from occurring. Below are the KB articles:

Q304282 PRB: Full Text Resource Fails to Come Online on a Cluster with
"Event ID 1069 :
SQL Cluster Resource 'Full Text' failed" Error Message
http://support.microsoft.com/default.aspx?scid=kb;en-us;304282&sd=tech

812666 How to recover a failed full-text search resource on a clustered
instance of SQL Server 2000
http://support.microsoft.com/default.aspx?kbid=812666

Hope this helps!
John

> I have an installation that move their database to a cluster server.
> SQL2000 has SP3 applied.
[quoted text clipped - 98 lines]
>
> Where do I go from here?
Binder - 16 Dec 2004 17:05 GMT
John,

If the original database was backed up from another server then restored to
this cluster machine, is the FTData directory
copied from the original machine also?  Does a restore affect the FTData
directory?

I believe they installed SQL to the cluster with FTS, then did a restore
from the other machine's backup.
Wouldn't the FTData folder be created when FTS was installed with the
initial SQL setup?

If this is the case, would the issues you reference concerning the FTData
folder and its files be a possible source of the problem?

Rg

> Binder,
> First of all, thank you for providing the "Microsoft Search" source events
[quoted text clipped - 127 lines]
> >
> > Where do I go from here?
John Kane - 17 Dec 2004 04:04 GMT
Binder,
No, the FTData directory (and files under it) are not backed up with a
database backup for SQL Server 2000 and SQL Server 7.0, but this will be a
new feature in SQL Server 2005 (Yukon). However, the FTData directory is
installed by default by SQL 2000 Enterprise Edition, but not necessarily at
the same location as the original database, i.e.., different installation
paths.

If a restore was done to the same database, then an internal system table
(sysfulltextcatalogs) may not have the correct path (a value of null is
normal), as if the source server's location of the FT Catalog (may be
different from the FTData directory) is different from the destination
server's location of the FT Catalog then this may be the cause of the error.
Note, for clustered environments, the FT Catalog can only exist on the
shared drive and if the  source server's drive letter for the FT Catalog is
different, then this can be correct in the sysfulltextcatalogs table. If
this is the problem, when you create a new FT Catalog in this database it
will fail with an error. Could you try this?

Thanks,
John

> John,
>
[quoted text clipped - 151 lines]
> > >
> > > Where do I go from here?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.