Kbase 30498: Idxbuild Resolves Idxcompact Failure with Error 3634.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P498
FACT(s) (Environment):
Progress 9.0B
Progress 9.1x
SYMPTOM(s):
System Error occurs when idxcompact is run.
Large block of indexes are being compacted.
Cannot select a smaller amount of indices to compact.
SYSTEM ERROR: bkupgrade: dbkey <num> not intent locked.(3634)
** Save file named core for analysis by Progress Software Corporation.(439)
CAUSE:
Some code has asked the buffer manager to upgrade an "intent to update" lock to an exclusive lock on a database buffer that contains an index block. But the current state of the lock is not "intent" so it cannot be upgraded and the buffer manager rejects the request.
FIX:
Perform an idxbuild off line.