I wrote a small projection to download documents. It seems that we can’t assign BLOB variables with large size to binary variable in Projection (like more than 200KB). Is there a workaround for this?
I tried to use “CreateAndImportDocument” service provided by IFS and use method ” Invoke action CheckOut”, but failed (get “ODP_DESERIALIZATION_ERROR”)
Do you have any suggestions to download large files?