Saturday, June 25, 2011

Cleaning up a rogue SharePoint 2010 Shared Service Application

A couple of weeks ago I run into problems with a SharePoint 2010 Search SSA which apparently did not work anymore. Nothing helped to get it working again so we decided to delete it. Unfortunately doing this through the UI did not work nor did using Powershell. So we decided to just delete the associated SQL database. Afterwards I needed to remove the reference in the SSA administration screen. Luckily there is a stsadm command to do this:

Stsadm -o deleteconfigurationobject -id “GUID identifying the Search SSA”

To get at the GUID for the Search SSA – you can use the Get-SPEnterpriseSearchServiceApplication Powershell command.

This is probably not the recommended way of doing this but if nothing else helps you can still revert to this method.

Tuesday, June 07, 2011

Seven useful tips and tools for Windows Phone 7 developers

If you think I left something out – do not hesitate to leave a comment.

Monday, June 06, 2011

Windows Phone 7 and the LongListSelector

If you are using a Windows Phone 7 you have probably seen the elegant way that you can navigate across all of your contacts in the People Hub by using a jump list with the first letters of the names. If you are not using WP7 take a look at this YouTube video explaining the concept:

If you want to use something similar yourself in your own Windows Phone 7 apps, you should take a look the Silverlight for Windows Phone Toolkit – one of the tools you will find in there is the LongListSelector – this control allows you to build a grouped list of items (basically you are grouping by first letter of the first name or last name).

Here are some links to get you started:

Thursday, May 26, 2011

Having problems with FAST and the Microsoft Information Worker virtual image , try creating a new certificate …

If you want to try out FAST and SharePoint without having to do a complete install yourself you can  use the 2010 Information Worker Demonstration and Evaluation Virtual Machine (RTM) image – which also includes FAST Search Server 2010 for SharePoint. Don’t forget to update the certificate though because this image uses a self signed certificate which has expired – for a detailed description how to do this correctly check out remember to give your SharePoint 2010 Information Worker Virtual Machine a fresh certificate

Wednesday, May 25, 2011

Community Day 2011 registrations are open ….

Registrations are open for Community Day 2011  - do not hesitate to register for this whole day of technical sessions – free of charge. Registrations will be handled on a first come first serve basis – so don’t wait. There are 2 SharePoint related sessions on the agenda as well …

Tags van Technorati: ,,,

Using the default property extractors in FAST and how it works with the search refinements

Property extraction in Fast Search 2010 for SharePoint is a process that extracts information from the textual content of an item which is crawled and then adds this information into a number of crawled properties. Afterwards you map these crawled properties to SharePoint managed properties and use it in your search – within the search refiners, within the search results and even as input for sorting of your search results.

FAST has a number of standard extractors shipped with the product – all of these use a generic dictionary to recognize the different terms within a crawled document:

  • Companies – activated by default and present in the search refiners on the search result page
  • Locations – activated by default but not present in the  search refiners on the search result page
  • Person names  - this one is not activated by default. You will need to modify OptionalProcessing.xml which you can find in FASTSearch\etc\config_data\DocumentProcessor\ . Switch <processor name=”personnameextraction” active=”no”/> to <processor name=”personnameextraction” active=”yes”/>. Afterwards you will need to reset the processorserver using the FAST command line – psctrl –reset (For reference take a look at psctrl.exe reference on Technet). Afterwards you will need to do a full crawl.

Although these extractors use a generic dictionary you still have some control over the way that they work – by defining include and exclude lists of items within the FAST search administration screens – this is nicely explained in this article - Manage property extraction. You can off course also use PowerShell – to fill these include/exclude lists as explained in this blog post -  Property extraction in FS4SP.

If you want to use information from the person names and locations extractors in the search refinemens you will need to modify them and add the following.

For the people refiner:

<Category Title="People" Description="Use this filter to restrict results by people" Type="Microsoft.Office.Server.Search.WebControls.ManagedPropertyFilterGenerator" MetadataThreshold="1" NumberOfFiltersToDisplay="4" MaxNumberOfFilters="200" ShowMoreLink="True" MappedProperty="personnames" MoreLinkText="show more" LessLinkText="show fewer" ShowCounts="Count" />

For the location refiner:

<Category Title="Location" Description="Use this filter to restrict results by location" Type="Microsoft.Office.Server.Search.WebControls.ManagedPropertyFilterGenerator" MetadataThreshold="1" NumberOfFiltersToDisplay="4" MaxNumberOfFilters="20" ShowMoreLink="True" MappedProperty="locations" MoreLinkText="show more" LessLinkText="show fewer" ShowCounts="Count" />

Sunday, May 22, 2011

Introductory information about FAST Search Server 2010 for SharePoint

I will be presenting a MSDN live meeting on Tuesday the 24th of May about FAST Search Server 2010 from a development perspective. For those of you who want to attend – it might be useful to take a look at these links beforehand – since they present an overview of what FAST Search Server 2010 for SharePoint allows you to build as a developer:

If there are more must read articles or videos that you would recommended, just leave a link.

Sunday, May 15, 2011

BIWUG on Community Day 2011

This year’s Microsoft Day will take place on Thursday 23th of June in Utopolis, Mechelen. Community Day is a joint effort of the 14 Belgian Microsoft user groups and brings a whole day of sessions about Microsoft technology … for free.

This year BIWUG (Belux Information Worker User Group) will bring two different sessions:

  • Claim Based Authentication in SharePoint Server 2010 Demystified. In this session we will explore how claim based authentication allows for new ways authentication, authorization and how it enables service oriented architecture in a heterogenous identity environment. This session targets both developers and IT pros and will explain the benefits as well as the caveats around claim based authentication. We will take a look at external identity providers (Windows Live), custom identity providers as well as how ADFS fits into the whole picture.  Speaker: Joris Poelmans
  • SharePoint Governance - Stop thinking about features features features when talking about governance. When designing governance for a SharePoint implementation, a lot (not to say all) energy and words go out to technical stuff, SLA's and not to the things that define the business value. And the business value is not only a perfect technically tuned and performant SharePoint farm(if that even exists) – Speaker: Patrick Sledz

Keep an eye open for the Community Day site - http://www.communityday.be – registration will open soon.

Friday, May 06, 2011

The difference between introvert and extrovert IT person?

Heard on Wednesday on a seminar: What is the difference between an extrovert and an introvert IT person?

The extrovert IT person will be staring at your shoes instead of his own when talking to you….

Technorati Tags: ,,

Tuesday, May 03, 2011

MSDN Live Meeting - FAST Search Server 2010 for SharePoint: a developers walkthrough

I will be presenting a MSDN live meeting on the 24th of May around at 14:00 (GMT+1) around FAST Search Server 2010 for SharePoint from a developers perspective.

Microsoft FAST Search Server 2010 for SharePoint extends the SharePoint search functionality and provides an exceptional search experience by incorporating features such as an extensible content processing pipeline, contextual search, extensible
relevance models and an advanced query language.

This session will introduce the FAST search platform from a developer's perspective and will explore the different functionalities as well as talk about common developer tasks around Fast Search 2010 for SharePoint 2010 such as:
-     Configuration and extension of the FAST search webparts
-     Extending the content processing pipeline
-     Building search applications using the SharePoint object model combined with the capabilities of the FAST Query Language (FQL).

Click here to register for this MSDN Live Meeting.

Monday, May 02, 2011

ECM Maturity Model and SharePoint

If you don’t know the ECM Maturity Model – definitely take a look at http://ecm3.org/about/ – they are currently at version 2.0. The ECM Maturity Model provides a framework for creating a roadmap in the context of an overall ECM strategy. It categorizes an organization across 13 maturity dimensions into one of the 5 levels of ECM maturity:

  • Unmanaged
  • Incipient
  • Formative
  • Operational
  • Pro-active

I’m wondering if anyone has already applied this model to a typical SharePoint implementation. Please leave a comment if you have.

Windows Phone Developer Tools January 2011 Update

Just finished installing the Windows Phone Developer Tools January 2011 update. Now off to finalize my WP7 app. Expect more news about this in the coming weeks.

Wednesday, March 09, 2011

How to get SharePoint 2010 people search to work together with FAST Search 2010

If you install FAST Search Server 2010 for SharePoint you will notice that you get some extra service applications – a FAST Query Search Service Application and a FAST Content Search Service Application. The people search is actually handled by the FAST Query Search Service Application – so this is where you need to do some extra configurations:

  • Go to Central Admin and click Manage Service Applications > Select the FAST Query Search Service App and click Manage in the Ribbon)
  • Create a new crawl rule:
      • Path http://[servername];sps3://[servername]
      • Crawl configuration : Include all items in this path - crawl SharePoint content as http pages
      • Specify authentication: Use the default content access account
  • Content sources - Make sure that both http://[servername] and sps3://[servername] are listed in the content source listing.
  • Configure security on the User Profile Service Application. Go to Central Admin and click Manage Service Applications > Select the User Profile Service Application and click Administrators in the ribbon. Make sure that you add the default content access account in this screen and give it at least permission to "Retrieve People Data for Search Crawlers".

Excel 2010 and SharePoint 2010 on a single box demo environment–the Excel file is corrupt using edit in Excel

A typical SharePoint 2010 demo environment has everything installed on a single machine (Office 2010, SharePoint, etc…). Unfortunately this has some side effects – one of the things you might encounter is the fact that it seems that Excel integration does not work correctly anymore. Every time I uploaded an Excel document to SharePoint 2010 and tried opening it using the Edit in Excel option – I got an error stating that the file was corrupt.

Luckily I knew this had something to do with theTrust Center settings. Go to File Options > Trust Center. Next click the Trust Center Settings button. On the new screen which popups – go to Protected View and unselect all the three protected view options displayed on the top of this settings page.

Close Excel and try the “Edit in Excel” option again …

Related post: Getting Office 2010 to work on a single box SharePoint 2010 demo environment

Tuesday, March 01, 2011

Installing client side TFS certificate on Windows 7

Apparently with Windows 7 you can’t simply use the wizard to import the client certificates for Team Foundation Server connections. You will need to do this manually.

Open Internet Explorer and go to Internet Options. Select Content and next the Certificates tab. Select Trusted Root Certification authorities when importing the certificate.

Monday, February 28, 2011

Search suggestions in SharePoint 2010

One of the new features for end users with SharePoint 2010 is that suggestions are provided while you are typing a search query - for a complete list of enhancements - check out – What’s new in Enterprise search(SharePoint Server 2010) . Now if you want to force these suggestions for demo scenario’s you can use some powershell scripts – the next code sample is meant to be used in a setup with Fast Search 2010:

$SearchApp = Get-SPEnterpriseSearchServiceApplication "FAST Query SSA"
New-SPEnterpriseSearchLanguageResourcePhrase -SearchApplication $SearchApp -Language En-Us -Type QuerySuggestionAlwaysSuggest -Name "SharePoint"
New-SPEnterpriseSearchLanguageResourcePhrase -SearchApplication $SearchApp -Language En-Us -Type QuerySuggestionAlwaysSuggest -Name "SharePoint Server 2010"
Start-SPTimerJob -Identity "Prepare Query Suggestions"

Monday, January 10, 2011

Collaboration, Enterprise 2.0, Knowledge Management NextGen and digital marketing

One of my predictions for 2011 is that we will finally witness the boom or bust of social media apps within the enterprise for the Belux market. Here’s some background info that might get you thinking

This is one of my pet peeves  about which I have written a couple of blog posts:

Web Content Management in SharePoint 2010 – some random links

Mental reminder – check out this collection of links about Web Content Management in SharePoint 2010