Kbase P14687: What client connection parameters are needed when using a DataServer Broker?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
GOAL:
What client connection parameters are needed when using a DataServer Broker?
FIX:
I. DataServer Broker started through the command line and/or through ProControl:
**Client connects through -H, -S, -N
_progres <schema holder> -RO -db <schema image name> -ld <logical image name> -dt ORACLE -H <broker hostname> -S <broker service> -N TCP -U scott -P tiger
prowin32 <schema holder> -RO -db <schema image> -dt ORACLE -H <broker hostname> -S <broker service> -N TCP -U scott -P tiger
II. DataServer Broker started through the Unified Broker:
**Clients connects through -H, -S, -N and -Dsrv svub,1. Please note that -Dsrv svub,1 does not have to be capital, however note that there is no space inbetween the comma and 1.
_progres <schema holder> -RO -db <schema image> -dt ORACLE -H <broker hostname> -S <broker service> -N TCP -U scott -P tiger -Dsrv SVUB,1
prowin32 <schema holder> -RO -db <schema image> -dt ORACLE -H <broker hostname> -S <broker service> -N TCP -U scott -P tiger -Dsrv SVUB,1