Install Bold ETL application on Bold BI and Bold Reports in Windows
Please proceed with the installation of the Bold Extract, Transform, Load (ETL) application onto the Bold BI, as well as onto the Bold Reports.
-
Select
Install Bold ETL Application
checkbox in theDeploy Bold ETL
installer wizard.
-
The etl folder will be shipped to the deployment location, and the
BoldETLWeb
application pool and etlservice will be created in IIS.
-
To skip the ETL application during the setup installation, you can unselect the above checkbox.
-
To install the ETL application after the setup installation, you can use the BoldETL.msi from the Bold Reports or Bold BI Installed Location.
Example;
Bold Reports & Bold BI Locations:
“C:\Program Files (x86) \Bold Reports\Enterprise Reporting\BoldETL”
“C:\Program Files (x86) \Bold BI Enterprise Edition\BoldETL”
Open the command prompt in admin mode and run the BoldETL.msi. The application pool and ETL service will be created properly. If you directly double-click on the MSI and try to install the ETL service, you will face service configuration issues in IIS.
For example:
- For uninstalling the Bold ETL application, you should go to the registry and search for this command:
“Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall”
Select the above “Uninstall” key and use the CTR + F function to search for Bold ETL or Bold ETL version (for example 6.1.12), retrieve the Uninstall string, and run that command in Command Prompt with administrator privileges.
Double click on the UninstallString
to obtain the full string for MSIExec.exe
.
For example: MsiExec.exe /I{7B84657A-23E5-479E-9241-16A2B3743A6F}
.
Once you have obtained the Uninstall string, change /I to /X
.
For example:
From: MsiExec.exe /I{7B84657A-23E5-479E-9241-16A2B3743A6F}
To: MsiExec.exe /X{7B84657A-23E5-479E-9241-16A2B3743A6F}
Then, execute the command MsiExec.exe /X{7B84657A-23E5-479E-9241-16A2B3743A6F}
in the command prompt with administrator mode. Bold ETL application will be uninstalled now.
For example:
If you try to uninstall BoldETL.msi via the Windows control panel, you cannot uninstall it directly. If you try to uninstall it directly, the ETL folder will be removed in the deployment location. However, the application pool and etlservice application will not be removed.