Windows Server 2008 上安装的 SQL 2000 中的全文搜索
许多年前,我使用 .NET 1 和 SQL 2000 开发了一个网站!最近,该网站的托管提供商已迁移到新服务器(Windows 2008 R2)。服务器上已经安装了 SQL 2000,一切似乎都正常。
过了一段时间,我的老客户打电话给我,询问我在网站上搜索的问题。我已经查过了。我已经为我的数据库激活了 SQL 2000 上的全文功能。
这是网站地址,您可以检查搜索框: http://www.iagh.org/
这是错误:
使用搜索条件“test”在全文目录“Portaj”中搜索数据库 ID 37、表 ID 1171535257 失败,结果未知 (8004110a)。
有什么想法吗?
I've had developed a website many years ago using .NET 1 and SQL 2000! Recently, hosting provider for the site has moved to new server (Windows 2008 R2). SQL 2000 has been installed on the server and everythign seems to be OK.
After a while, my old client called me for a problem on searching in the site. I've checked it. I've activated Full Text feature on SQL 2000 for my database.
Here is the site address and you can check the search box:
http://www.iagh.org/
Here is the error:
Search on full-text catalog 'Portaj' for database ID 37, table ID 1171535257 with search condition '"test"' failed with unknown result (8004110a).
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 这个
Have a look at this
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_26257679.html