How can an OpenEdge 10 database be converted to OpenEdge 11 on a machine without OpenEdge 10 installed?

por | 12 mayo, 2014

/etc/profile
PATH=$PATH:/opt/dlc11/bin:
export PATH
DLC=/opt/dlc11
export DLC
JAVA_HOME=/usr/java
export JAVA_HOME

– 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 truncat

– Finally, use the OpenEdge 11 PROUTIL CONV1011 command to convert the database:

$DLC/bin/proutil dbname -C conv1011