Versions Compared

Key

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

...

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

Run TI Configuration

Open the file, .\ApliqoFPM\batch\TM1RunTIConfig. Check the values are correct for your environment.

  • adminhost: Specifies the computer name or IP address of the Admin Host on which an Admin Server is running.

  • server: The name of the Apliqo FPM Planning Analytics database. Generally, this will be ApliqoFPM.

  • user: The account to run the TI process under. Must have permission to run the processes.

  • pwd: The password of the account.

Code Block
[TM1RunTI]
adminhost=localhost
server="ApliqoFPM"
user="admin"
pwd=""