February 27, 2008
The SharePoint 2007 logs are by default found in the 12 Hive: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS\ I found this article here on throttling MOSS logs to pick and chose what you want. The interface in the Central Administration is not the best in terms of drop downs...would have been a lot easier if it was just all check boxes and power options to select all
more...
February 27, 2008
Had some "great fun" with SharePoint over the last few days, basically when I copied some code on creating a Content Type to test in my environment. I noticed that the Content Type wasn't available on a Form Library and looked at the Parent Content Type in the user interface and noticed it was Item and someone told me it needed to be Form. I couldn't see a property to set what the Paren
more...
February 21, 2008
I've been poking around an existing web part and have been having real troubles in pulling fields from a SharePoint List. I found this article extremely useful and basically found that this XSLT snippet saved me hours of debbugging:<xsl:for-each select="@*">
P:<xsl:value-of select="name()" />
</xsl:for-each>
This basically outputs all the fields being par
more...
February 19, 2008
Have spent some time looking around trying to work out how to change a Solution that is in 'Deploying' status to anything else. You can only Retract a solution when it is deployed. I found an article here which mentions the stsadm command 'canceldeployment' where you have to pass in a timer job guid. Anyway, another post showed me how to find this guid with the stsadm command 'execadmsvcjobs'. Al
more...
February 19, 2008
We have a fairly big team of developers working on a MOSS 2007 implementation. I'm always dubious of everyone using the Site Administrator account in any environment, be it Dev, Test or Prod, to make changes to Master Pages. If something goes wrong, we can't go and ask the person that made the change as multiple people would use the account. I found a thread online which walks you through givi
more...
February 19, 2008
I've just come on board at a new mining organisation in Perth, WA called CITIC Pacific Mining as the Senior SharePoint Consultant. As with all new client sites, when you rock up it's interesting to see how different everything is. Especially as this project started over 18 months ago when MOSS 2007 was extremely new and documentation and the community was no where near its saturation now.
I ca
more...