Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

error during the archiving of pdf files.

Former Member
0 Kudos

Hi all,

We need to retrieve the PDF stored in the unix path to archiv link. For that we have written a code to store the pdf files in a particular path to an internal table. Then we need to do archiving. For that we first used the ARCHIV_METAINFO_GET and we got the archiv informations . Then we have used the ARCHIVOBJECT_CREATE_FILE funciton to archive the file in the archive link. For that we have passed the parameters as follows

ARCHIV_ID = T1

DOCUMENT_TYPE = PDF

PATH = /FULLUNIXPATH/CAMP.PDF

but we got an error message as

Error when uploading file. FILE_OPEN_ERROR.

How to fix this issue.

Can any one help me please.

Thanks

Renuka.

1 REPLY 1

Former Member
0 Kudos

Resolved