Kia Ora.
Putting together first vCAC6 poc. The Appliances are up and working fine, now up to the IaaS on Win2k8r2 with local SQL Express and this install fails. Pre-Reqs work. Installed and patched .NET 4.5 (not 4.5.1) as well.
I'm installing as a local Administrator on the IaaS domain joined server. Running install .EXE using Run As Administrator.
Installation creates the database in the local SQL Express. I've slowly elevated privileges to troubleshoot but the same lines are written to the LOG file and its a failed install.
Info : 2014-01-15 09 49 58 588 a.m. :Done Building Project "C:\Program Files (x86)\VMware\vCAC\Server\Database\DeployVMPS.xml" (BuildDB target(s)).
Info : 2014-01-15 09 49 58 604 a.m. :Build succeeded.
Info : 2014-01-15 09 49 58 604 a.m. : 0 Warning(s)
Info : 2014-01-15 09 49 58 604 a.m. : 0 Error(s)
Info : 2014-01-15 09 49 58 620 a.m. :Time Elapsed 00:03:35.12
Info : 2014-01-15 09 49 58 667 a.m. :CREATE USER [serverName\Administrator] FOR LOGIN [NVCACIAAS\Administrator]
Info : 2014-01-15 09 49 58 682 a.m. :EXEC sp_addrolemember 'db_owner','serverName\Administrator';
Error : 2014-01-15 09 49 58 854 a.m. :Error: vCAC Configuration Wizard is unable to execute Sql command CREATE USER [serverName\Administrator] FOR LOGIN [serverName\Administrator].
Error : 2014-01-15 09 49 58 854 a.m. :Error: vCAC Configuration Wizard is unable to execute Sql command CREATE USER [serverName\Administrator] FOR LOGIN [serverName\Administrator].
Not being a SQL guru, i have tried elevating privileges and swapped between using Microsoft and SQL login. tried connecting with a new SQL and AD security account with MSDB db_owner rights. Also as 'Microsoft Authenticated'. each re-run provides the same statements regardless if the localMachine\Administrator account exists or not.
Any help greatly appreciated.
Thanks and happy new 2014!