John thank you for your reply...
The instance of the SLQ server 2000 is running on my
computer under the localsystem account. I am connecting
with EM on my computer running the service, not from
another client computer. in EM the local server is
registered with Windows Authentication.
Isnt there a way for me to administer Full Text Search
from EM under these conditions? Seems like the most
straightforward configuration to me.
thanks again
Benoit
You're welcome, Benoit,
If you are using the (system) LocalSystem account to start & run the
MSSQLServer service, then it should work. This is the exact configuration
I'm using on my home server and it works for me. Can you re-confirm that you
are not using a local machine account, check the EM server property security
tab and "system account" should be marked. Can you use the system stored
procedures to create and populate FT Catalogs on this server, (see SQL 2000
BOL for examples of use):
a.. sp_fulltext_database -- Initializes full-text indexing or removes all
full-text catalogs from the current database.
a.. sp_fulltext_catalog -- Creates and drops a full-text catalog.
a.. sp_fulltext_table -- Marks or unmarks a table for full-text indexing.
a.. sp_fulltext_column -- Adds columns to full-text indexes.
Regards,
John
> John thank you for your reply...
>
[quoted text clipped - 55 lines]
> >
> >.
Hilary Cotter - 16 May 2004 13:22 GMT
I find sometimes you have to right click on your SQL FTS catalog in EM, and
refresh it. Sometimes through a combination of manipulating your catalogs
you can enable your Full Text menus.

Signature
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html
> You're welcome, Benoit,
> If you are using the (system) LocalSystem account to start & run the
[quoted text clipped - 73 lines]
> > >
> > >.
hello,
thank you both for your help. the system stored procedures
are working fine to create/populate catalogs but my menus
are still disabled. I have another computer with the exact
same configuration and all the menus are enabled. Ive seen
others users report the same bug but with no answer.
Guess Ill stick to the system stored procedures. Thanks
again
Benoit
>-----Original Message-----
>I find sometimes you have to right click on your SQL FTS catalog in EM, and
[quoted text clipped - 83 lines]
>
>.
John Kane - 18 May 2004 05:21 GMT
Benoit,
A couple of additional questions... Are you accessing the server with this
problem via the internet using the EM? Also, how have you registered this
server in the EM via the server name, as an IP address or as a server alias?
If you're using either an IP address or a server alias, could you delete and
re-register the server with the true server's name? and then re-test the
FT-enabled table's properties and confirm if the FT menus are still grayed
out.
Thanks,
John
> hello,
>
[quoted text clipped - 116 lines]
> >
> >.