Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqlSetup: Can only install Analysis Services in the default (Multi-Dimensional Server Mode) #388

Closed
craigofnz opened this issue Feb 16, 2017 · 3 comments · Fixed by #964
Closed
Assignees
Labels
enhancement The issue is an enhancement request.

Comments

@craigofnz
Copy link

Unable to automate the installation of SSAS in TABULAR mode via Powershell DSC

The DSC configuration that is using the resource (as detailed as possible):

Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:

Windows 2016 Data Center: Version 1607 (OS Build 14393.729)
Powershell: 5.1.14393.693

Version of the DSC module you're using, or 'dev' if you're using current dev branch:
5.0.0.0

Notes:
The command-line install has a parameter available for
/ASServerMode MULTIDIMENSIONAL|TABULAR|POWERPIVOT

See: MSDN

This option does not appear to be available from the DSC Resource.

@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Feb 16, 2017
@johlju
Copy link
Member

johlju commented Feb 16, 2017

We need to add that support as soon as possible. If anyone feel they can take this on, then feel free. :)

@craigofnz
Copy link
Author

Almost done

@johlju
Copy link
Member

johlju commented Feb 16, 2017

@craigofnz Awesome! Thank you! I label this one as in progress then. 😄

@johlju johlju added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels Feb 16, 2017
@johlju johlju changed the title xSQLServerSetup: Can only install Analysis Services in the default (Multi-Dimensional Server Mode) SqlSetup: Can only install Analysis Services in the default (Multi-Dimensional Server Mode) Dec 22, 2017
johlju added a commit that referenced this issue Dec 25, 2017
- Changes to SqlSetup
  - Added parameter `ASServerMode` to support installing Analysis Services in
    Multidimensional mode, Tabular mode and PowerPivot mode (issue #388).
  - Added integration tests for testing Analysis Services Multidimensional mode
    and Tabular mode.
@johlju johlju removed the in progress The issue is being actively worked on by someone. label Dec 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request.
Projects
None yet
2 participants