Skip to main content

Posts

Showing posts with the label Sharepoint

Visual Studio 2010 Microsoft Scrum Process Template on SharePoint 2010

I couldn't find specific reference to installing the Scrum template onto SharePoint 2010 so I thought I would confirm that it does indeed work. A few tips: The MSI installer does not apply the process template nor install the SharePoint feature. You need to upload the template manually and run STSADM.exe commands to deploy the TFS WSP. Follow the ReadMe.txt files in the installation directories for the template and the feature, respectively. The path in the SharePoint installation ReadMe.txt file refers to the STSADM.exe path in the "12 hive" but this switches to the "14 hive" for SharePoint 2010. Just replace the paths to ../12/.. with ../14/..

End User Improvements in SharePoint 2010

Thanks to everyone who attended the Cardinal Solutions event last week when I delivered our "End User Improvements in SharePoint 2010" presentation. It was well-received and certainly fueled the excitement around empowering business users with a viable platform beyond just Office or relying on custom development.

BPM, Collaboration, and Workflow using Microsoft Office SharePoint Server

Cardinal Solutions is presenting a free seminar titled "BPM, Collaboration, and Workflow using Microsoft Office SharePoint Server", Thursday November 6th. Many organizations already own pieces of SharePoint, but struggle to leverage the tool to solve real business problems outside of team workspaces. In this Lunch and Learn, we will cover the various feature areas of MOSS and the business problems that each of them solve. We will discuss the different versions of SharePoint and compare / contrast what is included in each. Finally, we will take a deeper dive into Business Process Management to demonstrate the various options when implementing workflow-based solutions with MOSS. Who should attend? IT Managers who are involved in application development and enterprise integration Enterprise Architects who drive the technical vision for the organization Senior Leadership who wants more flexibility and agility out of existing IT assets Click Here to Register Or Call 877-673-8368 ...

Shrinking WSS (Sharepoint) SQL Server Log Files

Yesterday, while migrating a source repository from StarTeam to TFS, I received the following error: "TF30042: The database is full. Contact your Team Foundation Server administrator." Excuse you? Sure enough, my 100+ GB drive was full on the server. But I'd only migrated around 1000 items. Surely SQL wasn't consuming 100MB per file. Turns out (yes, there was a lot of crud on the drive but...) the majority of the space, almost 40GB was being consumed by the Windows Sharepoint Services WSS Content data and log SQL Server files. Huh? I still need to investigate and understand why this portal, which is 100% unused, grew so large. Regardless, here's what I did to resolve: Since this is not yet a production database, I flipped the SQL recovery option from Full to Simple for WSS Content and several other databases. Detail here and here . Executed the maintenance plan for all the databases to get backups and clear out some of these files. That didn't help much. The...

Sharepoint/MOSS: Learning the Ropes

A few years ago, my career touched on Sharepoint 2003 but I haven't worked with it in some time. My group is starting to see some traction with it so I decided to update my understanding. First off, as Microsoft is fond of doing, there are at least five different versions of Sharepoint. This chart , while far from concise, communicates the functionality in the different offerings. I found it helpful for my breath of understanding. Also, I'm investigating books I can read in my free time. Here's what I came up with along with some suggestions from the gurus at my firm (thanks, Leon , Steve ): Microsoft SharePoint 2007 Unleashed Professional SharePoint 2007 Development Pro SharePoint 2007 Development Techniques (Pro) Inside Microsoft Windows SharePoint Services 3.0 (Pro Developer) Real World SharePoint 2007 Microsoft SharePoint: Building Office 2007 Solutions in C# 2005 Microsoft SharePoint 2007 Technologies: Planning, Design and Implementation Professional SharePoint 2007 We...