Pada saat implementasi User Profile di Sharepoint 2010 dimana sekarang menggunakan engine FIM (Forefront Identity Manager). Pada saat implementasi saya mengalami hal-hal sebagai berikut :

Microsoft.ResourceManagement.Service: System.ArgumentException: Unable to open database connection
Parameter name: connectionString ---> System.Transactions.TransactionException: The partner transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D025) ---> System.Runtime.InteropServices.COMException (0x8004D025): The partner transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D025). (Source: Forefront Identity Manager, Event ID: 3)

dan error ini juga :
The Forefront Identity Manager Service cannot connect to the SQL Database Server. (Source: Forefront Identity Manager, Event ID: 22)

Dari 3 error diatas, kita dapat memperbaikinya dengan mengenable MSTSC component di server Database. Untuk mengenable MSTSC component ini adalah sebagai berikut :
1. Ke Administrative Tools –> Component Services –> Computer –> My Computer –> Distributed Transaction Coordinator –> Local DTC
2. Setelah itu Klik kanan property di Local DTC, dan di enable beberapa properti seperti digambar dibawah ini :

3. Setelah itu silahkan Start kembali User Profile Services dari Web Sharepoint Administrative tools
-- Selamat Mencoba --