TDS-Based Sybase and Microsoft SQL Server Database Agent Administration

You can specify the following environment variables for this agent:

The following Connection Options can be passed to the driver:

Application Server & 3-Tier Architecture Configuration

There may be situations in which you are unable to install your OpenLink Request Broker and Database Agents on the same machine as the one hosting your Microsoft SQL Server database server. Irrespective of the reasons that lead you to this scenario, it is possible to configure your OpenLink database agents hosted on your Application Server machine such that they connect to a remote Microsoft SQL Server database on your Database Server machine using Microsoft SQL Server database specific networking (NETLIB) as opposed to OpenLink's Database Independent Networking. The end result being a 3-tier distributed OpenLink architecture in which the communication between OpenLink clients and database agents use OpenLink Database independent Networking, while the communication between the Microsoft SQL Server database agent and the Microsoft SQL Server database server uses Microsoft SQL Server's NETLIB.

Configuration Steps

Assuming you have an Microsoft SQL Server Database Server machine called "oplwinnt" that has a Microsoft SQL Server Server named "oplwinntsql" up and running:

  1. On your Application Server (the machine hosting your database agents) create a NETLIB Database Connection Alias named "oplwinntsql" (for purposes of this example only).
  2. Ensure that you have a usable connection to the remote Microsoft SQL Server database server using the Open Client Database alias "oplwinntsql" (this the value you provide whenever you are prompted for a Server Name by native SQL Server utilities)
  3. Add the following values to the "Server Options"field within the Admin Assistant Forms or Wizards used to configure your database agent. If you choose to set this value on the client simply enter the same value into to the "Database Name" Attribute associated with the configuration of your OpenLink client ODBC or JDBC or UDBC client configuration for more details):


    oplwinntsql

  4. You may also enter the following values into the "Database Server Options" field: -S oplwinntsql

Unicode Configuration

See the Unicode section for configuration details.