Hello,
I am trying to install HPC 2012 R2 with external pre-configured databases. Installer works fine until "Install Server Components" step. Error log HpcServer_x64.txt says:
Unhandled Exception: Microsoft.SystemDefinitionModel.Store.StoreException: The attempt to read or update the store failed. Login failed for user 'NTADMIN\WSYDASD20114$'. ---> System.Data.SqlClient.SqlException: Login failed for user 'NTADMIN\WSYDASD20114$'.
WSYDASD20114 is a machine name, not sure why its taking machine name as user Id. Integrated Security is True in connection string.
DB connection is fine, I have verified with external software.
Please suggest.