Installing Core Policy Admin
Follow the guidelines below to install and configure Core Policy Admin 3.4.0.
Prerequisites
Before installing Core Policy Admin 3.4.0, make sure to install the following:
-
HPFI v22.1.1.0
-
SySDigitalSolutionPackages v22.1.0003.zip
-
Core Insurance Master v2.4.0
Installation Steps
-
Unzip your Core Policy Admin 3.4.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 async install_SyspackDA.bat script by double-clicking on it.
-
Follow the steps above to import and install the Core Policy Admin Import v3.4.0.
-
After installing, run the SQL scripts from the Core Policy Admin Import folder.
-
<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.
-
<TheNameOfTheDataBase> - The name of the database.
-
<syspack_path>- The physical path to the unzipped Core Policy Admin v3.4.0 previously downloaded.
-
<DB_user_password>- The password for the above mentioned SQL user.
Upgrade
If you already have the Core Policy Admin v3.3.0 package installed, upgrade to v3.4.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-8, to install Core Policy Admin v3.4.0.
-
Perform the same to install Core Policy Admin Import Upgrade v3.4.0.
-
After installing the Core Policy Admin Import Upgrade v3.4.0, perform the post-installation setup listed below.
Post-Installation Setup
After installing, perform the following configurations:
-
Check the system parameter by going into Innovation Studio and setting the context to Core Insurance Master Digital Asset as described here.
-
Go to Main Menu > Admin > System Parameters, search
PolicyAdminUsed
parameter and open it for edit. Set the value to 1. - Enable the PolicyAdminUsed parameter to be able to enable Policy admin automatic transitions.
- Core Policy Admin Import v3.4.0 is mandatory to be imported after Core Policy Admin v3.4.0 otherwise the policy automatic transitions might not work as expected.
-
Add Vault keys:
For Portal app-settings:
Copy{
"baseUrlApi": "PORTALAPI_URL "> //URL of the portal site using EBSDefaultAuthentication = EB
"clientApi": "yourClient",
"userApi": "yourUserName",
"passwordApi": "youUserPass",
"SMTP:Port": "***",> //Your SMTP port<
"SMTP:Host": "***",> //Your SMTP host<
"SMTP:EnableSSL": "0",
"SMTP:User": "",> //Your SMTP user<
"SMTP:Password": "",> //Your SMTP password<
"DefaultFromEmail": ""> //Your SMTP default from email address<
}For Innovation Studio app-settings:
Copy{
"SMTP:Port": "***",
"SMTP:Host":"***",
"SMTP:EnableSSL":"0",
"SMTP:User":"***",
"SMTP:Password":"***",
"DefaultFromEmail":"***"
}For Job Server app-settings:
Copy{
"UploadFolder": "yourPath:\Sites\UploadEBS",
"AttachmentPath": "yourPath:\Sites\UploadEBS",
"FileUploadWhiteList": ".pdf,.doc,.docx,.els,.jpg,.jpeg,.xlsx,.dll,.ppt,.pptx,.txt,.png,.ttf,.xml",
"baseUrlApi": "PORTALAPI_URL *",
"clientApi": "yourClient",
"userApi": "yourUserName",
"passwordApi": "youUserPass",
"SMTP:Port": "***",
"SMTP:Host": "***",
"SMTP:EnableSSL": "0",
"SMTP:User": "***",
"SMTP:Password": "***",
"DefaultFromEmail": "***",
}
// * URL of the portal site using EBSDefaultAuthentication = EBS
// *** = your SMTP information