The Connection Manager allows you to create new and maintain existing server connections. It also allows you to assign connections to connection groups.
Each server connection has a unique name, optional
description, and set of required database connection parameters, as the
following list shows.
Host and Port Number
The Host Name and Port number are entered using colon
between these two values.
For example, MYDEVSERVER:1526
For the host you
can specify either the name of the host computer or IP
address.
The Port Number can
be received from your Database Administrator or by looking up SQLHOSTS file at
the server-side for UNIX servers or SQLHOSTS Windows Registry Key value for
Windows NT servers. You can find SQLHOSTS registry key under
HKEY_LOCAL_MACHINE\SOFTWARE\Informix folder. Also if you use any other Windows
application connecting to Informix from your workstation, you can use Informix
SetNet32.exe utility from your Informix Client installation to look up the
port number for your server. The Server Studio JE requires port number - not a
service name. As a result, if the SetNet32 utility displays the service name
instead of the port number, you have to find a port number for this service
using WINNT\system32\drivers\etc\services
file.
In addition, if the Server Administrator plug-in module is installed, the Host Access tab allows you to configure remote access to the server using Telnet or SSH protocols. With this access you can execute server-side commands and scripts, such as ONSTAT or ONMODE, and use server administration functions, such as Start/Stop server or terminate user session. See Configuring Remote Host Access topic under the Server Administrator chapter for more information on setting up remote host access.