Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Full Text Error

Author  Topic 

Conchango
Starting Member

2 Posts

Posted - 2001-04-10 : 08:45:28
Hi I am trying to get a search engine working by using SQL Server 2000 Full text indexing I have set up all the catalogs and the stored procedure works when I connect to the server via query analyser on my local computer. After I leave it for a while (we have hourly incremental updates) and go back to it after a while I get the following error:-

[Microsoft][ODBC SQL Server Driver][SQL Server]Langauge database/cache file could not be found.

However if i run query analyser on the server itself it works and then the stored procedure works when I connect via my local computer through query analyser.

i.e. running the stored proc in query analyser on the server itself when the error occurs seems to resolve the problem.

Can you please give some inforamation about the error


   

- Advertisement -