proutil (db name) -C conv910

Sander

New Member
I am attempting to upgrade my 9.1D database to 10.1 for use with an application that we are considering upgrading. I was looking up commands to upgrade the db and I found proutil db-name -C conv910 but when I run that I get an error that says "Could not recognize argument: conv910"

What am I doing wrong? Thanks
 
Are you sure you are running the version 10 proutil? Looks to me like you may still be using the version 9 proutil, which of course knows nothing about a 9-10 conversion.

Note sure if you have done this, but also make sure you truncate your bi with version 9 berfore running the 9-10 conversion.

Good luck

Paul
 
You may be right when I run proutil alone it says version 9.1d. I installed progress 10 and am running the proutil from that directory unless an environmental path is still pointing to the old one.
 
Hi Sander,

Your DLC environment variable is probably still pointing to V9 - this environment variable is used in the proutil script to find the executable that will be running - and if it points to v9 it will of course find and run the v9 version :)

Paul
 
proutil path/to/database/databasename -C truncate bi

You have to that with version 9 BTW....
 
Back
Top