DTC name on Windows Server 2012/SQL Server 2012 Cluster

  • Hi All,

    Does anyone know how to change the name of the Distributed Transaction Coordinator on a Windows Server 2012 Cluster? You used to be able to right-click and rename, but that option is not there now. The name is fixed at "New Distributed Transaction Coordinator".

    Thanks.

    Tim

  • Hi,

    I ended up using PowerShell to create the DTC and was able to name it.

    # Create MSDTC Resource

    Get-ClusterGroup 'SQLServer(DB01)' | Add-ClusterResource -Name 'MSDTC-SQLServer(DB01)' -ResourceType "Distributed Transaction Coordinator"

    Also, someone suggested using the "cluster.exe" to make the change.

    Mapping Cluster.exe Commands to Windows PowerShell Cmdlets for Failover Clusters

    http://msdn.microsoft.com/library/ee619744.aspx

    Tim

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply