×
Search results provided by Azure Search - read how I built it in this post.

// Posts

Max Melcher

1 minute read

At this year’s ShareCamp I collected the best SharePoint 2010 tools for IT-Pros and Developers. This year I extended the session with “the best solutions” – we ended with about 40 tools – and had a some fun during the session. Some of them are a really “must-have” - others are “hidden-gems” and special purpose tools - go check them out! Download You can download the slides with all the tools – for your convenience I added the links to all tools:

Max Melcher

1 minute read

Starting from today melcher.it has a new look. My new template is metro-styled and its based on this codeplex template.

Max Melcher

2 minute read

Recently I read a blog post how to customize the core result webpart - thats the webpart showing the results after you do a search with SharePoint 2010. The the output was modified so that you can click on a link to open the library/folder containing the document you searched - quite handy in my eyes. SharePoint Search The solution for SharePoint search is quite easy, just add <xsl:if test="isdocument = 'True'"> <a> <xsl:attribute name="href"> <xsl:value-of select="sitename"/> </xsl:attribute> View Folder </a> </xsl:if> and you are good to go (more details in the mentioned blog post).

Max Melcher

1 minute read

Yesterday the SharePoint 2013 SDK (Preview) was released and that made me thinking: What are my wishes for SharePoint 2013 FAST for SharePoint as Service Application That’s my top wish. Easier provisioning of FAST and easier (cheaper :)) licensing, e.g. coupled with ECALs, would help FS4SP to cover more ground. The same applies to Reporting Services with SQL 2012 (Denali) so I think my wish could come true. jQuery Integration (no silverlight anymore!

Max Melcher

2 minute read

I installed a new SharePoint demo and developing environment on my notebook and started with the slip-streamed installation of SharePoint with SP1 included. After configuring everything I tried to upload some Pictures to the UserProfiles I created in my Active Directory (synchronization did work!!!) but I got faced with this nice error: Method not found: ‘System.String Microsoft.Office.Server.UserProfiles.UserProfileGlobal.GetImportPhotoFolderName(System.Globalization.CultureInfo)’. I really love the User Profile Service I did some research and found out that the SharePoint 2010 Cumulative Update December 2012 should fix some problems of the User Profile Service (still wondering why this could pass the quality control…).

Max Melcher

1 minute read

Ever wondered what FAST for SharePoint (FS4SP) version is currently installed? Ever checked if every server in the search cluster has the same version? Check the version! The best approach is - open “Program and Features” and check the version there: With “View installed updates” you can even see if Cumulative Updates have been installed. Please be aware that not all files are updated after a patch so the versions in other files or tools can be different.

Max Melcher

1 minute read

When accessing Central Administration with Google Chrome you will get the following: “This webpage is unavailable” with the description: Error 312 (net::ERR_UNSAFE_PORT): Unknown error. In order to fix that edit the Properties of the Chrome link and append the following to the “target” value: –explicitly-allowed-ports=42 where 42 is the port for your Central Administration. You can add more ports if you want, in total it should like this: C:\Users\mmelcher\AppData\Local\Google\Chrome\Application\chrome.exe –explicitly-allowed-ports=42,84,87 Still dont like it - ports are not unsafe by default - but at least there is an option to allow it.

Max Melcher

1 minute read

If you ever had problems running the datasheet view with one of the following reasons: A datasheet component that is compatible with Windows SharePoint Services is not installed. A Microsoft Office 2003 Professional edition is not installed on the computer. The Web browser does not support ActiveX controls. Support for ActiveX controls is disabled. Try installing the old Office components: http://www.microsoft.com/downloads/details.aspx?familyid=7554F536-8C28-4598-9B72-EF94E038C891&amp;displaylang=en