Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 “LocationLocation:Instance”Instance. The other locations 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: TM1RunTI and Location:TM1RunTI Config.

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.

Apliqo Settings > System > Settings > Database Connection Params

...

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.

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