SQL2005 Cluster install problem
-
Thursday, February 24, 2011 3:48 PM
Hello,
I'm currently trying to install a SQL 2005 sp2 on a windows 2008 r2 cluster. Creating the cluster and testing was complete and succesfull but on installing SQL 2005 is proving difficult, I can run the setup up to the remote account information after that I get an error:
"SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again."
As the user I'm using is a member of Domain Admins it should really work so I checked the SQL WI log file and I found something curious, it looks like the install is replacing the value used for ValidateDomainAccount <DOMAIN\ADMINUSER> with <DOMAIN\ADMINUSER 1>.
Has anyone come accross this before? And if so have you found a sollution? Please let me know!
Thanks in Advance,
T.M. Veerman
Below is an extract of the log file.
MSI (c) (E4!C4) [16:10:54:779]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is '<Func Name='VerifyAdminAccount'>'. Its new value: 'DOMAIN\ADMINUSER'.
MSI (c) (E4!C4) [16:10:54:779]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is 'DOMAIN\ADMINUSER'. Its new value: '<Func Name='ValidateDomainAccount'>'.
MSI (c) (E4!C4) [16:10:54:779]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is '<Func Name='ValidateDomainAccount'>'. Its new value: 'DOMAIN\ADMINUSER 1'.
MSI (c) (E4!C4) [16:10:58:289]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is 'DOMAIN\ADMINUSER 1'. Its new value: '<EndFunc Name='ValidateDomainAccount' Return='70006' GetLastError='1311'>'.
MSI (c) (E4!C4) [16:10:58:289]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is '<EndFunc Name='ValidateDomainAccount' Return='70006' GetLastError='1311'>'. Its new value: '<EndFunc Name='VerifyAdminAccount' Return='70006' GetLastError='1311'>'.
MSI (c) (E4!C4) [16:10:58:289]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is '<EndFunc Name='VerifyAdminAccount' Return='70006' GetLastError='1311'>'. Its new value: 'Username, password, domain not accepted by ValidateAllNodeUserAccount'.
MSI (c) (E4!C4) [16:17:47:876]: PROPERTY CHANGE: Adding ERROR_TEXT property. Its value is '1'.
MSI (c) (E4!C4) [16:17:47:876]: PROPERTY CHANGE: Deleting AllNodeUserPassword property. Its current value is '**********'.
MSI (c) (E4!C4) [16:17:47:876]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is 'Username, password, domain not accepted by ValidateAllNodeUserAccount'. Its new value: '<EndFunc Name='AddToAvailableNodeList' Return='0' GetLastError='14007'>'.
MSI (c) (E4!C4) [16:17:47:876]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is '<EndFunc Name='AddToAvailableNodeList' Return='0' GetLastError='14007'>'. Its new value: 'PerfTime Stop: ValidateAllNodeUserAccount : Thu Feb 24 16:17:47 2011'.
MSI (c) (E4!C4) [16:17:47:876]: PROPERTY CHANGE: Modifying SqlLogMessage property. Its current value is 'PerfTime Stop: ValidateAllNodeUserAccount : Thu Feb 24 16:17:47 2011'. Its new value: '<EndFunc Name='LaunchFunction' Return='0' GetLastError='14007'>'.
Action ended 16:17:47: OnNextValidateAllNodeUserAccount. Return value 1.
Action 16:17:47: AccountForAllNodesDlg0. Dialog created
Action 16:17:48: CancelDlg. Dialog created
Action ended 16:17:49: RegisterUserDlg. Return value 2.
CustomAction WizardFirst returned actual error code 1602 (note this may not be 100% accurate if translation happened inside sandbox)- Moved by Sethu SrinivasanMicrosoft Employee, Moderator Tuesday, August 14, 2012 9:45 PM Cluster setup (From:SQL Server Application and Multi-Server Management)
All Replies
-
Friday, August 26, 2011 10:17 AM

