jimm98y / MSSQLEXPRESS-M1-Install

Installers and installation scripts for Microsoft SQL Server Express on ARM64.
MIT License
252 stars 57 forks source link

Not installing on Windows 11 Installed in parallels on M1 mac #24

Closed tegwin closed 5 months ago

tegwin commented 10 months ago

I am getting a bunch of errors and its actually not installing but SSMS is installed, and I thought it. has installed but could not login. So I uninstalled and reinstalled and keep getting the error

Directory: C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL

Mode LastWriteTime Length Name


d----- 10/28/2023 5:01 PM Log d----- 10/28/2023 5:01 PM DATA Exception calling "SetAccessRule" with "1" argument(s): "Some or all identity references could not be translated." At C:\Users\christimm\Downloads\MSSQLEXPRESS-M1-Install-main\src\install2022Express.ps1:98 char:1

Exception calling "SetAccessRule" with "1" argument(s): "Some or all identity references could not be translated." At C:\Users\christimm\Downloads\MSSQLEXPRESS-M1-Install-main\src\install2022Express.ps1:103 char:1

Copy-Item : Cannot find path 'C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\Binn\Templates\master.mdf' because it does not exist. At C:\Users\christimm\Downloads\MSSQLEXPRESS-M1-Install-main\src\install2022Express.ps1:120 char:1

Copy-Item : Cannot find path 'C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\Binn\Templates\mastlog.ldf' because it does not exist. At C:\Users\christimm\Downloads\MSSQLEXPRESS-M1-Install-main\src\install2022Express.ps1:121 char:1

TroyT868 commented 9 months ago

Are you using the batch file from an elevated command prompt to install SQL using these scripts or running the PowerShell scripts using PowerShell or PowerShell ISE? I had no issues with the scripts but ran the batch files from an elevated command prompt and got all editions to install using the scripts (2019 Express, 2019 Developer, 2022 Express and 2022 Developer). Which version(s) have you tried installing?

jimm98y commented 5 months ago

Should be fixed using the new installers or scripts.