Using a remote DataServer configuration
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The examples in the first part of this section show how to use specific command syntax to start OpenEdge in the following modes:
- In single-user mode
- In a remote DataServer configuration
- With a local schema holder connected
- With a MS SQL Server database connected
Note the following command syntax used in a Windows client:
Synrax
|
Note the following command used on a UNIX client:
Syntax
|
The examples in the second part of this section allow you to start OpenEdge in a remote DataServer configuration:
- The schema holder's physical name is
mssholderand it is read-only. - The data-source name is
sports. - The data source type is
MSS(Microsoft SQL Server). - The logical data source name is
mydemo. - The host name is
host1. - The service name is
mssport. - The user ID is
bob. - The password is
bobpass.
Note the following command used in a Windows client:
|
Note the following command used on a UNIX client:
|