Hi,
We are building SQL 2008 Cluster on Win 2008 Cluster. We have configured the MSDTC service as cluster resource as you mentioned in this tip. But the MSDTC resource is not coming up. It is giving the below error.
Cluster network name resource 'xyz' failed to create its associated computer object in domain 'abc.com' for the following reason: Unable to create computer account. The text for the associated error code is: Logon failure: unknown user name or bad password.
Please work with your domain administrator to ensure that: -The cluster identity 'pqr$' can create computer objects. By default all computer objects are created in the 'Computers' container; consult the domain administrator if this location has been changed. - The quota for computer objects has not been reached.- If there is an existing computer object, verify the Cluster Identity 'pqr$' has 'Full Control' permission to that computer object using the Active Directory Users and Computers tool.
The cluster service is running under Local System account (which has been given permission to create objects in AD).
We have tried by pre-creating a computer object with the MSDTC Network Name in disabled state and giving cluster identity full control on it. But, when we configure the MSDTC it is giving an error 'xyz' is already in use in the Active Directory.
Can you please let me know how can we resolve this issue?