Error in streaming from blob to bigtext

Hi all,

I am having a prob in streaming the value from blob to big text. I have used the following code

TempBlobs.Blob.CREATEOUTSTREAM(Outs);

XMLPORT.EXPORT(50001,Outs);

TempBlobs.Blob.CREATEINSTREAM(Ins);

CLEAR(Big);

Big.READ(Ins);

The system throws error in the line Big.READ(Ins); the error is as follows

Can any one please tell me where i go wrong

The following text cannot exceed a total of 42616 characters.’’ +

Regards,

Karthik.D

Hi Karthik,

I came across your post and i have the exact same problem. I was wondering if you figured it out? Were you able to come up for a solution?

Best Regards,

Ricardo Carvalho