Bold BI Application can be hosted as sub application in IIS by following the below steps.
Each application in Bold BI will be run on a different application pool. To create an application pool, follow these steps:
Click Application Pools
and then right-click to select Add Application Pool
.
Name the application pool and click OK
.
Right-click the newly created application pool and then select Advanced Settings
.
Need to change the application pool type as localSystem
as shown in the following image.
You need to repeat the same procedure for creating application pools for the following Bold BI sub-applications:
Follow these steps to create a Bold BI sub-applications:
Right-click the required application hosted in IIS, under which Bold BI will be running as sub-application, and select Add Application
as shown in the following image.
Fill the following details and click Ok
as shown in the following image.
Alias name - Enter the name that you want to use as an alias for the domain.
Application pool - Application Pools are logical groupings of web applications that will execute in a common process.
Physical path - In the Physical path box, click Browse
to navigate the file system to find the IDP - Web from Bold BI deployed location.
NOTE:
Alias
name should be in lowercase.- By default, the Bold BI is deployed in “C:\BoldServices” location for Windows.
Application Name | Under Sub Application | Application Pool | Physical Path |
---|---|---|---|
bold | - | SubApp-BoldIDWeb | {Deployed Location} \idp\web |
api | bold | SubApp-BoldIDApi | {Deployed Location} \idp\api |
bi | bold | SubApp-BoldBIWeb | {Deployed Location} \bi\web |
api | bi | SubApp-BoldBIApi | {Deployed Location} \bi\api |
designer | bi | SubApp-BoldBIDesigner | {Deployed Location} \bi\dataservice |
jobs | bi | SubApp-BoldBIJob | {Deployed Location} \bi\jobs |
ums | bold | SubApp-BoldUMS | {Deployed Location} \idp\ums |
windowsauthentication | bold | SubApp-BoldWinAuth | {Deployed Location} \idp\windowsauthentication |
Ensure that BI application has sub-applications, as shown in the following image.
Finally, sub-application structure is created successfully, as shown in the following image.
Need to update the binding values in the following configuration files in deployed location.
Update the Idp
, Bi
, BiDesigner
, and Reports
values in the following file location.{Deployed Location}\app_data\configuration\config.xml
.
product.json
file in following location. {Deployed Location}\app_data\configuration\product.json
.IMPORTANT: Restart your site once all the above steps are completed.