Can I register/install Search.CollatorDSO.1 manually

删除回忆录丶 提交于 2019-12-31 00:43:08

问题


I'm currently trying to search through some indexed files using the windows.search service. My problem is that windows search cannot be installed on the web server because its a 'web edition'. Error message received is:

Search.CollatorDSO.1 provider is not registered on the local machine

However the index that I'm searching is on another server which does have windows search installed and I'm querying it remotely. This was all working fine in development but only because I have windows.search installed on my dev box.

My question is whether it's possible to get the provider to run on the web server seeing as it's not querying an index on itself.

I'm looking for a way to manually register Search.CollatorDSO.1 on the webserver. Either install or as a dll I can drop in the bin of the web application. So far I've found no reference on how to do this so any help is appreciated.


回答1:


After lots of digging around, the answer has been found.

Downloading and installing Windows Search Server does not install the OLE DB provider. Neither does installing the Windows SDK. The provider is installed when the Windows Search Service is installed.

On Win7/8 desktop OS, this is installed be default (I believe). On server, you have to enable the feature.



来源:https://stackoverflow.com/questions/16788674/can-i-register-install-search-collatordso-1-manually

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!