Kbase P15976: Program crashes with error 3307 in initial value segment
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1X
SYMPTOM(s):
Program crashes with error 3307 in initial value segment
initial value has exceeded its limit of 63488 bytes, in <file-name> at line # <line-number>. (3307)
<segment-name> has exceeded its limit of <segment-size> bytes, in <file-name> at line # <line-number>. (3307)
CAUSE:
Too many variables defined all with or all without NO-UNDO option and have initial values assigned, causing the initial segment to exceed the limit 64 KB.
FIX:
Define some of the variables with NO-UNDO option and others without NO-UNDO