Install-DbaInstance AnalysisServices asks for admin account #8521
Unanswered
JacobSaugmann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi im trying to automate the deployment og SQL servers, and everything works fine when i choose Engine and ssis, but at the moment i adds AnalysisServices as feature then i keep getting this error:
ComputerName : SQL-TEST-SERVER Version : 15.0 SACredential : Successful : False Restarted : False Configuration : {OPTIONS} InstanceName : MSSQLSERVER Installer : H:\setup.exe Port : Notes : {Installation failed with exit code -2068578304. Expand 'ExitMessage' and 'Log' property to find more details.} ExitCode : -2068578304 ExitMessage : You must provision the system with at least one system administrator. Log : {Overall summary:, Final result: Failed: see details below, Exit code (Decimal): -2068578304, Exit facility code: 1204...} LogFile : C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\Summary.txt ConfigurationFile :
I have tried all different kinds of combinations with -AsCredential -Credential and so on but i cant get it to install the ssas - It fails in validation it says in the log file.
Im using the command like this (removed SQL and SSIS feature for easier reading)
Install-DbaInstance -Version 2019
-Feature AnalysisServices
-InstancePath "D:\Program Files\Microsoft SQL Server"
-ASCredential $scvAcc
-SqlInstance $computername
-InstanceName $instancename
-Path "H:\"
-Credential DOMAIN\user
-Confirm:$false
Does anybody have an idea on what i can do?
Beta Was this translation helpful? Give feedback.
All reactions