Kbase P122142: Error 6819 and 12867 trying to add extents to new Area online
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/02/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1x
SYMPTOM(s):
Error 6819 and 12867 trying to add extents to new Area online
Error occurred on line <line number>. (6819)
prostrct add FAILED. (12867)
Area name
umber mismatch:
New Area: XX
After Image Area 2:XX
After Image is not enabled for database but After Image extents exists for the database
CAUSE:
The area number that is being added matches the area number for the AI extent files
FIX:
Modify the new structure (st) file, making sure the new area number is greater than the last AI extent file area number.
i.e.
....
#
# Database st file
d "Misc":12,32;1 /data/sports_12.d1 f 320
d "Misc":12,32;1 /data/sports_12.d2
#
a /data2/sports.a1 f 512 <- This would be area 13
#
a /data3/sports.a2 f 512 <- This would be area 14
#
a /data4/sports.a3 f 512 <- This would be area 15
#
a /data5/sports.a4 f 512 <- This would be area 16
#
#Newadd.st -This file contains the New Area which number is 17
d "New Area":17,32;1 . f 320
d "New Area":17,32;1 .