Error 3307 Progress 9.1D AIX 5.2

j_pierre

New Member
Hello


Compile error 3307 with Progress 9.1D aix 5.2,but i don't have this error with
Windows, hp-ux, linux.

Can you help me on this probléme. I would not like to modify the code.

exist there a parameter under progress or Aix.

Regards
 

ajaysheth

Member
The error message description goes likes this:

<segment-name> has exceeded its limit of <segment-size> bytes, in
<file-name> at line # <line-number>. (3307)

INTRODUCTION
============
This knowledgebase entry describes what goes into r-code
action code and expression code segments and how to overcome
r-code limitation system error 3307. It also describes why
action code and expression code segment limits may be
exceeded in code migrated from an earlier version of Progress.

HOW TO OVERCOME ACTION CODE SEGMENT LIMITATION ERROR 3307 ========================================================= If the 62K limit on an action code segment is exceeded, the
following error is given:

Action segment has exceeded its limit of <segment-size>, in
<file-name> at line # <line-number>. (3307)

HTH,
Ajay.

 
Top