Skip to main content
Solved

Can not download documents using projections

  • July 1, 2021
  • 1 reply
  • 214 views

Forum|alt.badge.img+2
  • Do Gooder (Partner)

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?

Best answer by issa

We can use projection CreateAndImportDocument provided by IFS to get file data.

Ex: https://xxxxxxxxxxxxxxx.com:58080/int/ifsapplications/projection/v1/CreateAndImportDocument.svc/EdmFileSet(DocClass='100',DocNo='1007325',DocSheet='1',DocRev='A1',DocType='ORIGINAL',FileNo=1)/FileData

 

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • Answer
  • July 9, 2021

We can use projection CreateAndImportDocument provided by IFS to get file data.

Ex: https://xxxxxxxxxxxxxxx.com:58080/int/ifsapplications/projection/v1/CreateAndImportDocument.svc/EdmFileSet(DocClass='100',DocNo='1007325',DocSheet='1',DocRev='A1',DocType='ORIGINAL',FileNo=1)/FileData