Disables "new" Virtual System Tables (VST) in your database.
Syntax
proutil db-name -C disablenewvsttables
Parameters
db-name
Name of the database where you are disabling new VST tables.
Successful execution of DISABLENEWVSTTABLES removes the schema for any VST tables that are new in the current OpenEdge release. DISABLENEWVSTTABLES removes VSTs that are part of the current release by default, or were added by executing PROUTIL UPDATEVST or PROUTIL CONV1011 on your database.
Execute DISABLENEWVSTTABLES to enable an earlier release of OpenEdge to access your database.
Note
Your database must be offline to execute DISABLENEWVSTTABLES.