Versions Compared

Key

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

...

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

  • address: Machine Name or IP address where the Apliqo FPM model is being hosted. You can use localhost if the splicer and Apliqo FPM are on the same machine.

  • port: The HTTPPortNumber parameter for the Apliqo FPM model.

  • ssl: The same value as the UseSSL parameter for the Apliqo FPM model.

  • user: Is ADMIN or an account that has admin privileges.

  • password: The password for the user nominated in user parameter of the connection.json file.

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

...