Groups | Blog | Home
all groups > sql server full text search > august 2004 >

sql server full text search : Basics, just the basics, please (BUMP)


RDavid
8/30/2004 2:59:29 PM
John,
I've bumped this up because I have been so busy on other things that I was
afraid that it would get lost in the other messages....

On my SQL Server, as I had mentioned, I have two Server Groups: (local) and
SVR1/SHAREPOINT. When I try to use the SQL Analyzer to run the EXEC... you
wanted me to run, I cannot "see" the SVR1/SHAREPOINT server group, it will
only allow me to see the (local) one. I'm logging in as 'Administrator' so
I assumed that I should have access to everything. But in the SQL Analyzer
I can't get to it, but in the Enterprise Manager both groups show up.

Oh great guru, what words of wisdom can you impart on this lowly (read
'helpless'), but trying, IT worker?

Thanks for your help,
Rich




[quoted text, click to view]




[quoted text, click to view]
John Kane
8/30/2004 3:12:22 PM
Hi Rich,
Not to worry... as I do actively monitor this newsgroup! Is the server
"SVR1" your local machine or a remote server? If it is local, then should be
able to run the follow EXEC from your (local) server when logged into your
(local) SQL Server as administrator or as sa as all it does is read a
registry key on the local server.

EXEC master..xp_regread 'HKEY_LOCAL_MACHINE',
'SYSTEM\CurrentControlSet\Services\MSSQL$SHAREPOINT', 'ObjectName'

If SVR1 is not your local machine, could you have someone who has direct
access to the remote server run the above SQL code on the remove server?
Note, (s)he too should be admin or have sa access to that server. This is
less an issue of how you are logged on and more an issue of how the
MSSQLServer service on either your local or remote server is started and
what is the account for that service.

Thanks,
John




[quoted text, click to view]
RDavid
8/30/2004 5:24:07 PM
Hi John,
I've about had it with this whole mess. I think I'm gonna issue 3x5 index
cards for everyone to just write down information and to heck with SQL
Server.

Okay. The server I've been trying to get FTS running on is about 12 feet
behind me. So I rolled my chair back there and logged off as Administrator
and logged in as myself. When I called Query Analyzer up, it asked for the
connection, so I gave it SVR1/SHAREPOINT and suddenly it just showed me what
it wouldn't show me before. <Grrrrrr>

I ran the EXEC and the response was Data=LocalSystem

So now that I found that out I went to the KB you indicated and read it, and
read it and read it and read it. It makes me think that I might just need a
16 pound sledge hammer instead of only an 8 pound sledge. I guess the
options of dealing with a stored procedure to perform the indexing
(database, table, column, etc) is a matter of review and considerations and
trade offs as far as speed and needs. I need to find the tech-writer for
WSS and have him/her reread the step by step instructions they show to make
FTS work. It isn't any little trivial thing and yet the documentation is
just, 'set this flag and save and voila!' Right, not hardly.

So I need to find out which table/column needs to be searchable and then
plan out which sp_ to use.

Your help has been enormous and I'm very appreciative. I still feel dumb,
but maybe some of this will finally sink in.

Thank you,
Rich



[quoted text, click to view]
John Kane
8/30/2004 9:18:19 PM
You're welcome, Rich,
Yea, I hear you and understand your frustration as I once told an ex-SQL PM,
that troubleshooting FTS is like trying to figure out what's on the other
side of a black hole - as in nothing escapes a black hole, not even light -
so it's very difficult to see what's on the other side of a black hole!

Anyways, the fact that the EXEC returned LocalSystem is a good thing... Now,
what I need to understand is how you have the remote server "registered" in
your SQL Server Enterprise Manager. Are you using the machine name or it's
IP address or an alias for the server?

While KB articles are sometimes not easy to understand (even for me and I
wrote a few of them! ;), the following SharePoint KB article, while not
directly related to SQL Server and SharePoint Portal Server, *might* be
helpful to you...

837367 How to turn on full-text search (FTS) in WSS (SharePoint) on a
Windows SBS 2003-based computer
http://support.microsoft.com/?kbid=837367

823377 (WSS) The database this server is using does not support search When
You Configure Full-Text Search for the Virtual Server
http://support.microsoft.com/default.aspx?kbid=823377

Also, if you have the Windows SharePoint Services 2.0 Administrator's Guide
help (a .chm file), you should also checkout title "Migrating from WMSDE to
SQL Server".

Regards,
John



[quoted text, click to view]
RDavid
9/1/2004 4:15:57 PM
John, you have the patience of Jobe.

And the saga continues...

In SQL Mgr a right click on the servers shows:

SVR1\SHAREPOINT
Server: SVR1\SHAREPOINT (combo box is disabled and ellipse is also
disabled)
Connection: Use Windows authentication is checked (Use SQL Server Auth
is NOT checked)
Options: Server Group = SQL Server Group (combo box only shows the one
group)
Display SQL Server in console = Checked
Show system db and objects = Checked
Auto start when connecting = Checked

(LOCAL)
Server: (LOCAL) (combo box is disabled and ellipse is also disabled)
Connection: Use Windows authentication is checked (Use SQL Server Auth
is NOT checked)
Options: Server Group = SQL Server Group (combo box only shows the one
group)
Display SQL Server in console = Checked
Show system db and objects = Checked
Auto start when connecting = Checked

When I click on the Add new registration for server the server I'm working
on (SVR1) is not listed. So the group only has (LOCAL) and SVR1\SHAREPOINT
but not SVR1 by itself.

You asked...
[quoted text, click to view]
server?
I think the info above shows this (I think) but, the server name is SVR1 and
the domain name is CPM-South.



Also, I began to read the KB's you noted (thank you) and it seems that in
either case I've got to install SP3A. Well after viewing the webcast (some
of it anyway) on SP3A I'm not so sure that I want to get into that. I mean
there's a whole ton of new and different things any one of which could start
a nuclear meltdown on my SBS2003 server. If I don't do SP3A am I just
simply destined to have this orphan database (SVR1\SHAREPOINT), never to be
usable in either FTS or via Visual Studio? I hate to say this but my
options don't appear all that good.

All your info seems pretty good and I thank you for your help.

Rich




[quoted text, click to view]
it
AddThis Social Bookmark Button