jueves, 31 de enero de 2013

Links útiles #20 Team Foundation Server

1-Team Foundation Server API – obtener work items (Retrieving Work Items)

http://pwee167.wordpress.com/2012/09/18/retrieving-work-items-using-the-team-foundation-server-api/

2-Visual Studio y Team Foundation Services - git

http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started-with-git-in-visual-studio-and-team-foundation-service.aspx

3-BUILD en TFS 2012

http://lajak.wordpress.com/2013/01/29/customize-build-template-in-tfs2012-to-build-all-solutions-part-1/

http://lajak.wordpress.com/2013/01/30/customize-build-template-in-tfs2012-to-build-all-solutions-part-2/

4-Mostrar información custom al generar un build en TFS 2010 (Displaying Custom Build Information)

http://blogs.msdn.com/b/jpricket/archive/2009/12/21/tfs-2010-displaying-custom-build-information-in-visual-studio.aspx

5-Upgrade de las builds definitions de TFS 2010 a TFS 2012 (Upgrading your Build Definitions)

http://blogs.msdn.com/b/jpricket/archive/2012/10/24/upgrading-your-build-definitions-from-tfs2010-to-tfs2012.aspx

6-Actualizar las retentions policies de una build definition en TFS 2010 (Bulk updating build definitions retention policies)

http://blogs.msdn.com/b/jpricket/archive/2011/04/14/tfs-2010-bulk-updating-build-definitions-retention-policies.aspx

7-Visual Studio 2010 SP1 y claves de registros que impactan sobre las configuraciones de los builds

http://blogs.msdn.com/b/jpricket/archive/2011/08/15/tfs-2010-overriding-build-settings.aspx

8-Work Item Tagging en TFS 2012

http://geekswithblogs.net/TarunArora/archive/2013/01/31/tfs2012-qu2---new-feature---work-item-tagging.aspx

9-TFS 2010 Backup&restore tool

http://intovsts.net/2010/10/19/tfs2010-backuprestore-tool/

10-Upgrade a TFS 2012 – Migration

http://blogs.msdn.com/b/tfssetup/archive/2013/01/30/tfs-2012-upgrade-options.aspx

miércoles, 23 de enero de 2013

Tips/info #11 Team Foundation Server

1-Restart de los servicios de TFS (web/services)

%windir%\system32\inetsrv\appcmd recycle apppool /apppool.name:"Microsoft Team Foundation Server Application Pool"
net stop tfsjobagent
net start tfsjobagent

2-Verificar cuando se hace un override de una policy

image

Verificar vía alerta

New Alert Dialog

Verificar vía warehouse

SELECT
    [ChangesetSK],
    [ChangesetID],
    [ChangesetTitle],
    [PolicyOverrideComment],
    [LastUpdatedDateTime],
    [TeamProjectCollectionSK],
    [CheckedInBySK]
FROM
    [Tfs_Warehouse].[dbo].[DimChangeset]
WHERE
    [PolicyOverrideComment] IS NOT NULL

Verificar vía excel y analysis services

http://blogs.msdn.com/b/cbinder/archive/2008/01/31/wie-erstelle-ich-ein-tfs-report-der-mir-zeigt-welche-checkins-mit-einem-policy-override-durchgef-hrt-wurden.aspx

Verificar vía reporting Services

http://www.ewaldhofman.nl/file.axd?file=2010%2f8%2fCheck-In_Policy_Violation2010.rdl

3-Limpiar credenciales en el Team Explorer

Para limpiar la cache, tendrás que ir al Panel del Control –> User Accounts –>Manage Your Network Passwords, borra todas las credenciales (Windows Credentials) relacionadas a Team Foundation Server.

Otra posibilidad para conectarse a Team Explorer con otro usuario, es ejecutar el siguiente script (guardarlo como.bat):

runas /user:NombreUsuario "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"

4-TFS 2010 NO soporta SQL Server 2012

http://blogs.msdn.com/b/bharry/archive/2013/01/11/tfs-2010-will-not-support-sql-2012.aspx

5-Acceso muy lento a TFS 2010 con Visual Studio 2010

image

Editar el archivo devenv.exe.config que se encuentra en C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE

Editar la sección system.net

image

Agregar el tag de default proxy,

<defaultProxy useDefaultCredentials="true" enabled="true">
          <proxy usesystemdefault="True" />
</defaultProxy>

image

En el caso que quieras setear otro proxy diferente del que se setea en IE, puede agregar los siguiente:

<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy bypassonlocal="True" proxyaddress="http://tu_proxy_diferente_al IE"/>
</defaultProxy>

sábado, 19 de enero de 2013

Links útiles #19 –Team Foundation Server

1-OData Service para Team Foundation Server v2

http://coolthingoftheday.blogspot.com.ar/2013/01/oh-tfs-odata-service-for-tfs-v2-beta.html

2-Skype y Team Explorer

http://blogs.msdn.com/b/bharry/archive/2013/01/14/skype-and-the-new-team-explorer.aspx

3-Configurar outlook como smtp de TFS

http://geekswithblogs.net/TarunArora/archive/2013/01/14/configure-outlook-as-the-tfs-smtp-client.aspx

4-Migrar TFS 2010 a TFS 2012

http://mohamedradwan.wordpress.com/2013/01/05/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-series/

http://mohamedradwan.wordpress.com/2013/01/05/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-part-2-prepare-sharepoint-for-the-new-system/

http://mohamedradwan.wordpress.com/2013/01/05/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-part-3-prepare-the-new-machine-and-install-sql-server/

http://mohamedradwan.wordpress.com/2013/01/05/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-part-4-install-tfs-2012-update-1-backup-dbs-and-reporting-key/

http://mohamedradwan.wordpress.com/2013/01/08/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-part-5-restore-dbs-and-reporting-encryption-key/

http://mohamedradwan.wordpress.com/2013/01/08/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-part-6-configure-tfs-2012/

http://mohamedradwan.wordpress.com/2013/01/08/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-part-7-verify-upgrade-success-and-other-configuration/

http://mohamedradwan.wordpress.com/2013/01/08/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-part-8-upgrade-tfs-2012-build-service/

http://mohamedradwan.wordpress.com/2013/01/08/upgrade-tfs-2010-to-tfs-2012-with-migration-to-a-new-hardware-part-9-summary/

miércoles, 9 de enero de 2013

Links útiles #18–Team Foundation Server

1-TFS 2010 Pack de monitoreo para System Center Operations Manager 2007 o 2012

http://blogs.msdn.com/b/granth/archive/2012/12/10/tfs2012-monitoring-management-pack.aspx

2-TFS API

http://bartwullems.blogspot.com.ar/2012/12/tfs-api-blog-series.html

3-Visual Source Safe Upgrade Tool for Team Foundation Server 2012

http://dotnet.dzone.com/articles/upgrade-visual-sourcesafe-team

3-Extender Team Explorer en Visual Studio 2012

http://code.msdn.microsoft.com/vstudio/Extending-Explorer-in-9dccd594

4-TFS Client Object Model

http://msdn.microsoft.com/en-us/magazine/jj883959.aspx

5-Custom Activity para TFS BUILD

http://bobhardister.com/archive/2012/11/14/team-foundation-server-tfs-team-build-custom-activity-c-code.aspx

6-TFS 2010 – algunas cosas para leer

http://www.rdacorp.com/2012/11/microsoft-team-foundation-server-2012-application-lifecycle-management/

http://www.rdacorp.com/2012/12/microsoft-team-foundation-server-2012-application-lifecycle-management-part-2/

http://www.rdacorp.com/2013/01/microsoft-team-foundation-server-2012-application-lifecycle-management-part-3/

7-Migrar las bases de reporting services de TFS 2010, a un SQL Server 2012

http://ervinloh.wordpress.com/2013/01/01/part-1-of-2-upgrading-a-report-server-database-used-by-older-versions-of-team-foundation-server/

http://ervinloh.wordpress.com/2013/01/03/part-2-of-2-upgrading-a-report-server-database-used-by-older-versions-of-team-foundation-server/