A new hotfix package is available for version 3.1 of the TMCore SharePoint Module. This package addresses a small number of bugs and provides new features. The full change list can be found below.

Systems Affected

This hotfix should be applied to any installation of the TMCore SharePoint Module 3.1 downloaded before 10th December 2009. If you downloaded your copy of the software from our site on or after this date, the hotfix is included in the package and you do not need to apply it again.

To determine if your system is affected, check the File Version property of the assembly NetworkedPlanet.SharePoint in the GAC (browse to C:WindowsASSEMBLY, locate the NetworkedPlanet.SharePoint assembly, right-click and choose Properties. The File Version can be found on the Version tab above Description and Copyright). This hotfix updates the File Version of the NetworkedPlanet.SharePoint assembly to 2.1.4.0 - if the file version shown is greater than or equal to 2.1.4.0, then you do not need to apply this hotfix.

Upgrade Instructions

  1. Download the Hotfix 4 package.

  2. The package is provided in a compressed ZIP file. Unzip the package on a machine in the server farm.

  3. Upgrade the NPSharePoint.wsp solution. The exact command-line you use will depend on how you want to schedule the upgrade, but will be similar to:

stsadm -o upgradesolution -name NPSharePoint.wsp -filename NPSharePoint.wsp -allowgacdeployment -allowcaspolicies -local
  1. Upgrade the NPOfficeServer.wsp solution. Use the following STSADM command:
stsadm -o upgradesolution -name NPOfficeServer.wsp -filename NPOfficeServer.wsp -allowgacdeployment -allowcaspolicies -local
  1. Run the following stsadm command:
stsadm -o copyappbincontent
  1. Restart IIS and Windows SharePoint Services Timer

  2. Reactivate the NPDiagnostics feature by running the stsadm command:

stsadm -o activatefeature -name NPDiagnostics -force
  1. Upgrade Enterprise Services to the version included with the hotfix, the new version of Enterprise Services is 1.1.2.0

  2. Restart the Topic Map Index Service

Change Log

  • BUGFIX: One hop and two hop web parts were intermittently returning Deadlock errors. These have now been changed to sleep and retry up to a maximum of three times when encountering deadlock issues with the database.
  • ENHANCEMENT: Url Mappings can now feature more than one publish URL for a web application by using the zones set up when extending the SharePoint web application.
  • ENHANCEMENT: Additional diagnostic logging has been added to Url Mapping. The NPDiagnostics feature must be reactivated on the farm for this to take affect.
  • FEATURE: The stsadm remapurls command now has an optional parameter which when used skips the url remapping on content type to topic type mappings.
  • NOTE: The new hotfix of Enterprise Services has been included with this hotfix. This fixes issues with results display and ordering when using advanced faceted search restriction sets.