Kbase P75097: Errors (328) and (9010) compiling application against MSS Dataserver
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/4/2009 |
|
Status: Verified
SYMPTOM(s):
Error compiling large application .p against MSS DataServer
Number of fields referenced in program exceeded maximum size of theCompressed Field Descriptor. (328) (9010)
FACT(s) (Environment):
MS SQL DataServer
CAUSE:
Field descriptors are stored in a segment of the r-code.
Field descriptor size for Microsoft SQL Server is larger in size than Progress (16 bytes for MSS DataServer and 2 bytes for Progress).
More field descriptors can be stored for Progress r-code than MSS DataServer r-code.
FIX:
The number of fields referenced in this program exceeded the maximum size of the compressed field descriptor. To resolve this problem limit the number of fields the program references.