IPAddress

This parameter lets you specify multiple IP addresses for an individual IBM® Cognos® TM1® server.

For example, a server can use one IP address for clients within a firewall and a different IP address for clients outside the firewall.

Parameter type: optional, static

Note: When this parameter is used in the Tm1s.cfg file, both the Cognos TM1 Server and Admin Server must run on the same computer. If this parameter is used in the Tm1s.cfg file, but the Cognos TM1 Server and Admin Server reside on different computers, Cognos TM1 clients will receive an error when they attempt to log in to the Cognos TM1 Server.

The syntax for Microsoft Windows uses a semicolon as the element separator, for example the following setting specifies two IP addresses for the TM1 server:

IPAddress="130.5.32.0; 130.5.64.0"
Attention: The addresses must be enclosed in a single set of quotation marks and separated by a semicolon.

When you specify multiple IP addresses for a server, the associated Admin Server recognizes all addresses but displays only the first IP address in the Admin Server window.

The syntax for UNIX uses a colon as the element separator. For example IPAddress=130.5.32.0: 130.5.64.0