Browse by Tags
All Tags »
TFS 2010 »
TFS Utilities »
How To (
RSS)
Tweet Today I came to a customer for consulting and the customer told me that there is no Backups for TFS. So right away I told him this is very important and let’s create a Backup Plan for TFS. How To: Create TFS 2010 Backup Plan Problem So I’ve download TFS 2010 Power Tools, Install, Open TFS Administration Console, Click “Create Backup Plan” and Nothing happens. So I’ve started to investigate and saw some errors in TFS Event Log, of course I saw “Object reference not set to an instance of an object...
Tweet I’ve wrote about Test Scribe couple of months ago and explained how you can Generate word documents from Microsoft Test Manager. Test Scribe is an awesome tool for Generating Test Documents, but can I change the document template? Test Scribe comes with a Default Template and many customers what’s to change the template to their needs. This is the best way I found how to do that, and it require to drill down to some file inside the Test Scribe. Make Sure you backup all files before doing any...
SharePoint 2007 Files Restore Tool I had a customer that need to restore some files from a deleted SharePoint site (long story….) in TFS 2010, the first option is to restore the entire TFS 2010 database include the SharePoint content database but instead of doing all this work I’ve written a small tool to help with that issue. Just restore the WSS_Content database (the version before the deletion) to another sql instance and use the tool to hook the database and restore the files you needed...
Problems with MSSCCI and VB6 Doing some work at a customer working with Visual C++ , IAR, VB 6.0 and couple more I faced with some issues using MSSCCI and VB6. (MSSCCI - The Team Foundation Server MSSCCI Provider enables integrated use of Team Foundation Version Control with products that do not support Team Explorer integration. [Read More] ) After Installing MSSCCI I Can’t See TFS Menu The solution is very easy, just edit vbaddin.ini (start->run: vbaddin.ini (its in the windows dir) Add...