Kbase P20940: How to configure for remote client server connectivity
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  31/05/2005 |
|
Status: Verified
GOAL:
How to configure remote client server connectivity
GOAL:
Setting up for remote client connections
GOAL:
How to connect to the database in client/server mode
FACT(s) (Environment):
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
The database servers needs to be started with -H hostname and -S servicename parameters.
The hostname parameter needs to be the name or IP address of the machine where the database is going to be running.
The servicename parameter either need to be the port number or service name which you add to /etc/services file on the machine where the database server is going to be running.
The clients will need to have the hostname and IP address for the machine where the db server is running, added to their hosts file.
The client will also need to add the servicename and port number to their services file.
Then when the client is started it needs to have its session started with the same -H hostname and -S servicename used to start the database.