Question : Configuring MSDTC on Windows 2008 clusterQuestion:

Configuring MSDTC on Windows 2008 clusterQuestion:
We are planning to build a  SQL 2008 cluster on Windows 2008 cluster. Before starting SQL installation, we have tried to configure the MSDTC as cluster resource using Failover Cluster Management console. It is configured successfully. But the resource is not coming up and we are getting 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 someone please let me know how can we resolve this issue?

Answer : Configuring MSDTC on Windows 2008 clusterQuestion:

http://programming-oneliners.blogspot.com/2006/03/remove-blank-empty-lines-php-29.html

$blanksremoved = preg_replace("/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/", "\n", $_POST['txtrareaname']);
Random Solutions  
 
programming4us programming4us