Kbase P165157: 4GL/ABL: Error (275) deleting a table using the Data Dictionary
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/4/2010 |
|
Status: Unverified
SYMPTOM(s):
4GL/ABL: Error (275) deleting a table using the Data Dictionary
** <Field-name> is mandatory, but has a value of ?. (275)
** _Cache is mandatory, but has a value of ?. (275)
Database was migrated from 9.x to 10.x using conv910
Error occurs deleting a database table using the Data Dictionary or applying a delta.df containing a DROP TABLE command using the Data Administration.
Error occurs ONLY with tables that have no index defined and ONLY if the conv910 was run on a BIG-ENDIAN machine like HP, SOLARIS and AIX.
The WRITE trigger, and maybe other database schema triggers as well, for the affected table(s) may fail to fire.
FACT(s) (Environment):
HP-UX
IBM AIX
Solaris
OpenEdge 10.x
CAUSE:
Bug# OE00170500
CAUSE:
A bug in conv910, caused this issue for tables that have no index defined in databases that have been converted using conv910 on BIG-ENDIAN platforms (SOLARIS, HO and AIX).
FIX:
Dump and load the database into a new database prior to deleting the table or applying the delta.df.