MSDTC GUID Reset
Does anyone know if Microsoft has a tool for changing the MSDTC GUID on a server. This is a Windows 2012 server. We cloned a Biztalk server for production purposes and MSDTC has the GUID of the clone. Tried the uninstall route and removing entries from registry. it will not resinstall because the GUID matches another machine.
July 6th, 2015 7:43pm

You have to uninstall and then install MSDTC again (or you could go the wild path and just set another GUID). Uninstalling/installing MSDTC is done via the command prompt.

Free Windows Admin Tool Kit Click here and download it now
July 6th, 2015 11:07pm

From a command prompt run msdtc -uninstall without the quotes.

  1. Verify the DTC was uninstalled successfully by reviewing the application event log.
  2. Open regedit and ensure the following registry keys have been deleted (they all may not be present):
    • HKEY_CLASSES_ROOT\CID
    • HKEY_CLASSES_ROOT\CID.Local for Windows 2008
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC
  3. Reboot the Server
  4. From a command prompt run msdtc -install without the quotes.
  5. Verify the MSDTC was installed successfully by reviewing the application event log.
  6. From a command prompt run msdtc -resetlog without the quotes.
  7. In the Administrative tools, Services verify the Distributed Transaction Coordinator service is started and then change the properties of the service so the start up type is automatic.
  8. Enable DTC network access if required.

For Reference below MSDN blog will be helpfull 

http://blogs.msdn.com/b/distributedservices/archive/2009/04/01/instructions-to-reinstall-the-microsoft-distributed-transaction-coordinator-msdtc-service.aspx

Thanks
Abhishek

July 7th, 2015 1:46am

From a command prompt run msdtc -uninstall without the quotes.

  1. Verify the DTC was uninstalled successfully by reviewing the application event log.
  2. Open regedit and ensure the following registry keys have been deleted (they all may not be present):
    • HKEY_CLASSES_ROOT\CID
    • HKEY_CLASSES_ROOT\CID.Local for Windows 2008
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC
  3. Reboot the Server
  4. From a command prompt run msdtc -install without the quotes.
  5. Verify the MSDTC was installed successfully by reviewing the application event log.
  6. From a command prompt run msdtc -resetlog without the quotes.
  7. In the Administrative tools, Services verify the Distributed Transaction Coordinator service is started and then change the properties of the service so the start up type is automatic.
  8. Enable DTC network access if required.

For Reference below MSDN blog will be helpfull 

http://blogs.msdn.com/b/distributedservices/archive/2009/04/01/instructions-to-reinstall-the-microsoft-distributed-transaction-coordinator-msdtc-service.aspx

Thanks
Abhishek

Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 5:44am

From a command prompt run msdtc -uninstall without the quotes.

  1. Verify the DTC was uninstalled successfully by reviewing the application event log.
  2. Open regedit and ensure the following registry keys have been deleted (they all may not be present):
    • HKEY_CLASSES_ROOT\CID
    • HKEY_CLASSES_ROOT\CID.Local for Windows 2008
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC
  3. Reboot the Server
  4. From a command prompt run msdtc -install without the quotes.
  5. Verify the MSDTC was installed successfully by reviewing the application event log.
  6. From a command prompt run msdtc -resetlog without the quotes.
  7. In the Administrative tools, Services verify the Distributed Transaction Coordinator service is started and then change the properties of the service so the start up type is automatic.
  8. Enable DTC network access if required.

For Reference below MSDN blog will be helpfull 

http://blogs.msdn.com/b/distributedservices/archive/2009/04/01/instructions-to-reinstall-the-microsoft-distributed-transaction-coordinator-msdtc-service.aspx

Thanks
Abhishek

July 7th, 2015 5:44am

From a command prompt run msdtc -uninstall without the quotes.

  1. Verify the DTC was uninstalled successfully by reviewing the application event log.
  2. Open regedit and ensure the following registry keys have been deleted (they all may not be present):
    • HKEY_CLASSES_ROOT\CID
    • HKEY_CLASSES_ROOT\CID.Local for Windows 2008
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC
  3. Reboot the Server
  4. From a command prompt run msdtc -install without the quotes.
  5. Verify the MSDTC was installed successfully by reviewing the application event log.
  6. From a command prompt run msdtc -resetlog without the quotes.
  7. In the Administrative tools, Services verify the Distributed Transaction Coordinator service is started and then change the properties of the service so the start up type is automatic.
  8. Enable DTC network access if required.

For Reference below MSDN blog will be helpfull 

http://blogs.msdn.com/b/distributedservices/archive/2009/04/01/instructions-to-reinstall-the-microsoft-distributed-transaction-coordinator-msdtc-service.aspx

Thanks
Abhishek

Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 5:44am

From a command prompt run msdtc -uninstall without the quotes.

  1. Verify the DTC was uninstalled successfully by reviewing the application event log.
  2. Open regedit and ensure the following registry keys have been deleted (they all may not be present):
    • HKEY_CLASSES_ROOT\CID
    • HKEY_CLASSES_ROOT\CID.Local for Windows 2008
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC
  3. Reboot the Server
  4. From a command prompt run msdtc -install without the quotes.
  5. Verify the MSDTC was installed successfully by reviewing the application event log.
  6. From a command prompt run msdtc -resetlog without the quotes.
  7. In the Administrative tools, Services verify the Distributed Transaction Coordinator service is started and then change the properties of the service so the start up type is automatic.
  8. Enable DTC network access if required.

For Reference below MSDN blog will be helpfull 

http://blogs.msdn.com/b/distributedservices/archive/2009/04/01/instructions-to-reinstall-the-microsoft-distributed-transaction-coordinator-msdtc-service.aspx

Thanks
Abhishek

July 7th, 2015 5:44am

From a command prompt run msdtc -uninstall without the quotes.

  1. Verify the DTC was uninstalled successfully by reviewing the application event log.
  2. Open regedit and ensure the following registry keys have been deleted (they all may not be present):
    • HKEY_CLASSES_ROOT\CID
    • HKEY_CLASSES_ROOT\CID.Local for Windows 2008
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC
  3. Reboot the Server
  4. From a command prompt run msdtc -install without the quotes.
  5. Verify the MSDTC was installed successfully by reviewing the application event log.
  6. From a command prompt run msdtc -resetlog without the quotes.
  7. In the Administrative tools, Services verify the Distributed Transaction Coordinator service is started and then change the properties of the service so the start up type is automatic.
  8. Enable DTC network access if required.

For Reference below MSDN blog will be helpfull 

http://blogs.msdn.com/b/distributedservices/archive/2009/04/01/instructions-to-reinstall-the-microsoft-distributed-transaction-coordinator-msdtc-service.aspx

Thanks
Abhishek

Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 5:44am

Thank you everyone for your responses.

July 19th, 2015 6:36am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics