I have a server that was built using our default locked down SOE. A couple of the websites that are on it need the contents of the site indexed. I have so far worked out how to get the indexing service re-installed via adding the line: IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7 to the c:\windows\inf\sysoc.inf, and then in add/remove windows components I see the indexing service, I selected install.
It installs everything ok (the setupqry.inf seems fine compared to my workstation). I can't start the service, but I found the reg keys that are set to not allow it's install (one is HKLM\System\currentcontrolset001\control\contentindex\DonotStartCiSvc, there is another I just did a search) I tried setting these to 0, the service allowed to be started, but still nothing indexed, so I deleted the keys, still nothing.
I can now open the cisvc.msc and create catalog's but even setting the indexing service to dedicated indexing server or forcing index of one of the catalogs does not fill up with the documents that are to be indexed.
I have monitored the service with Filemon and Processmon and compared to my WindowsXP workstation. It doesn't seem to call the cidaemon.exe on the server (nothing in filemon about a permissions issue, even set the service to run as domain admin).
I have done dependecy walks, on the cisvc.exe and cidaemon.exe and associated dll's and none are unmet, it even creates the catalog.wci folders in the dites, but only three files in there.
I am completely lost as where to go from here, I would love to just fix it, rather than have to build a new server just for indexed sites. Anyone have any ideas?