Kbase P52722: Changing a database field format gives memory corruption
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Changing a database field format gives memory corruption
Running a conversion on metaschema which change for each database logical field the "_format" get errors: 87 and 49
** Input value: <input> should be <yes
o>. (87)
SYSTEM ERROR: Memory violation. (49)
CAUSE:
The new format and the initial value is not anymore compatibile.
The old format was "ONE/TWO" and the initial value was "ONE".
The conversion changed the format to "Mama/Papa" which was in conflict with the initial value "ONE".
FIX:
As solution: change first the initial value to "YES" or "NO" and then you can change the format to what ever you want.
After changing the format you can change again the initial value to one of the values specified in the new format.