Strategy ONE

Manually Configure the Modeling Service on a Windows Server

  1. Browse to the Modeling service installation directory at <INSTALL_PATH>\MicroStrategy\ModelingService.
  2. Do one of the following:

    • Beginning in Strategy One (May 2025): Under the ./admin/ directory, locate and edit the application.properties file.

      Copy
      server.port = <modeling_service_port_number>
    • Prior to Strategy One (May 2025): Under the ./admin/ directory, locate and edit the application.conf file.

      Copy
      http.port = <modeling_service_port_number>
  3. Restart the Modeling service using one of the options below.

    Open the Windows Service Application, right-click Strategy Modeling Service, and choose Restart.

    or

    Use the command line to start and stop the Modeling service.

    Copy
    ./bin/stop.bat
    ./bin/start.bat
  4. Check the status of the Modeling service at http://localhost:<port_number>/model/application/health.