Skip to main content

Posts

Showing posts with the label TFS 2010

TF221122: TFS Error While Processing Cube

If you're experiencing "Query execution failed for dataset 'ds[Whatever]'. ", more than likely, your warehouse processing is failing. Going into the Admin Console or invoking the web service directly , invoking the Start Rebuild action, I kept receiving a TF221122. Finally, when I added the account under "Account for accessing data sources" under the "Analysis Services" tab to the SQL Server Tfs_Warehouse database TFSEXECROLE role, processing began to succeed again. Whew.

VS/TFS 2010 All-Up VM Refresh

Brian Keller just updated the soon-to-expire (12/15) all-up Visual Studio/TFS 2010 VM . Make sure to download the latest refresh! From Brian: What’s new in the December 2010 Refresh? The version of this virtual machine which was refreshed on December 9, 2010, includes the following additions: · Visual Studio 2010 Feature Pack 2 · Team Foundation Server 2010 Power Tools (September 2010 Release) · Visual Studio 2010 Productivity Power Tools (these are disabled in VS so that the screenshots of the hands-on-labs still match; you can quickly enable the Productivity Power Tools via Tools -> Extension Manager from within Visual Studio) · Test Scribe for Microsoft Test Manager · Visual Studio Scrum 1.0 Process Template · All Windows Updates through December 8, 2010 · Lab Management GDR (KB983578) · Visual Studio 2010 Feature Pack 2 pre-requisite hotfix (KB2403277) · Microsoft Test Manager hotfix (KB2387011) · Minor fit-and-finish fixes based on customer feedback · A new expiration date of ...

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/..

TFS 2010: Check-in Policies and Power Tools

Recently, I had an inquiry about where the " Changeset Comments Policy" went for Check-in Policies...check the Power Tools . Before installing Power Tools… After installing Power Tools…

Visual Studio and Team Foundation Server 2010 – Starting Point

Congratulations to the Microsoft team for recently releasing the much anticipated Visual Studio and Team Foundation Server 2010. My firm is embarking on several roll-outs right off the bat so I wanted to capture some of our efforts. To start, lets just provide the basics: TFS 2010 Installation Guide TFS 2010 Administration Guide Visual Studio Rangers Guidance Visual Studio 2010 and .Net 4.0 Training Kit Application Lifecycle Management Online Assessment MSF for Agile Software Development 5.0 Process Guidance Team Foundation Server Power Tools April 2010

The Path to a-gil-i-ty

I'm excited to deliver a break-out session at The Path to a-gil-i-ty conference coming up May 27th. The presenter line-up looks fantastic...I'm eager to sit in on the other talks! I'll be speaking along with Alexei Govorine on managing Scrum projects leveraging the recently released Visual Studio 2010 and Team Foundation Server 2010. Click here for COAAH write up and registration . My firm, Cardinal Solutions is a sponsor.

Agile with TFS 2010 Talk

Last Thursday, I spoke on Agile (Scrum) with TFS 2010 . A lot of great conversation and questions came out. A few I wanted to follow up with: Q. Has security administration improved with 2010? A. Yes, fellow MVP Paul Hacker points out the new TFSAdmin 2.0 tool on CodePlex . Q. Is anyone doing hosted TFS? A. Yes, again see Paul Hacker's firm SaaS Made Easy .

TFS 2010 Upgrade from Beta2 to RC…

…went great. I followed the PDF posted here and only encountered a single issue (which I wanted to record here). [ Reporting ] TF255275: The following Web service for SQL Server Reporting Services could not be accessed: http://win-4h5rozlea69/ReportServer/ReportService2005.asmx. Embarrassingly, this is simply due to SSRS not started on the server. Props to my friend Jason Barile called this solution on MSDN Forums (scroll to the bottom).