Entering content frame

-2000: Row too long Locate the document in the library structure

Explanation:

When (re)defining a table, the length of a table row exceeds 8088 bytes (see Restrictions for SQL Statements).

User Action:

       1.      One or more columns must be removed from a CREATE TABLE statement, or their lengths must be reduced.

       2.      One or more columns must be removed from an ALTER TABLE statement, or their lengths must be reduced. Use a QUERY statement issued on the DOMAIN.COLUMNS system table to view the current definition of the table.

 

Leaving content frame