Search results

Install client libraries

Bold BI Enterprise Edition utilizes client libraries such as Oracle, MySQL, Snowflake, and MongoDB to establish connections with their respective SQL database variants. To install these client libraries, it is necessary to read and accept the licenses associated with each one.

Please follow the provided steps to proceed with the installation of the client libraries:

  1. Open the kudu PowerShell console for Bold BI Azure App service. You can access the Kudu service through the portal by navigating to the Web App dashboard > Advanced Tools > Click on Go.

Advanced tool - kudu

  1. Select the PowerShell console.

Kudu powershell window

  1. Go to the client library location.

    {drive}\home\site\wwwroot\ClientLibraries 
  2. In this location, you will find the client library consent document “consent-to-deploy-client-libraries.txt”. Read the client library’s LICENSE details and execute the following command to install the client libraries:

    .\install-optional-libs.ps1 "mongodb,influxdb,snowflake,mysql,oracle,google,clickhouse” 

    client-lib-install-command