migrating from 9b to 10c

cpb

New Member
Hi

I copied all the required files from the 9b schema holder to 10c schema holder and when I try to do truncate the BI file using prostruct command I get the following error. Could you help me on this?

** Database has the wrong version number. (db: 1116, pro: 1175). (44)

thanks
 
I'm not sure what the relevance of copying files and schema holders is -- you haven't said nearly enough about what you're doing for that to make sense.

But it sounds like you are trying to truncate a v9 database's bi file with the oe10 proutil (proutil truncates bi files, "prostruct" does not do that).

That won't work.

You need to truncate the bi file with v9 before you attempt to upgrade.
 
Hello Tom,

I'm very new to Progress, but I'm curious if you know or do not recommend using the 9 to 10 conversion tools found at:

/dlc102b/bin/91dbutils ?
I used these to convert my Progress 9 database to 10 without issue. or at least I think there are no issues...
 
Those tools will get the job done. They are there to rescue people who forgot to take the appropriate actions on the old server. It can be a major hassle to get them to work sometimes. It is much easier to use the tools in their native environment.
 
Back
Top