admin
Immortal
Immortal

When doing the SQL Server installation during SetupCapture, you should set the account that the service will be running as to the name of the user that's doing the install (usually "Administrator"). I get the impression that you left it as LocalSystem?

Also shut down the instance before doing the postscan.

There are probably log files in %ProgramFilesDir%\Microsoft SQL Server\MSSQL.1\MSSQL\Logs, perhaps they'll give a clue? If there's a message in there mentioning SSL I'm pretty sure that the problem is with the account as mentioned above.

Reply
0 Kudos