Kbase P97731: proutil db -C conv910 fails with error 11158
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/23/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.X
SYMPTOM(s):
Errors when running proutil db -C conv910:
Internal error in upIdxCompNumGet, errno 5. (11158)
Internal error in upStatRecord, errno 26. (11158)
Internal error in upStatRecConv, errno 1. (11158)
Internal error in drConv910, errno 7. (11158)
Unable to convert a database to OpenEdge 10 using conv910
Database has been previously accessed by SQL92 or ODBC clients
proutil db -C conv910 fails with error 1158
update index statistics before conv910 did not help
CAUSE:
This is a known issue
FIX:
Connect to a database using your favourite ODBC tool (or SQL Explorer) and run following commands:
DELETE FROM pub."_sysidxstat";
COMMIT WORK ;
then truncate BI file using v9 (proutil db -C truncate BI) and conv910 using OpenEdge 10 (proutil db -C conv910)