Entering content frame

-10312: Attempt to concatenate to a NULL or DEFAULT value for parameter (<number>) Locate the document in the library structure

Explanation:

While data was being written piecewise, an attempt was made to assign further data to parameter <number>, which was already assigned the NULL value or the DEFAULT value.

User Action:

Do not assign any more data to a parameter to which you have already assigned the NULL or DEFAULT value.

 

Leaving content frame