Kbase P91315: How to manually start a remote user server
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/26/2010 |
|
Status: Verified
GOAL:
How to manually start a remote user server
GOAL:
How do I manually start a remote user server?
GOAL:
How do I manually start a server?
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
FIX:
1. Start the database broker
ex. proserve db-name -S 5000 -H host-name -N tcp
2. Manually start a remote server
ex. proserve db-name -m2 -S 9999
The port number in step 2 has to be different than the db port(s) and not the same as a server that is already spawned, or it will error.