Profiel van puneetAchilles WatchesFoto'sWeblogLijstenMeer ![]() | Help |
Achilles WatchesKeep an eye for Everything coz there's no such thing as irrelevant Information SharePoint + This might also be because an indexer move is in progressI got this exception while developing on the SharePoint enterprise search.
"Microsoft.Office.Server.Search.Query.SearchServiceNotFoundException: The search request was unable to connect to the Search Service. at Microsoft.Office.Server.Search.Query.FullTextSqlQuery.Execute()" And i could not access the search settings in the shared service provider. I was getting the following message: "The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress"
The way to get start back again is to restart the Office Search service. This can be accessed via the "services.msc" in the command prompt.
Thanks,
Puneet.H SharePoint: Web User Control in master pagesI was using the SharePoint designer and instantiated the User Control (placed in CONTROL TEMPLATES) I created for the top navigation bar in the master page.
Since i was working with the split mode. I didnt see any HTML of the user control in the page. So this is the tricky part, i had not given the id for the instance on the page.
Enjai,
Puneet.H
SharePoint: Caml Query- Time being ignoredHey All, Caml query not using the time part in datetime. If your are doing a caml query and you see that your time is being ignored in datetime try this:
<Value Type=”DateTime” IncludeTimeValue=”TRUE”><Today /></Value>
You have to use IncludeTimeValue=”TRUE”.
Found this blog which explained it, and works like a dream.
Enjai,
Puneet.H |
|
||||
|
|