Consultor Eletrônico



Kbase P175434: Is there a way to limit/monitor the number of connection retries to a database ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/24/2010
Status: Unverified

GOAL:

Is there a way to limit the number of connection retries to a database ?


GOAL:

How to monitor how many times a client is trying to connect to a database ?

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

There is no way to limit the number of client connection retries unless it is done through the application, storing a counter for the user.
To monitor the number of connection retries we have two options:
1) Through database log monitoring.
2) To use the _connect VST to run a monitoring process that is constantly checking who is connecting and disconnecting rapidly.