Kbase P106342: TranMan session crashes (GPF) creating resource files
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/09/2005 |
|
Status: Unverified
FACT(s) (Environment):
Translation Manager
SYMPTOM(s):
TranMan session crashes (GPF) creating resource files
There is an array variable defined with a large extent value. For example:
DEFINE VARIABLE ctab AS CHARACTER INITIAL "" EXTENT 9999.
CAUSE:
This is a known issue being investigated by Development
FIX:
Defining array variables so large risks exceeding the 32K limit for variables so it is best to avoid these kind of variables in the first place.
To work around this problem:
Reduce the number of extents in the array or replace the array with a temp table.