Kbase P50718: Do I need to specify -N TCP -H -S for every calling program.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/1/2008 |
|
Status: Verified
GOAL:
Do I need to specify -N TCP -H <server host name> -S <server service port number> for every calling program.
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
FIX:
No. Only the program which starts the application needs to make the connection to the database.
The recommended way is to put the connection parameters into a parameter file (.pf) and connect with the progress executable instead of using the connect statement from the 4GL application.