PROUTIL CONV1112 REPLTARGET qualifier
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Converts an OpenEdge Release 11 replication target database to an OpenEdge Release 12 replication target database.
Syntax
|
Parameters
- db-name
- Specifies the OpenEdge Release 11 target database name.
- repltarget
- Restores the specified schema backup file to the OpenEdge Release 12 target database and performs any repairs that are needed for synchronization. This option applies only to replication target databases.
- conversion-file
- Specifies the name of the schema backup file.
The repltarget qualifier lets you
convert without a replication rebase, because the utility converts only the database
schema area instead of the entire database. Upgrading from OpenEdge Release 11 to
OpenEdge Release 12.3 allows this type of conversion.
If your database is not replication-enabled, follow the steps in PROUTIL CONV1112 qualifier.
CAUTION: Before you convert the database schema area, make sure that your
databases meet requirements. Complete the steps in Prepare to convert replication-enabled
databases in Upgrade to OpenEdge 12 before
you run CONV1112.
Note: Users who defined SQL views in an OpenEdge Release 11 database may see messages like the following after running CONV1112.
You must have your database backed up before running the conversion. (1024)
Have you done this (y/n) ?
Updated view LOPEZ.MYVIEW's file number to 32820 (20551)
VST Table Deletion has begun. Please stand by. (6876)
VST Table Deletion has completed successfully. (6885)
Conversion completed, database is now in Progress OpenEdge Release 12 format. (19121)
PLEASE IMMEDIATELY BACK UP YOUR NEWLY CONVERTED Progress OpenEdge Release 12 DATABASE !!! (11115)
Follow the instructions in the messages immediately after you run CONV1112. CONV1112 installs a new system view with file number 32819. If you defined a SQL view with file number 32819 in your Release 11.7 database, CONV1112 updates the file number of your SQL view to the next available file number, as shown in message 20551. For conversion steps and results, see See Convert replication-enabled databases in Upgrade to OpenEdge 12.