Try OpenEdge Now
skip to main content
DataServer for Microsoft SQL Server
Configuring the DataServer : Typical configuration for a remote client to connect to a remote DataServer : Starting the schema holder to accept remote client connections
 

Starting the schema holder to accept remote client connections

The connection between the schema holder and a remote client allows you to access data definitions stored in the schema holder. The following example shows how to service the schema holder to accept a remote client connection.
Using the same Progress PROENV shell as you did in Step 4 of Starting a broker, type the following example command line to start the DataServer connection:
proserve schemaholdername -H hostname -S databaseservice -N tcp
The value for databaseservice must be unique to the connection you are making to the schema holder.