Installing Banking Product Factory

Follow the steps described below to perform an automatic installation of the Banking Product Factory. This is a process of running a script, the install_SysPack.bat file, on your environment. The script automatically imports the content of the Banking Product Factory v4.0 into your FintechOS Studio.

IMPORTANT!  
You must run the script on the machine where FintechOS Studio is installed.
Make sure you have access rights to Studio's database.

Dependencies

In order to install Banking Product Factory v4.0, first you need to install the following:

  • FintechOS Studio version v22.1.4

  • SySDigitalSolutionPackages v22.1.4000

IMPORTANT!  
If you are installing Banking Product Factory v4.0 on top of anther version of Banking Product then you must previously run a correction package, named BPFixInit.zip. Find this package in the same Banking Product Factory v4.0 archive file.

Pre-Installation Checklist

The SysPack has unique constraints on some of the standard entities like: FTOS_DFP_FlowSettings , FTOS_DFP_ProcessorSettings, FTOS_VersionSettings, FTOS_VersionSettingsItem, FTOS_EntityStatusSettings, FTOS_MKT_AudienceSegments, FTOS_MKT_Audience, and for all Banking Product entities.

If you have already moved data using the Configuration Data Deployment Package menu, then you probably have already configured some unique constraints.

Before running the script, make sure you:

  1. Disable the constraints that you have created on your environment, allowing the system to create the new ones after the Banking Product Factory v4.0 is imported.

  2. Use the new Configuration Data Definitions imported with the Banking Product Factory v4.0 file when you export the data.

Installation Steps

  1. Unzip your Banking Product v4.0.zip archive file.

  2. Locate the FtosSysPkgDeployer folder in the FintechOS installation kit (the path is <unzipped_install_archive>\Tools\FtosSysPkgDeployer). You need it to install the Banking Product Factory v4.0.

  3. Select and copy the FtosSysPkgDeployer folder.

  4. Navigate to the location where you have unzipped the Banking Product v4.0.zip (let’s call this location <pckg_deployer_dir>), then paste the FtosSysPkgDeployer folder there, within each and every zip file that comes with the package.

    IMPORTANT!  
    Each zip file within the Banking Product v4.0.zip must be extracted and installed separately, in the given order!
    If you decide not to use the default security roles that come with the package, simply skip the Banking Product Factory Generic Security Roles zip file.
  5. Create a new or edit a previous install_Syspack.bat file. Replace the parameters described in the install_SysPack.bat Parameters Explanation section with your own values. Save and close the file.

  6. Right-click install_SysPack.bat » Run, for each package.

The script starts running in your Windows console. Wait for it to finish. If your parameter values were correct, FintechOS Studio has the Banking Product menu items visible after a refresh:

The install_SysPack.bat file allows you to import both the data model and the data:

Copy

install_SysPack.bat syntax for Data Model import

FtosSysPkgDeployer.exe -i -s "<StudioLink>" -u <AdminStudioUser> -p <user_password> -z <DataBaseServer> -v <DB_user> -k <DB_user_password> -d "<TheNameOfTheDataBase>" -r "<syspack_path>\01 DeploymentPackages\*.zip"

 

Copy

install_SysPack.bat syntax for Data import

FtosSysPkgDeployer.exe -g -s "<StudioLink>" -u <AdminStudioUser> -p <user_password> -r "<syspack_path>\02 ConfigurationDataDeploymentPackages\*.zip"
NOTE  
The syntax presented here is for information purposes only. Please run the actual install_SysPack.bat file.
IMPORTANT!  
If you're using SQL Server Integrated Authentication, make sure that the Windows user used for running the script has access to the FTOS database, with read/ write rights. Run the command without the SQL username/ password parameters.
If you're using SQL Server Build In Authentication, make sure that the SQL Server user has read/ write access to the FTOS database. Run the command with the SQL username/ password parameters.