Performance and Capacity Planning Resource Center for SharePoint Server 2007This page contains resources to help you with performance and capacity planning for your SharePoint Server deployment—map your solution design to a farm size and set of hardware that supports your business goals. Organized By: Planning  Recommendations  Estimate performance based on test results  Demos  Tools from […]

Yesterday a colleague (Patrick Heyde) solved an interesting problem with MOSS 2007 and IIS 7 related to content deployment.  Some background infos: Content Deployment in MOSS 2007 first exports all content to the file system as XML and binary files and afterwards packages these files into cab files which then get uploaded through http to the […]

Nintex Workflow 2007 enables organisations to build complex workflow processes quickly and easily using a web browser interface.Recently Nintex released an update for their workflow solution which solves a problem that shows up after installing the WSS/MOSS infrastructure update. See here for more details:http://connect.nintex.com/forums/thread/886.aspx

The last couple of month the Office product group has worked on an important infrastructure update for the SharePoint and Project. This update is now available for all customers as public download from the Microsoft Download center. The Infrastructure Update for Microsoft Office Servers contains the new Enterprise Search features that were shipped in Search […]

As a follow up to my article series about the content deployment and migration API here are some tips on how you can “fine-tune” the out of the box content deployment jobs. This will include information about how adjust settings in Content Deployment Paths and Jobs and also about how to adjust content deployment global […]

In an earlier article I have discussed that all SPSite and SPWeb (and potentially also PublishingWeb) objects need to be properly disposed to avoid memory pressure situations. Roger Lamb has a nice summary of coding patterns which will actually cause such leaking objects and also provides information about how such code would have to be […]

The Microsoft® SharePoint® Administration Toolkit contains functionality to help administrate and manage Microsoft® Office SharePoint® Server 2007 and Windows® SharePoint® Services version 3.0. This toolkit contains two new functions – the ability to perform bulk operations on site collections and a Stsadm operation to update alert emails after a Web application has changed URLs.More details […]

Today I got in contact with an interesting problem raised by a customer. He enabled output caching on his MOSS server machine and configured the output cache profile to use Cacheability “Public”: This setting should add a “Cache-Control: public” http header to the response sent to a browser. “Cache-Control: public” allows caching of the item […]

The following link provide training resources that help to demonstrate enterprise search capabilities in Microsoft Office SharePoint Server 2007. Building and implementing enterprise search solutions The following 14 recorded presentations are based on training modules from three-day, in-person training sessions. The presentations provide details about key enterprise search capabilities in Microsoft Office SharePoint Server 2007. […]

A common problem we see with content deployment and with STSADM -o export is the error message below: [4/11/2008 9:25:01 AM]: FatalError: Failed to compare two elements in the array.   at System.Collections.Generic.ArraySortHelper`1.QuickSort[TValue](T[] keys, TValue[] values, Int32 left, Int32 right, IComparer`1 comparer)   at System.Collections.Generic.ArraySortHelper`1.QuickSort[TValue](T[] keys, TValue[] values, Int32 left, Int32 right, IComparer`1 comparer)   at System.Collections.Generic.ArraySortHelper`1.QuickSort[TValue](T[] keys, […]