Avoiding port number conflicts [CR 358218]

To avoid product conflicts, change the IQ port number in default.cfg and other configuration files (for example, asiqdemo.cfg) if Adaptive Server Anywhere is installed on the same system as Sybase IQ. Both products use the default port 2638.

First, add the following line to $ASDIR/scripts/default.cfg with an unused port number, for example:

-x  tcpip{port=4444}

Next, look for a port number definition in each configuration file. For example, $ASDIR/demo/asiqdemo.cfg contains the following line:

-x  tcpip{port=2638}

Edit the line and replace the default port number with the new one, for example:

-x  tcpip{port=4444}

Save each file when finished.

If Adaptive Server Anywhere is on the same subnet as Sybase IQ, the server names must be unique.