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

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

Feedback from HP TRIM Product team on my webcast   

Tags:
Technorati Tags:

So my screen cast on the HP TRIM 7 integration with SharePoint 2007 seems to have been popular which makes it all worth while re-recording it after the sound was so terrible from the live presentation!

To top this off I got lots of feedback from the HP TRIM product team answering both queries I had and also backing up their architectural decisions along the way. I have summarised below in easy read form (as it was a LOOONG e-mail discussion). It was also great to see that a lot of things limitations I highlighted have been added to their features list too J

Installation challenges

  • Version 7.01 is coming and most of the installation issues I highlighted have been addressed (hoorah!!)

Security concerns

  • Application Pool permissions requiring dbowner in config database is due to the SPPersistedObject class to store global configuration.

Architecture

  • All the events in SharePoint are actually workflows, not event receivers (well a workflow is triggered by an OOTB event receiver so I was close)
  • There are no timer jobs
  • TRIM workgroup requirement is due to the need for the .NET (not COM) TRIM SDK which means that you do not need web services which was decided to be too complex due to reliance on Kerberos authentication and performance gains
  • The mentioned "document store" in settings pages was not meant to be there in final release (has been removed for future releases) this does not exist and the scratch directory is used instead which is stored in SPPersistedObject
  • Site Actions and ECM options are shown to everyone if switched on, but if they click on links only Site Owners can actually use this page, others get error
  • TRIM search web part is based on the Federated Search Web Part
  • No direct search integration with iFilters at this stage

Scalability concerns

  • Acknowledge that having to configure TRIM in multiple Site Collections will be painful.
  • Memory leak – there is a minor memory leak – but in performance testing they didn't see error

Approach of use

  • The main way the integration is supposed to be used is to simply just switch on the integration and let it control everything in background. Although the RMO settings exist at Site and List HP do not perceive this being common approach…therefore switch off those features.
  • You can have it so that a Site (SPWeb) can be mapped to one distinct Record Container in HP TRIM rather than dumping into one container. This does require granular control using RMO settings at Site level though.
  • Archive - relocates the list item and finalizes it
  • Currently setting up mapping from Content Type to Record Type across Site Collections means duplication
  • It is not possible to check out a TRIM document exposed twice in SharePoint a second time, the first time you do it, the TRIM document is checked out

TRIM Client

  • Finding the site and list records in HP TRIM is hard as no related records tab in HP TRIM. Not intention of product to reconstruct SharePoint structure in HP TRIM.
  • You cannot restore from HP TRIM to SharePoint
  • Not being able to see the full rendered content is by design, not seen to be able to reproduce what site looks like, just store content as record
  • Auto creating Record Types based on Content Types is a deliberate design decision
  • Revision numbers and SharePoint version numbers will diverge due to SharePoint doing multiple versions on metadata updates in certain scenarios

Records Manager concerns

  • Default values for RMOs are that file containers do not get created, but they agree that this will be an issue for some Records Managers
 
Posted by  Jeremy Thake  on  5/5/2010
0  Comments  |  Trackback Url  | 0  Links to this post | Bookmark this post with:        
 

Links to this post

Comments

blog comments powered by Disqus