[progress Communities] [progress Openedge Abl] Forum Post: Error When Saving To Clob Field

  • Thread starter Thread starter Andrei Popa
  • Start date Start date
Status
Not open for further replies.
A

Andrei Popa

Guest
Hi, When I try saving a longchar to a clob field I get the following error: Error reading socket, ret=10054, errno=2. (778) ** Incomplete write when writing to the server. (735) Failure in large object operation, error = -1218 (16683) Could not update large object segment during copy. (11322) ** Unable to update lbTxt Field. (142) This is the assignment that generates the error: ASSIGN lbTxt.txtASCIIx = pcTextASCII lbTxt.txtHTMLx = pcTextHTML . I have also tried using COPY-LOB: MESSAGE "Before first copy-lob". COPY-LOB pcTextASCII TO lbTxt.txtAsciix. MESSAGE "Before second copy-lob". COPY-LOB pcTextHTML TO lbTxt.txtHTMLx. MESSAGE "After assign". This is what I get now in the logs: Before first copy-lob Before second copy-lob Error reading socket, ret=10054, errno=2. (778) ** Incomplete write when writing to the server. (735) Failure in large object operation, error = -1218 (16683) Could not update large object segment during copy. (11322) More information: pcTextASCII is empty and I am running on 11.7.1.

Continue reading...
 
Status
Not open for further replies.
Back
Top