Kbase P176791: AppServer disconnects from database unexpectedly
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/4/2010 |
|
Status: Unverified
SYMPTOM(s):
AppServer disconnects from database unexpectedly
Two different environments running on same machine
Environments run their own AppServers and databases
The AppServer from each environment do however connect to a shared database
They shut down a database unique to environment 2 resulting in the disconnect of AppServer in environment 1 from its unique database
FACT(s) (Environment):
ia64 (Itanium)
HP-UX
OpenEdge 10.1C
OpenEdge Server Technology Category: AppServer
CAUSE:
They shut down databases using scripts and a part of the script run in this case disconnects users from both databases in environment 2. This resulted in a disconnect of the ENV1 AppServer connection to the shared database.
FIX:
Fix the script so that it does not disconnect users from the common database when shutting down the unique database in environment 2