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.

NOTE  If you already have the previous version of Insurance Product Factory installed on your environment, follow the instructions from the Upgrade section.

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

  1. Unzip Insurance Product Factory 4.5.0.zip archive file.

  2. Create a folder and name it 01 DeploymentPackages.

  3. 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.

  4. Locate the FtosSysPkgDeployer folder in the FintechOS installation kit (the path is <unzipped_install_archive>\Tools\FtosSysPkgDeployer). You need it to install the SySDigitalSolutionPackages.

  5. Select and copy the FtosSysPkgDeployer folder.

  6. Create the install_Syspack.bat file needed for installation.

  7. Add the following script in the file and save it next to the FtosSysPkgDeployer folder.

    Copy
    CD /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
  8. 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.

 

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:

  1. Check if near the 01 Deployment Packages folder the Upgrade folder exists.

  2. Run the SQL scripts located in the Upgrade folder.

  3. Perform the installation steps above, steps 1-9, to install Insurance Product Factory v4.5.0.

  4. 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:

  1. Modify the app-settings Studio Vault key by adding the .xls value to the FileUploadWhiteList key:

    Copy
    {
    "FileUploadWhiteList": ".pdf,.doc,.docx,.els,.jpg,.jpeg,.xlsx,.dll,.ppt,.pptx,.txt,.png,.ttf,.xml,.xls",