all groups > sql server full text search > february 2004 >
You're in the

sql server full text search

group:

Full text installation woes



Re: Full text installation woes jt-kane NO[at]SPAM comcast.net
2/25/2004 5:44:08 PM
sql server full text search: Sky Fly,
The most likely problem is either a missing registry key &/or missing
dll.
You most likely will have to "re-install" the "Full-text Search"
components
via deleting (or renaming) the below "tracking key" and re-install (If
you're not using a named instance, remove "<Instance_Name>\".)

NOTE: be sure to be logged on to the server as either Administrator or
as a
member of the server's Admin Group! The below registry key assumes
that you are using SQL Server 2000:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\<Instance_Name>\Tracking\
{E07FDDA7-5A21-11d2-9DAD-00C04F79D434}

Once you've done removed (renamed) the above tracking key, then delete
the
MSSearch directory from either:

drive_letter:\Program Files\Common Files\Microsoft Shared\
or
drive_letter:\Program Files\Common Files\System\

Then using your SQL Server 2000 installation CD re-install via "Custom
Installation" the Full-Text Search component (it should be
un-checked). When
this completes find and save these files: SearchSetup.log (usually
under
\windows or \winnt folders) and sqlsp.log. If any problems, please
post
these files.

Re-install SQL Server 2000 SP3a, so that the newly installed MSSearch
components are upgraded to SP3a levels.
Re-boot &/or restart the MSSearch and MSSQLServer services.

Note, if the method above fails (and there are other methods) you
might need
to open a support case with Microsoft PSS SQL Server Support...
Regards,
John


[quoted text, click to view]
Full text installation woes Sky Fly
2/25/2004 6:20:17 PM
Hello,

I have a problem with enabling my database for full-text indexing. Every
time I run

sp_fulltext_database 'enable'

I get

Server: Msg 7609, Level 17, State 2, Procedure sp_fulltext_database, Line 46
Full-Text Search is not installed, or a full-text component cannot be
loaded.

I checked/done the necessary things:

The Microsoft Search service is running.

I've reinstalled the full text component from the
SQL Server setup disk.

Running select @@version gives me

Microsoft SQL Server 2000 - 8.00.760 (Intel X86)
Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation
Developer Edition on Windows NT 5.0 (Build 2195: Service Pack 4)

I've tried to enable full text indexing from
Enterprise Manager, but the option is disabled
there.

Is there anything else I can try?

Thanks,


--
Akin

aknak at aksoto dot idps dot co dot uk

Re: Full text installation woes Sky Fly
2/26/2004 6:51:57 PM
Hi John,

Thanks for your answer. In the end, I had
to completely uninstall sql server and
reinstall it to fix the problem.

Cheers,

Akin

[quoted text, click to view]

AddThis Social Bookmark Button