Kbase P185287: Why are users connecting to the database that no one should be accessing the database??
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/4/2011 |
|
Status: Unverified
GOAL:
Why are users connecting to the database that no one should be accessing the database??
GOAL:
Why do I have users connected to a database when no one should be logging into the database?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
OpenEdge Category: Database
OpenEdge Database Category: Configuration
OpenEdge Server Technology Category: AppServer
FIX:
The clients connected to the database are AppServer processes that connect to the database on startup of the AppServer process.
Information regarding how AppServers startup or connect to a database can be obtained via the ubroker.properties file located in %DLC%\properties or $DLC/properties.
An AppServer can connect to a database via the srvrStartupProcParam setting where either -db will be used to connect to a database or there may be a -pf (parameter file) identified. The one or multiple -db parameters could also reside within the parameter file. AppServers can also be configured to connect to a database via a program being specified on startup of the AppServer.