Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Welcome the Apliqo FPM

The first time logging into Apliqo FPM you see the Get Started page.

Essential Params

Check that the following settings are true for your environment.

Menu: Apliqo Settings > System > Settings > Essential Params

Enter full file path to where the instance is located in the Location:Instance. The other location parameters will default to the standard locations. Un-check any location parameter that is not correct and enter the correct full path for the location parameter.

Enter the Customer Name and Customer Key provided by Apliqo.

File System

Menu: Apliqo Settings > System > Settings > File System Location Params

Check the Location:Debug.

Check the Location: TM1RunTI and Location:TM1RunTI Config.

Note to update the config.ini.

Database Params

For this training material we are using the Apliqo demo.sqlite database.

Menu: Apliqo Settings > System > Settings > Database Connection Params

Check the ODBC Connection agrees with the SQL-Lite database OBDC. The ODBC Datasource User and ODBC Datasource Pwd are left blank for the demo.sqlite database.

Backup Params

Check the TM1 Server Name parameter has the value “ApliqoFPM”.

Run the [Backup] process. You should get the message:

Check the backup files have been created.

Rule Splicing Tool

Open the file .\model\batch\rule-splicing-tool\config\connection.json. Check the values are correct for your environment.

{
    "data_instance": {
        "address": "localhost",
        "port": "30031",
        "ssl": true,
        "user": "admin",
        "password": "Apliqo2023"
    }
}

  • No labels