Try OpenEdge Now
skip to main content
DataServer for Microsoft SQL Server
Introduction : DataServer configurations : Configuring distributed DataServer applications using the Unified Broker Framework
 

Configuring distributed DataServer applications using the Unified Broker Framework

The Unified Broker Framework is a system administration framework that provides a consistent interface in which specific OpenEdge products such as the DataServer for MS SQL Server can be managed. It supports elements that allow you to perform such common administrative tasks as
*Starting and stopping processes
*Managing, configuring, and validating property files
These elements include the OpenEdge Management/OpenEdge Explorer configuration tool, mergeprop utility, and command-line utilities.
The following figure shows an example of a client/server DataServer application that is configured with Unified Broker AppServer Instances. The figure illustrates how to combine clients and servers that run on different platforms.
Figure 8. Distributed DataServer applications using a Unified Broker Framework
In the figure above, the OpenEdge client runs on a client machine (either in Windows or in UNIX) and can access a remote machine that has the OpenEdge Management or OpenEdge Explorer to manage the Unified Broker instances. The connection between the OpenEdge client and the AppServer residing in the remote machine is established using AppServer networking, and the connection between the several DataServer broker instances is established using OpenEdge networking.
For every AppServer Agent, the connections between the DataServers residing in other broker instances is established using the OpenEdge networking, that is, the DataServer client components of the Agent establish connection with the server components of the DataServers in corresponding DataServer broker instances.
Note: Server component of the DataServer cannot be distributed using the Progress Application Server for OpenEdge. However, a Progress Application Server for OpenEdge
Each DataServer can spawn a multitude of DataServer processes, and a Data Source Linkage specifies how the DataServer processes use the ODBC driver to locate and connect to the data source. instance can connect to server components in a Unified Broker DataServer Instance of the traditional OpenEdge AppServer or server component processes spawned from the traditional ProBroker product.
For more information on configuring and managing the AppServer, see OpenEdge Application Server: Administration.
instance can connect to serverThe framework also facilities activities that are fundamental to the MS SQL Server DataServer's broker-based technology. For example, the AdminService, the framework's central element, enables supported products like the DataServer for MS SQL Server in managing an application's resources.
For details about the Unified Broker Framework, its elements, and the OpenEdge products that employ its features, see OpenEdge Getting Started: Installation and Configuration.
* A closer look at the OpenEdge Management or OpenEdge Explorer interface
* Using the mergeprop utility
* Typical configuration scenarios
* SSL-enabled DataServer