Kbase P106751: Metaschema corruption causes proutil conv910 to fail with error (438).
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/03/2009 |
|
Status: Unverified
SYMPTOM(s):
Error converting Progress 9 database to OE 10.0X using conv910 utility.
Client attempting to access recid <record-number> not part of file <file-number>. (438)
Client attempting to access recid 43857 not part of file -1. (438)
FACT(s) (Environment):
OpenEdge 10.x
Progress 9.x
CAUSE:
Bug # 20050812-030
FIX:
Upgrade to 10.0B Service Pack 03.
If upgrading is not possible then there are two workarounds:
A: Restore, Dump and Load
1. Restore the database from backup
2. Dump the Progress 9 database both definitions and data
3. Create an empty OE10 database
4. Load into the OE10 Database the definitions and data.
B: Restore, Export,Delete, Convert and Import
1. Restore the database from backup
2. Export all SQL92 Views
3. Delete all SQL92 Views
4. Run the Conv910 Utility
5. Import the SQL92 views that were exported