Recently I was asked to look at SharePoint 2007 install that was throwing 6641 “Logon failure: the user has not been granted the requested logon type at this computer” errors every few minutes and filling up the Application log. We went through Read More...
Something I always forget and scramble around to find: <xsl:template name="Debug" match="Row[@Style='Debug']" mode="itemstyle"> <xsl:for-each select="@*"> Read More...
Posted to
Gile's SharePoint Shenanigans
on 06-13-2011
Filed under: Work, SPF 2010, WSS 3.0, MOSS 2007, SharePoint 2010, SharePoint, Content Query Web Part, Debug
As per my previous post, in my current project we are starting to migrate the whole solution to live. The project I am working on is a global solution with locations in UK, USA, India, China + others. As a result of this, like many global projects Read More...
Posted to
Gile's SharePoint Shenanigans
on 05-09-2011
Filed under: Work, SPF 2010, JavaScript, Minimise, WSS 3.0, MOSS 2007, Project Server 2010, SharePoint 2010, SharePoint, Project Server 2007
So it has been a while since I have posted anything on the blog. As I am sure many of you can relate, there comes a time in all projects when you have to concentrate solely on them to ensure that all factors play out as expected. One of those times Read More...
Posted to
Gile's SharePoint Shenanigans
on 05-09-2011
Filed under: Work, SPF 2010, JavaScript, WSS 3.0, MOSS 2007, SharePoint 2010, SharePoint, Project Server 2007
A common thing I do for most clients is to create a unique alphanumeric ID that is consistent in length with pre-filled zeros. Risk list alphanumeric ID example: RSK0001 However, as has been documented many times (link); you cannot use the ID column of Read More...
Posted to
Gile's SharePoint Shenanigans
on 03-09-2011
Filed under: Work, SPF 2010, WSS 3.0, MOSS 2007, SharePoint, SP2010, Calculated Column, Workflow
Many project managers like to do risk analysis in terms of probability and impact, ultimately creating a heat map when data is rolled up at the project or programme level. Further information about the methodology can be found here: http://www.expertprogrammanagement Read More...
Posted to
Gile's SharePoint Shenanigans
on 03-09-2011
Filed under: Work, SPF 2010, JavaScript, WSS 3.0, MOSS 2007, Project Server 2010, SharePoint 2010, SharePoint, Project Server 2007, Calculated Column, EPM, JQuery
Just a reminder for me really… At a client at the moment who wants to put the date in list web parts in the following format: dd-MMM-yyyy. I found the following article suggesting using the TEXT function in a Calculated Column http://www.sharepointusecases Read More...