Kbase P82285: conv910 not completing after (11118) message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/15/2005 |
|
Status: Verified
FACT(s) (Environment):
Windows 2000
Progress 9.1D
OpenEdge 10.0A
SYMPTOM(s):
conv910 not completing after (11118) message
_Sequence Template Record updated to latest configuration. (11118)
No errors appear during conversion process, but protraces are created
protrace is empty, or is truncated and contains references only to -
RaiseException
dbut_bufcmp
Command prompt returns ok after conv910 is run
proserving the database returns error 873
SYSTEM ERROR: Physical redo, BKUPDCTR=<number>, note updctr=<number>. (873)
Checking the sequences in the database returns errors 450 and 3191
SYSTEM ERROR: Cannot read field from record, not enough fields. (450)
SYSTEM ERROR: Failed to extract field <field-num> from <file-name> record (table <table-num>) with recid <RECID>. (3191)
CAUSE:
Missing field(s) in some _sequence records is a known problem in some v9
databases. A proutil module seqtempfix was created to fix this problem.
FIX:
Before running the conv910:
1. Check the sequences with -
for each _sequence:
display _sequence.
end.
This should return 450s and 3191s.
2. proutil <dbname> -C seqtempfix.
3. Then truncate the v9 database and run the conv910 utility.