How can an OpenEdge 10 database be converted to OpenEdge 11 on a machine without OpenEdge 10 installed?
/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… Leer más »