Hi,
I'm trying to setup a Service Deployment for SQL Server.
The VM deploys, joins the relevant domain and then procedes to the SQL Server CompleteImage operation as expected, however this fails with the following:
-------------------------------
Error (22042)
The service SQL Server Deployment was not successfully deployed. Review the event log to determine the cause and corrective actions.
Recommended Action
The deployment can be restarted by retrying the job.
Error (22738)
The CompleteImage operation for the SQL Server Instance MSSQLSERVER could not be completed because the specified Windows account is not valid. Impersonation of the specified Windows account failed.
ErrorMessage: The user name or password is incorrect
Recommended Action
Provide a valid Windows account for the SQL Server CompleteImage operation.
Error (20400)
1 parallel subtasks failed during execution.
Error (21952)
Application deployment failed for one or more tiers or application hosts in the service SQL Server Deployment. Check job logs to get more information on the failed operation.
Recommended Action
Check error messages and retry the operation if needed.
-------------------------------
I've ensured that the passwords for the SQL accounts being used are correct (even to the point of typing it out in notepad and using copy/paste for both the VMM account and the Domain account) and the installation account is a member of the local administrators group.
The error is constant when using either a Domain account or a local administrator account in the SQL Server profile.
Does anyone know why this is happening?
Mike