Kbase P113248: 4GL: ACCESS_VIOLATION error executing a statement involving the STRING function.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/02/2006 |
|
Status: Unverified
SYMPTOM(s):
4GL: ACCESS_VIOLATION error executing a statement involving the STRING function.
PROGRESS stack trace includes:
ACCESS_VIOLATION
C:\PROGRESS91D\bin\prow32.dll
DllStartup+1A2AE8
C:\PROGRESS91D\bin\prow32.dll
Code includes the statement:
iLength = LENGTH(STRING(" ", _field._format)).
CAUSE:
The table involved has a CHARACTER field with FORMAT "X(72000)". The maximum legal FORMAT of a CHARACTER field is 31991.
FIX:
Modify the FORMAT of the CHARACTER fields involved to ensure that their size is less or equal to the maximum legal limit of 31991 characters.