Entering content frame

-1105: Too complicated SQL statement (Too much data) Locate the document in the library structure

Explanation:

Within the system, more space is needed to represent the data of the SQL statement than is available.

User Action:

Simplify the SQL statement or split it into several SQL statements. If this is not possible, check whether the database parameter PACKET_SIZE can be increased, because the amount of storage space available depends on that parameter. An increase in excess of 32 KB will not increase the amount of space any further.

 

Leaving content frame