Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / March 2006

Tip: Looking for answers? Try searching our database.

Problem with Full-text searching

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Andrew - 14 Dec 2005 16:02 GMT
I am getting this error message from SQL Server when attempting any full-text
catalog operation:

Error 7619: Execution of a full-text operation failed. The parameter is
incorrect.

The service appears to be installed and running on Windows 2003 Server and
the error appears to be coming from stored procedures like
sp_fulltext_database. What do I need to check next to resolve this problem?
Hilary Cotter - 15 Dec 2005 18:06 GMT
can you create your catalog or fulltext indexes through the wizard?

Signature

Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

>I am getting this error message from SQL Server when attempting any
>full-text
[quoted text clipped - 7 lines]
> sp_fulltext_database. What do I need to check next to resolve this
> problem?
Andrew - 15 Dec 2005 20:10 GMT
> can you create your catalog or fulltext indexes through the wizard?

No. The wizard terminates after this error message appears.
Hilary Cotter - 16 Dec 2005 14:59 GMT
This appears to be windows 2000. Can do any operations through tsql, such as
creating a table.

Can you try this for me

create database fulltextest
GO
use fulltextest
GO
sp_fulltext_database 'enable'
GO
create table fulltext
(pk int not null identity constraint pk primary key,
charcol char (20))
GO
sp_fulltext_catalog 'test','create'
GO
sp_fulltext_table 'fulltext', 'create', 'test','pk'
GO
sp_fulltext_column 'fulltext','charcol','add'
GO
sp_fulltext_table 'fulltext','start_full'
GO

Signature

Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

>> can you create your catalog or fulltext indexes through the wizard?
>
> No. The wizard terminates after this error message appears.
Andrew - 27 Dec 2005 22:57 GMT
> This appears to be windows 2000. Can do any operations through tsql, such as
> creating a table.
>
> Can you try this for me
>
> create database fulltextest

The first step that broke was the one with sp_fulltext_database 'enable'. I
worked it out with a Microsoft support engineer, though.
Cammie Watson - 06 Mar 2006 14:52 GMT
Andrew,

Can you let us know how you resolved this as we are geting exactlythe same
problems.

Cammie

> > This appears to be windows 2000. Can do any operations through tsql, such as
> > creating a table.
[quoted text clipped - 5 lines]
> The first step that broke was the one with sp_fulltext_database 'enable'. I
> worked it out with a Microsoft support engineer, though.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.