Category / Section
How to install optional client libraries in silent mode in a windows environment
Published:
This article explains how to install the optional client libraries, such as Oracle, PostgreSQL, MySQL, Snowflake, and MongoDB, to connect to the corresponding data sources with Bold BI.
Note: Ensure Bold BI is installed in your Windows environment before proceeding.
- Open the command prompt with Administrator.
You need to change FALSE to TRUE in the respective library name that you want to install in the command mentioned below, and then execute it.
- If you are facing any issue while installing, you can find the log details in the following location:
- You can also ensure that the library was successfully installed by referring the aforementioned log file as shown below.
Log file that shows the client library installed successfully message
msiexec /i "C:\Program Files (x86)\Bold BI Enterprise Edition\Client Library\ClientLibrary.msi" CLIENT_APPDIR="C:\Program Files (x86)\Bold BI Enterprise Edition\" MONGODBLIB="FALSE" INFLUXDATANETLIB="FALSE" ORACLELIB="FALSE" NPGSQLLIB="FALSE" MYSQLLIB="FALSE" SNOWFLAKEDATALIB="FALSE" AMAZONATHENALIB="FALSE" GOOGLECLOUDBIGQUERYLIB="FALSE" CLICKHOUSELIB="FALSE" SILENTINSTALL="TRUE" /qn /L*V "C:\BoldBIEnterprise_ClientLibrary.log"
For example, we have set "TRUE" for the MongoDB library as mentioned in the following code block:
msiexec /i "C:\Program Files (x86)\Bold BI Enterprise Edition\Client Library\ClientLibrary.msi" CLIENT_APPDIR="C:\Program Files (x86)\Bold BI Enterprise Edition\" MONGODBLIB="TRUE" INFLUXDATANETLIB="FALSE" ORACLELIB="FALSE" NPGSQLLIB="FALSE" MYSQLLIB="FALSE" SNOWFLAKEDATALIB="FALSE" AMAZONATHENALIB="FALSE" GOOGLECLOUDBIGQUERYLIB="FALSE" CLICKHOUSELIB="FALSE" SILENTINSTALL="TRUE" /qn /L*V "C:\BoldBIEnterprise_ClientLibrary.log":\BoldServices\bi\dataservice\Plugins\connections
C:\BoldBIEnterprise_ClientLibrary.log