Posted by Eric Bartels
When enabling search in database its very important to have the appropriate indexes defined to make the queries as fast as possible. If your query looks like this (and the appropriate index is defined) the index can be used by the database (the query planner) even with the LIKE-operator. So fast wildcard-searches are possible … [...]
Posted by Eric Bartels
Today the crawler of the search service of my MOSS-Development system stopped working from “one second to another”. The crawl-log showed me this error. The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly.. The start is essential I reconfigured everything, I checked [...]
Posted by Eric Bartels
Today I was installing a hotfix from Microsoft to get rid of an error. After installing one had to run the SharePoint Products and Technologies Configuration Wizard (psconfig) to complete the installation and update the database-schema. This failed with the following error. Failed to initialize SharePoint Products and Technologies upgrade. An exception of type System.ServiceProcess.TimeoutException [...]