Kbase P111532: Filename in 12075 message different from database name
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/07/2007 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1E
Progress 9.1D09
OpenEdge 10.0B
OpenEdge 10.1x
SYMPTOM(s):
Filename in 12075 message different from database name
The After-image extent extraction for <extent name> failed. (12075)
CAUSE:
The syntax for the extract is -
rfutil db-name -C aimage extract -a ai-extent -o output-file
The 12075 error is indicating that an rfutil extract was run but that the extract failed because the database and the ai file didn't match, i.e. the ai file referenced was not for the database specified in the command. It is correct behaviour that the messages are written to the lg file of the database referenced in the command.
FIX:
Ensure that the ai file to be extracted is for the database specified in the command.
Syntax: rfutil db-name -C aimage extract -a ai-extent -o output-file
Where:
<aifile> = <dbname>.a<n>
<outfile> any nomenclature chosen
Example: rfutil sports2000 -C aimage extract -a sports2000.a99 -o base10.99.seq130870