Kbase P121799: Binary dump fails error number 12011
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/23/2010 |
|
Status: Verified
SYMPTOM(s):
Binary dump fails error number 12011
Could not find record. Recid <recid>, error number <errno>, return <ret-code>. (12011)
Before Image file recently damaged.
Database recently forced into.
FACT(s) (Environment):
proutil idxcheck show no errors in the primary index of the table which reported the 12011 error.
Dump of data using alternate index successful.
All Supported Operating Systems
OpenEdge 10.1x
CAUSE:
Schema corruption
FIX:
Dump the data from the database using the Data Dictionary or programmatically.
OR
Binary dump using an index other than the primary.
An index number (not name) can be specified during a binary dump.
When no index number is specified binary dump will use the primary index for the dump.
The following is the syntax ofr a binary dump command line:
proutil <db-name> -C dump [owner-name.]table-name directory [ -index num ]