Consultor Eletrônico



Kbase P119375: Adding Areas online fails with error 12867
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/23/2007
Status: Verified

FACT(s) (Environment):

OpenEdge 10.1x
All Supported Operating Systems

SYMPTOM(s):

Cannot add extents to existing Area online

Area with the same number canot be added online.

New Storage Area cannot be added online.

prostrct add FAILED. (12867)

prostrct addonline -verify reports correct structure file in use

prostrct add (offline) functions OK

Database not enabled for AI After-Imaging

Area name
umber mismatch:
<AreaName>:<AreaNumber>
NewArea1:13
Error occurred on line <number>. (6819)
prostrct add FAILED. (12867)

CAUSE:

Bug# OE00131733

CAUSE:

If "prostrct addonline" is preceded with prostrct addonline -validate, the operation fails.

When doing a prostrct addonline -validate, if new areas are defined, shared memory is updated with the new area information so that other extents that may have been defined for this new are can be validated and proper assignment of area numbers allocated.

This new area information was not being deleted from shared memory on completion of the addonline -validate, causing the failure.

FIX:

This issue has been fixed in OpenEdge 10.1B01.

Workaround:
- Re-start the database, then run prostrct addonline again WITHOUT the -validate parameter (no need to keep the database offline)