GLPRDB080E To increase the maximum length of attribute attribute name, its data type must be either VARCHAR, VARGRAPHIC or LONG VARCHAR.

Explanation

To increase the size of an attribute, the attribute data type must be either VARCHAR, VARGRAPHIC, or LONG VARCHAR. These are the only data types of a column that can be increased using DB2.

User response

Export the directory data into an LDIF file, unconfigure the database, modify the attribute size information in the schema file, configure the database, and import the data into the database. Otherwise, no further action can be taken.