Monday, March 12, 2012

msde & indexing service

I have written an SQL Server 2000 Application using the
indexing service for full-text indexing a table. Try to
use MSDE instead of Sql Server
(SQLDMO) oSQLServer.FullTextService.isFullTextInstalled
returns always false
Has anyone an idea what to do?
Thanks Alex
Hi
It is not installed on MSDE. You need to use a full edition of SQL Server
From BOL:
"The Microsoft Search service itself is not installed during an installation
of SQL Server 2000 Desktop Engine (MSDE 2000). While this means that the
Microsoft Search service is not installed on Microsoft Windows 95, Windows
98, Windows NT Workstation, or Windows 2000 Professional clients, these
clients can make use of the service when connected to an instance of SQL
Server 2000 Standard Edition, SQL Server 2000 Developer Edition, or SQL
Server 2000 Enterprise Edition."
(Index: Keyword: MSDE 2000, Full-text Search)
Regards
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"alex" <anonymous@.discussions.microsoft.com> wrote in message
news:03ce01c4e38a$e7dda0b0$a301280a@.phx.gbl...
> I have written an SQL Server 2000 Application using the
> indexing service for full-text indexing a table. Try to
> use MSDE instead of Sql Server
> (SQLDMO) oSQLServer.FullTextService.isFullTextInstalled
> returns always false
> Has anyone an idea what to do?
> Thanks Alex
>
|||
>--Original Message--
>Hi
>It is not installed on MSDE. You need to use a full
edition of SQL Server
>From BOL:
>"The Microsoft Search service itself is not installed
during an installation
>of SQL Server 2000 Desktop Engine (MSDE 2000). While this
means that the
>Microsoft Search service is not installed on Microsoft
Windows 95, Windows
>98, Windows NT Workstation, or Windows 2000 Professional
clients, these
>clients can make use of the service when connected to an
instance of SQL
>Server 2000 Standard Edition, SQL Server 2000 Developer
Edition, or SQL
>Server 2000 Enterprise Edition."
>(Index: Keyword: MSDE 2000, Full-text Search)
>Regards
>--
>Mike Epprecht, Microsoft SQL Server MVP
>Zurich, Switzerland
>IM: mike@.epprecht.net
>MVP Program: http://www.microsoft.com/mvp
>Blog: http://www.msmvps.com/epprecht/
>"alex" <anonymous@.discussions.microsoft.com> wrote in
message
>news:03ce01c4e38a$e7dda0b0$a301280a@.phx.gbl...
>
>.
>
|||Dear Mike,
thanks a lot for your reply. I havn't found any
information about this topic.
Alex
>--Original Message--
>Hi
>It is not installed on MSDE. You need to use a full
edition of SQL Server
>From BOL:
>"The Microsoft Search service itself is not installed
during an installation
>of SQL Server 2000 Desktop Engine (MSDE 2000). While this
means that the
>Microsoft Search service is not installed on Microsoft
Windows 95, Windows
>98, Windows NT Workstation, or Windows 2000 Professional
clients, these
>clients can make use of the service when connected to an
instance of SQL
>Server 2000 Standard Edition, SQL Server 2000 Developer
Edition, or SQL
>Server 2000 Enterprise Edition."
>(Index: Keyword: MSDE 2000, Full-text Search)
>Regards
>--
>Mike Epprecht, Microsoft SQL Server MVP
>Zurich, Switzerland
>IM: mike@.epprecht.net
>MVP Program: http://www.microsoft.com/mvp
>Blog: http://www.msmvps.com/epprecht/
>"alex" <anonymous@.discussions.microsoft.com> wrote in
message
>news:03ce01c4e38a$e7dda0b0$a301280a@.phx.gbl...
>
>.
>

No comments:

Post a Comment