First, use the 102dbutils utility installed with OpenEdge 11:
- Verify if the path on the OS copied database is different r not by running prostrct list command on the database as
%DLC%/bin/102dbutils/102b05_dbutil prostrct list dbname- Open the dbname.st file and check to see if path for the database is correct. If not, fix the path on the dbnam.st file, then run the prostrct repair as
%DLC%/bin/102dbutils/102b05_dbutil prostrct repair dbname- Truncate bi file for 10.2B database using proutil command as
%DLC%/bin/102dbutils/102b05_dbutil dbname -C truncate bi
- Finally, use the OpenEdge 11 PROUTIL CONV1011 command to convert the database:
%DLC%/bin/proutil dbname -C conv1011