Welcome to my blog on all things SharePoint. I have a range of articles that will interest you if you've made it as far as visiting my blog. I was awarded as an SharePoint MVP by Microsoft in July 2010. I currently live in New York and am an Enterprise Architect at AvePoint Inc.. I co founded www.NothingButSharePoint.com with Mark Miller in 2010.

MVP AwardJeremy Thake Profile Photo

Whitepapers

NBSP

Check out my articles on NothingButSharePoint.com

Solution Development in SharePoint 2007

This series was inspired by the chatter amongst SharePoint blogs on the best ways to approach customisations in SharePoint using Solutions.

Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6 - Part 7 - Part 8

Leveraging the SharePoint Platform

This series was inspired by a discussion had with Andrew Coates at a Perth SharePoint User Group meeting. This then turned into a 6 part series on Arno Nell's SharePointMagazine.net web site.

Initial post - Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6

Webcasts

I have recorded various web casts that I present at User Groups or just on a specific topic by request:
How ASP.NET Developers can leverage SharePoint webcast
SPSource Webcast: Reverse engineer Lists to ListTemplates and much more
SharePoint Development with Unit Testing webcast
Perth SharePoint UG Web Cast on approaches to deploying artefacts (SPSource)
More...


Podcasts

I have been interviewed about Leveraging the SharePoint Platform by the SharePoint Pod Show: listen here .

RSS Feed Feed your read!

Archives

November 2012 (6)
October 2012 (8)
September 2012 (4)
August 2012 (7)
July 2012 (13)
June 2012 (4)
March 2012 (1)
February 2012 (1)
January 2012 (5)
September 2011 (2)
August 2011 (1)
July 2011 (3)
June 2011 (7)
May 2011 (3)
April 2011 (3)
March 2011 (3)
February 2011 (2)
January 2011 (1)
December 2010 (4)
September 2010 (4)
July 2010 (5)
June 2010 (4)
May 2010 (6)
April 2010 (7)
March 2010 (5)
February 2010 (7)
January 2010 (3)
December 2009 (1)
November 2009 (6)
October 2009 (9)
September 2009 (7)
August 2009 (6)
July 2009 (13)
June 2009 (4)
May 2009 (12)
April 2009 (4)
March 2009 (4)
February 2009 (13)
January 2009 (4)
December 2008 (4)
November 2008 (11)
October 2008 (16)
September 2008 (4)
August 2008 (5)
July 2008 (4)
June 2008 (8)
May 2008 (5)
April 2008 (9)
March 2008 (5)
February 2008 (6)
January 2008 (1)
November 2007 (11)
October 2007 (8)
September 2007 (24)
August 2007 (5)
July 2007 (2)
May 2007 (1)
April 2007 (1)
March 2007 (1)
February 2007 (3)
January 2007 (4)
November 2006 (7)
October 2006 (7)
September 2006 (18)
August 2006 (14)
June 2006 (3)
May 2006 (8)
April 2006 (4)
March 2006 (38)
February 2006 (30)
January 2006 (2)
December 2005 (3)
November 2005 (28)
May 2005 (1)
April 2005 (5)
March 2005 (1)
November 2004 (1)
August 2004 (11)
July 2004 (1)
Failed to render control: An error occurred during a call to extension function 'createMonthUrl'. See InnerException for a complete description of the error.

Links

Tag Cloud

Ajax, Apple, DotNetNuke, Enterprise Content Management, Error Resolution, Gadgets, General, Governance, Microsoft .Net Development, Mobile, SharePoint, Sharepoint Business Forms, Sharepoint Business Intelligence, Sharepoint Collaboration, SharePoint Development, Sharepoint Enterprise Content Management, Sharepoint Enterprise Search, Sharepoint Portal, US Migration, Web 2.0, Workflow
Jun 302009

SharePoint Development Weekly Roundup (30Jun)

[Cross posted on  SharePointDevWiki.com]
Think this is the biggest week yet! Please support my efforts to compile this by tweeting the link!
Development Environment
WCM / UI
Testing
SharePoint 2010
Agile

Mobile

InfoPath

Admin
Published: 6/30/2009  4:07 AM | 0  Comments | 0  Links to this post

Jun 232009

SharePoint Development Weekly Roundup (23Jun)

[Cross Posted on www.SharePointDevWiki.com]
It seems every week more and more great content appears! These could almost become daily Coffee break posts!

WSP

Environment

API

Agile Development

WCM

Cloud

Misc

Published: 6/23/2009  5:09 AM | 1  Comment | 0  Links to this post

Jun 162009

SharePoint Development Weekly Roundup (16Jun)

[Cross Posted on SharePointDevWiki.com News]
  • SharePoint Saturday Sydney (8th August)
    @BrianFarnhill et al are organising Australia’s first SharePoint Saturday. @DanielBrownSA is also organising one in Adelaide too.
  • Winsmarts SharePoint WCF Support
    @SahilMalik has gotten around to releasing on CodePlex the Solution Package with a feature to activate WCF for SharePoint. Great work! I’m making a grand assumption that SharePoint 2010 will have this as default, so always good to get comfortable with it now.
Published: 6/16/2009  12:19 AM | 0  Comments | 0  Links to this post

Jun 032009

Importing a stsadm export package from a MOSS Farm to a WSS Farm

So I’ve been doing some work in a MOSS Farm Development VM for a release to a WSS Farm. I created a a Site Collection using the Collaboration Team Site Definition thinking it wouldn’t use any of the MOSS Features (as you may know that MOSS is a superset of WSS).

When I did an stsadm –o export from my MOSS Farm and then did an stsadm –o import into my WSS Farm I got the following errors:

C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\BIN>stsa
dm -o import -url http://tfsserver:1010 -filename c:\drops\backup.cab
Start Time: 6/3/2009 7:50:58 PM.
Progress: Initializing Import.
FatalError: Could not find Feature OffWFCommon.
   at Microsoft.SharePoint.Deployment.ImportRequirementsManager.VerifyFeatureDef
inition(SPRequirementObject reqObj)
   at Microsoft.SharePoint.Deployment.ImportRequirementsManager.Validate(SPRequi
rementObject reqObj)
   at Microsoft.SharePoint.Deployment.ImportRequirementsManager.DeserializeAndVa
lidate()
   at Microsoft.SharePoint.Deployment.SPImport.VerifyRequirements()
   at Microsoft.SharePoint.Deployment.SPImport.Run()
Progress: Import Completed.
Finish Time: 6/3/2009 7:51:04 PM.
Completed with 0 warnings.
Completed with 1 errors.
Log file generated:
        c:\drops\backup.cab.import.log
Could not find Feature OffWFCommon.

A little bit of poking around and some recommendations from @pseale via Twitter and I discovered that these files created by the export are in actual fact .cab files.

So I renamed the file to .cab and I extracted the contents into a new folder using the Windows UI.

Then I had to work out where the references were that were causing the error. There were lots of .dat files and then the following:

  • exportsettings.xml
  • manifest.xml
  • requirements.xml
  • rootobjectmap.xml
  • systemdata.xml
  • usergroup.xml
  • viewformslist.xml

Alarm bells rang at Requirementsxml, so I started searching for the ‘OssWFCommon’ mentioned in the error. Bingo! So I made that change…now how do I wrap this back as a .cab?

To do this I need to create a manifest file…to do this I used makecab.exe but this requires a ddf manifest file. As there was 99 .dat files I didn’t feel like writing one myself…so I used powershell and did a ‘dir | ft Name > list.ddf’ and added the following to the top of it.

.OPTION EXPLICIT
.Set CabinetNameTemplate=backup.bak
.Set DiskDirectoryTemplate=CDROM ; All cabinets go in single directory
.Set CompressionType=MSZIP ; All files compressed in cabinet files
.Set UniqueFiles="ON"
.Set Cabinet=on
.Set DiskDirectory1=Package

Then I simply ran makecab.exe to create the new cab, deployed it to my WSS Farm and tried again. I got some other errors for other features and repeatedly removed them until the errors went away!

The full xml elements removed from requirements.xml were:

<Requirement Type="FeatureDefinition" Id="c9c9515d-e4e2-4001-9050-74f980f93160" Name="OssWFCommon" />
<Requirement Type="FeatureDefinition" Id="fde5d850-671e-4143-950a-87b473922dc7" Name="IssueTrackingWorkflow" />
<Requirement Type="FeatureDefinition" Id="02464c6a-9d07-4f30-ba04-e9035cf54392" Name="ReviewWorkflows" />
<Requirement Type="FeatureDefinition" Id="6c09612b-46af-4b2f-8dfc-59185c962a29" Name="SignaturesWorkflow" />
<Requirement Type="FeatureDefinition" Id="c6561405-ea03-40a9-a57f-f25472942a22" Name="TranslationWorkflow" />
<Requirement Type="FeatureDefinition" Id="c85e5759-f323-4efb-b548-443d2216efb5" Name="ExpirationWorkflow" />
<Requirement Type="FeatureDefinition" Id="29d85c25-170c-4df9-a641-12db0b9d4130" Name="TransMgmtLib" />
<Requirement Type="FeatureDefinition" Id="00bfea71-dbd7-4f72-b8cb-da7ac0440130" Name="DataConnectionLibrary" />

I also had to remove some ContentType references from the manifest.xml too which referenced the Id of the feature. So best thing to do is before you remove the Requirement element, is search for the Id in the other xml files ;-)

I would suggest that this is not the best way to do this as you may delete things you shouldn’t ie. that are dependent on Lists working etc.

Published: 6/3/2009  4:53 AM | 0  Comments | 0  Links to this post