Kbase P25236: What is the meaning of '-Dsrv svub,1' ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
What is the meaning of "-Dsrv svub,1" ?
GOAL:
What is SVUB,1?
FACT(s) (Environment):
DataServers
FIX:
After you start the Unified broker on the host machine from the Progress Explorer, you can connect your UNIX or Windows client. Use the same parameters that you would use to connect to the schema holder and foreign database in a standard probrkr configuration. In addition:
Include the -Dsrv SVUB,1 parameter. This parameter allows you to connect to the broker administered by the Explorer.
1. The -svub switch is required for a broker connection in the Progress Explorer administration framework.
Note: the srvrStartupParam specify the Progress startup parameters for the DataServer. Do not modify the default parameters, although you can add parameters if necessary.
The defaul value is -svub -S X -N TCP -U X -P X -hs 0 -s 40. Each value X is a place holder for the value that is going to be bypassed by the client connection.
2. If you do not set the required "-Dsrv SVUB,1" and the optional "-DataService data-service" connection parameters, the client is assumed to be configured for a standard Progress broker and the -H and -S parameters are used to locate a probrkr executable on the appropriate host machine.
3. By setting the SVUB parameter on, you redirect the -H and -S parameters to locate the appropriate NameServer and/or broker on the host machine.
The following example illustrates how to use these connection parameters for a client connecting to the unified broker within the procedure editor:
CONNECT odbholder -db odbdemo -dt ODBC -Dsrv SVUB,1 -H host1 -S odbsrv -N tcp -U username -P password
The following example illustrates how to use these connection parameters for a client connecting to the unified broker through the NameServer within the procedure editor:
CONNECT odbholder -db odbdemo -dt ODBC -Dsrv SVUB,1 -DataService odbholder -H host1 -S odbsrv -N tcp -U username -P password