Kbase P110159: How to have a single-remote-user session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
How to have a single-remote-user session
GOAL:
How to have one user only after starting the database broker
FIX:
In case of an Enterprise license, start the database broker with
"-n 3 -Ma 1 -Mn 1"
to prevent any other remote user and have the BIW plus one APW:
proserve <db> -S <service> -n 3 -Ma 1 -Mn 1
probiw <db>
proapw <db>
mpro <db> -S <service>
In case of a Workgroup license, start the database broker with
"-n 1 -Ma 1 -Mn 1"
to prevent any other remote user and no self-service client.
You cannot prevent one additional session connecting to the database: the self service client "promon".
promon <database>