How Adaptive Server listens for client connections

Adaptive Server uses the sql.ini file to determine the address at which it should listen for clients. When you start Adaptive Server:

  1. Determines the server name to use, usually by finding the value of the DSLISTEN environment variable or by using a command-line option.

  2. Looks in the sql.ini file for an entry that matches the specified server name.

  3. Looks in the libtcl.cfg file for an entry that matches the Net-Library driver name associated with the server entry in the sql.inifile.

  4. Loads the specified Net-Library driver.

  5. Uses the information from the MASTER entry in the sql.ini file to determine the address at which it should listen for client connection requests.