You're welcome, Jay,
Despite what you see as "Full Text Indexing is grayed out", it is most
likely that Full Text Search (FTS) is installed because of what you see when
you attempt to add the "Full-Text Search" components via SQL Setup and
"custom installation" where the "Full-Text Search" component option is
already checkmarked. Correct?
If the above is not correct, you may have the MSSQLServer service running
under a local machine account, if so, then checkout KB article Q270671
(Q270671) "PRB: Full Text Search Menus Are Not Enabled for Local Windows NT
Accounts" at:
http://support.microsoft.com/default.aspx?scid=KB;en-us;q270671 If the above is correct, then you can force the removal of the checkmark via
the removal or renaming of the following tracking registry key and the
following procedure 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!
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\<Instance_Name>\Tracking\
{E07FDDA7-5A21-11d2-9DAD-00C04F79D434}
Once you're 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 the service pack that you may have applied to SQL Server 2000, so
that the newly re-installed MSSearch components are upgraded to SP3a levels
and then re-boot &/or restart the MSSearch and MSSQLServer services.
You may also want to consult or perform the procedures document in the
following Kb article: 827449 "How to manually reinstall the Microsoft Search
service for an instance of SQL 2000" at:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;827449 Finally, and considering that this is a clustered environment, you may also
want to review the following KB articles:
812666 "How to recover a failed full-text search resource on a clustered
instance of SQL Server 2000" at:
http://support.microsoft.com/default.aspx?kbid=812666 "The full-text search results that are returned in a clustered SQL Server
2000 environment may be different when the active node changes" at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;889708 Hope that helps!
John
--
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/ [quoted text, click to view] <jay.griffin@burke.com> wrote in message
news:1107270434.064396.309410@c13g2000cwb.googlegroups.com...
> Thanks for your help. It is SQL 2000 Enterprise (A/P) on Windows 2000
> Adv Server. Sorry to omit that important information.
>
> Here is my problem -- Full Text indexing is not installed. When I try
> to do what you indicated, Full Text Indexing is grayed out.
>
> I was installing some other software which was going to create a
> database. It gave the a warning that Full text indexing was not
> installed and the software would not function properly.
>
> If I go into the SQL Setup, I can't add/remove components. The only
> option I have is to Uninstall. I am wondering how I can add full-text
> indexing.
>
> Thanks for your help,
> Jay
>
>
> John Kane wrote:
> > Jay,
> > Could you post the full output of -- SELECT @@version -- as this is
> helpful
> > in understanding your current clustered environment.
> >
> > For the time being, I'm going to assume that you have a clustered SQL
> Server
> > 2000 A/P environment. Correct? If so, then you should be using SQL
> Server
> > 2000 Enterprise Edition and Full-text Indexing (and Full-text Search,
> often
> > referred to as SQL FTS) is installed by default.
> >
> > You can use the SQL Enterprise Manager and select Server and
> database, you
> > want to FT-enable and click on Tools -> Full-text Indexing to launch
> the FT
> > Indexing Wizard. This wizard (SQLFTWiz.exe) will walk you though all
> the
> > necessary steps for adding Full-text Indexing to a selected table.
> Note, the
> > table, must have a single column, non-nullable, unique index to
> qualify for
> > a table to be FT Indexed. Also, the only restriction for FTI in a
> clustered
> > environment, is that the FT Catalog, must be created on the shared
> disk
> > drive in your clustered environment.
> >
> > You may also want to do this via pure T-SQL code, and if so, checkout
> "Full
> > Text Indexing using T-SQL from a Profiler Trace" at
> >
>
http://spaces.msn.com/members/jtkane/Blog/cns!1pWDBCiDX1uvH5ATJmNCVLPQ!304.entry
> > and this blog entry will walk you though all the necessary T-SQL
> code.
> >
> > Hope that helps!
> > John
> > --
> > SQL Full Text Search Blog
> >
http://spaces.msn.com/members/jtkane/ > >
> >
> >
> > <jay.griffin@burke.com> wrote in message
> > news:1107212619.013634.8160@c13g2000cwb.googlegroups.com...
> > > Ihave an Active/Passive Cluster. Can someone point me to a Technet
> > > article or provide the steps for adding Full-text indexing?
> > > I can't seem to find one!
> > >
> > > Thank you.
> > > Jay
> > >
>