Consultor Eletrônico



Kbase P11501: How do I enable VSTs in Progress 8.x?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How do I enable VSTs in version 8 of Progress?

GOAL:

How to enable the VSTs?

FACT(s) (Environment):

Progress 8.2x
Progress 8.3x

FIX:

The command to enable VSTs in Progress version 8 is:

proutil dbname -C enablevst

Since Progress Version 8.2+ Virtual System Tables are included, which provide 4GL application access to the same database information that you can collect with the PROMON utility. The Virtual System Tables, or schema tables, have no physical records until the database manager generates them at runtime. This enables a 4GL application to retrieve information about users accessing the database at runtime.

Once VST's are enabled, there is no corresponding option/utility to disable them.