DCSIMG
Migration - KMoraz's Sandbox

Browse by Tags

All Tags » Migration (RSS)

TFS 2010 Server Domain and Database Move – Command Summary

cd "%PROGRAMFILES%\Microsoft Team Foundation Server 2010\Tools" :::::: BRING TFS OFFLINE TfsServiceControl quiesce iisreset /stop :::::: CONFIG DATABASE TFSConfig PrepSQL /sqlinstance:tfs TFSConfig RemapDBs /DatabaseName:tfs;Tfs_configuration /SQLInstances:tfs /continue :: run again for verification: TFSConfig RemapDBs /DatabaseName:tfs;Tfs_configuration /SQLInstances:tfs /continue :::::: CONFIG PERMISSIONS TFSConfig Accounts /ResetOwner /SQLInstance:tfs /DatabaseName:TFS_Configuration...
Posted by kmoraz | with no comments

WordToTFS: Missing Fields

AIT's WordToTFS is a helpful tool, integrated as Word add-in for importing\exporting work items between TFS and Word. On my first attempt to connect to TFS from Word, an error was raised: Missing Fields: "There are one or more mapping fields specified that are not available on the server. This might result in problems while publishing work items." This message raised in case of mismatch between the TFS Work Item Template fields discovered upon connection to the add-in's fields of...
Posted by kmoraz | with no comments