HTTPPortNumber

Sets the port number on which the TM1 Server listens for incoming HTTP(S) requests.

Parameter type: optional, static

The IBM®Cognos® TM1® Server services the REST API using this HTTP(S) channel. The server accepts either standard HTTP or SSL secured HTTPS connections depending on the UseSSL parameter (see UseSSL). If UseSSL is set to T, switching the use of SSL on, then the server will accept only HTTPS connections. If UseSSL is set to F, the server will accept unsecured, HTTP connections.

When you install a TM1 Server, the HTTP port is not set by default. In the tm1s.cfg file, add the following line:

HTTPPortNumber = XXXX

Replace XXXX with a valid port number.

Note: Port numbers must be unique across all services running on a computer, not just across TM1 servers and not just across the HTTP ports of TM1 servers.