Installing Insurance Product Factory
Follow the instructions below to install and configure Insurance Product Factory v4.5.0. This is the first package to be installed in the entire insurance suite.
Prerequisites
Before installing or upgrading to Insurance Product Factory v4.5.0, make sure the following are already installed:
-
HPFI v22.1.1.0
-
SySDigitalSolutionPackages v21.1.0003
Installation Steps
-
Unzip Insurance Product Factory 4.5.0.zip archive file.
-
Create a folder and name it 01 DeploymentPackages.
-
Copy the DigitalAsset folder (if it exists) and DigitalSolution M.N.U.P.RC.zip file (extracted at step 1) inside the 01 DeploymentPackages folder.
-
Locate the FtosSysPkgDeployer folder in the
FintechOS installation kit
(the path is <unzipped_install_archive>\Tools\FtosSysPkgDeployer). You need it to install the SySDigitalSolutionPackages. -
Select and copy the FtosSysPkgDeployer folder.
-
Create the install_Syspack.bat file needed for installation.
-
Add the following script in the file and save it next to the FtosSysPkgDeployer folder.
CopyCD /D %~dp0
"%~dp0\FtosSysPkgDeployer\FtosSysPkgDeployer.exe" -i -a -s "StudioLink" -u AdminStudioUser -p user_password -z DataBaseServer -v DB_user -k DB_user_password -d "TheNameOfTheDataBase" -r "%~dp0\01 DeploymentPackages\*.zip"
Pause -
Run the install_Syspack.bat script by double clicking on it.
Optionally, if you want to work with our demo insurance products, install Insurance Product Factory Import Formula v4.4.0 and Insurance Product Factory Import v4.4.0, following the standard installation steps using, using the FtosSysPkgDeployer.

-
<StudioLink> - The web URL of the Innovation Studio installation, for example http://localhost/ftos_studio.
-
<AdminStudioUser> - The username of the Innovation Studio user under which this import is executed. The user has to exist in Innovation Studio prior to this operation.
-
<user_password> - The password for the Innovation Studio user.
-
<DataBaseServer> - The name of the database server where the FintechOS installation database was created.
-
<DB_user> - The username of the SQL Server user with administration rights on the FintechOS installation database.
-
<DB_user_password>- The password for the above mentioned SQL user.
-
<TheNameOfTheDataBase> - The name of the database where the Insurance Product Factory v2.4.0 is deployed.
-
<syspack_path>- The physical path to the unzipped Insurance Product Factory v4.5.0 previously downloaded.
Upgrade
If you already have the Insurance Product Factory Import v4.4.0 package installed, upgrade to v4.5.0 by performing the below steps:
-
Check if near the 01 Deployment Packages folder the Upgrade folder exists.
-
Run the SQL scripts located in the Upgrade folder.
-
Perform the installation steps above, steps 1-9, to install Insurance Product Factory v4.5.0.
-
Perform the same to install Insurance Product Factory Import Formulas V4.5.0. Run the SQL scripts from Insurance Product Factory Import Formulas folder.
Post-Installation Setup
After installing perform the following configurations:
-
Modify the
app-settings Studio
Vault key by adding the.xls
value to theFileUploadWhiteList
key:Copy{
"FileUploadWhiteList": ".pdf,.doc,.docx,.els,.jpg,.jpeg,.xlsx,.dll,.ppt,.pptx,.txt,.png,.ttf,.xml,.xls",
}