Skip to content

Issue with Installing Analysis Services via dbatools #9935

@suhaylsidat

Description

@suhaylsidat

Hello

I'm trying to install SQL Server using Install-DbaInstance (dbatools) to automate SQL Server installation across local and remote Windows Server environments with customisable configuration.

I have a working script which executes very well even when installing other features like Integration Services, Full-Text etc.

However, I am trying to use the same script with the addition of Analysis Services, but I am getting an error message in the log saying "You must provision the system with at least one system administrator".

I know that I need to include the admin account for Analysis Services. In my script, I am including this feature in the 'Feature' parameter, along with the AdminAccount (for the default SQL Instance) and the ASCredential parameters in the $config. I'm not sure if there's something missing but I don't see any option to include the Admin account for Analysis Services.

Please can you advise?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions