Kbase P146893: Very large .r file causes ProxyGen to fail generation
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/02/2011 |
|
Status: Verified
SYMPTOM(s):
Very large .r file causes ProxyGen to fail generation
The .r file is greater than 2.4 MB in size
The .r file contains many internal procedures and temp-table definitions
Most of the internal procedures have temp-tables as parameters
FACT(s) (Environment):
OpenEdge 10.x
Windows
CAUSE:
The compiled .r code exceeds the maximum size (64K) for the parameter signature segment. If this segment exceeds 64K it is truncated to 64K in order to fit into the segment size limits. This does not affect the execution of the .r code, however, it does affect ProxyGens ability to generate proxies for the .r code. At the present time this limit cannot be raised. The next release for which we allow a .r code version number change will allow this segment to be expanded.
FIX:
None at this time.