Trying to compile converted database programs

selasi

New Member
good day to you all.

i have a problem with converting my database from version9.1E to Open Edge 10.2B. what i have done is as follows:
1) back up current 9.1E database and truncate bi file using pro util <dbname> -C truncate bi (using 9.1E proenv)

2) convert the database to OE10.2B using OE proenv and the following command: proutil <dbname> -C conv910.
3) back up the newly converted database.

PROBLEM:
i have tried to compile the programs being ustilesd to run the 9.1E to 10.2B using the following command on the target -rx -db<target path> -p makev6 -1
im getting the following error : wrong database version
how do i resolve these challenges

kind regards

selasi
 

tamhas

ProgressTalk.com Sponsor
First guess is that DLC is still pointing at 9.1E. Check your environment.

Note also that while conv910 works, you aren't gaining the advantages of Type 2 storage areas that way.
 

TomBascom

Curmudgeon
The full error message is always more helpful than an excerpt.

I would guess that you have a chicken or the egg type of problem. Is "makev6" a dot-r? It seems likely given the -rx. Which is a kind of strange startup parameter for a session that is expected to compile other programs.

Where did you get instructions telling you to use that command line?

What sort of licenses to "showcfg" say you have?
 
Top