Consultor Eletrônico



Kbase P85615: How to allow Promon to run against a database with a single user connected.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How to allow Promon to run against a database with a single user connected.

GOAL:

Can Promon run in a single user environment?

GOAL:

Can Promon run against a database that is in single user mode?

FIX:

Promon cannot run in a single user environment but there are times when a user will want to connect a single user to the database and monitor the transactions that session is running.

This can be done by limiting the users that can get into a multi-user session.

By starting a broker for the database, the user will allow Promon to run against it and by using the -n parameter at startup, the user will limit the number of client connections.

Start the database using:
Proserve <database name> -n 1

This will allow one connection to the database as well as allow Promon to run against it.