OPTION 1: Delete the User table content prior to conv1011Dump and Delete the User table content in the OpenEdge 10 environment prior to running CONV1011. After the database has been successfully converted to OpenEdge 11, load the
_user.d content back through the Database Administration utility:
1. Dump the _user table through the Data Administration (_user.d)
2. Delete the _user table:
FOR EACH _user:
DELETE _user.
END.
Truncate the bi:
$ proutil dbname -C truncate bi -pf startup.pf
In the OpenEdge 11 environment run the conversion:
$ proutil dbname -C conv1011 -pf startup.pf
OPTION 2: Dump and Load.Instead of running conv1011, dump the database content in OpenEdge 10 and Load it in OpenEdge 11.