Kbase 22075: Error 1284 Running proutil -C conv89
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/12/2002 |
|
SUMMARY:
This Knowledge Base Solution provides some points to check should you encounter error 1284 during the proutil -C conv89 process.
"Unable to open <file-name> for master conversion <errno>. (1284)"
SOLUTION:
As a starting point, you need to analyze the <errno> displayed in the message. This is the Operation System error and it reveals the problem that proutil conv89 encountered while trying to access the specific file. Check Progress Solutions 3114 and/or 20793 (for
Win32 platforms) to determine your errno's specific explanation.
You should also check if the location of the physical extents matches the information stored on the control area. You can verify this by executing the command PROSTRCT list <db-name>. You might get this error message if you move the database from the original location and do not update the control area using the command PROSTRCT repair <db-name>.
If you no longer have the Progress V8 installation, you might use the files available under $DLC/bin/83dbutils or $DLC/bin/82dbutils. These contains some of the V8 database utilities, including _dbutil which is used for the PROSTRCT script.
References to Written Documentation:
Progress Knowledge Base Solutions:
3114, "What Error 290 Means (Including errno.h Listing)"
20793, "How to Check errno.h on Windows Systems"
19326, "Convert V8 Single-vol db to V8 Multi-vol db with V9 dbutils"