Skip to content

Configure AS Management API

EdVassie edited this page Dec 1, 2020 · 1 revision
Previous Configure AS Instance Security Properties Manual Configuration Configure Integration Services Instance Next

FineBuild can Configure the Management API available for Analysis Services.

The AS Management API should be enabled as shown below.

FineBuild Configure AS Management API

The AS Management API configuration relates to Process Id 5BFB and is controlled by the parameters below:

SQL Version Parameter FULL Build WORKSTATION Build CLIENT Build
SQL2019 /SetupOLAPAPI: Yes Yes N/A
SQL2017 /SetupOLAPAPI: Yes Yes N/A
SQL2016 /SetupOLAPAPI: Yes Yes N/A
SQL2014 /SetupOLAPAPI: Yes Yes N/A
SQL2012 /SetupOLAPAPI: Yes Yes N/A
SQL2008R2 /SetupOLAPAPI: Yes Yes N/A
SQL2008 /SetupOLAPAPI: Yes Yes N/A
SQL2005 /SetupOLAPAPI: Yes Yes N/A

In order to maintain compatibility with older versions of SQL FineBuild, the parameter /ConfigOLAPAPI: can also be used.

FineBuild also uses the following parameters to help configure analysis Services Properties:

Parameter Default Description
/SetupSQLAS: Yes Install SQL Server Analysis Services.

Top


Manual Configure AS Management API

The following steps show what you would have to do for manual AS Management API configuration. FineBuild does all of this work for you automatically.

  1. Register the Analysis Services management DLL

    Open a command window and run the following command. Replace \100\ with the value for the SQL Server version you are installing

    SQL Version Value
    SQL 2019 \150\
    SQL 2017 \140\
    SQL 2016 \130\
    SQL 2014 \120\
    SQL 2012 \110\
    SQL 2008 R2 \100\
    SQL 2008 \100\
    SQL 2005 \90\

    For a 64-bit server:

     "%PROGRAMFILES(X86)%\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.AnalysisServices.dll"
    

    For a 32-bit server:

     "%PROGRAMFILES%\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.AnalysisServices.dll"
    

    Register API

Copyright FineBuild Team © 2013 - 2020. License and Acknowledgements

Previous Configure AS Instance Security Properties Top Configure Integration Services Instance Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally