Showing posts with label Sharepoint - Search. Show all posts
Showing posts with label Sharepoint - Search. Show all posts

Monday, October 5, 2009

An unhandled exception occurred in the user interface.Exception Information when starting Sharepoint Office Search

Symptom:

You receive "An unhandled exception occurred in the user interface.Exception Information: Osearch - Xuser accountX" when starting the office search role.

Resolution:

Ensure you specify the domain before the user account when configuring the search account in the Central Admin e.g. DOMAIN\Search_Account

Saturday, October 3, 2009

Receive Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) when modifying Sharepoint crawl schedule

Symptom:

Receive the following when configuring a full/incremental crawl schedule in you SSP.
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

Resolution:

- Log into the server that is running the office search indexing.
- Open up a command prompt and visit C:\Windows.
- Run the following command “attrib –s tasks”
- View the security permission of C:\windows\tasks through windows explorer
- Give built in account “WSS_WPG” modify rights to the folder
- Run the following command “attrib +s tasks” to complete the configuration.

Tuesday, September 22, 2009

Correct steps for anonymous access search results when using Content Deployment.

This tip is for administrators that have configured Content Deployment before. If you wish to content deploy content to an external public facing farm however you only want users to view anonymous search results (hide results that require authenication) then do the following:

- Delete any existing search crawls on the destination farm.
- Create a web application and blank site collection on the destination farm. Ensure you have the exact same features/solutions deployed from the source on the destination farm. (Ensure anonymous is disabled on the destination web app).
- Configure and execute a full content deployment to the new web app/site collection.
- Enable anonymous on the destination web app and inside the root site collection.
- Running a full crawl.

Once the full crawl has run successful visit the external site and you should now only see anonymous allowed results when running a search.