And what is the question?
It seems that the filedocument no longer exists. You might want to retrieve the attachments list and check if there is content in those filedocuments by checking if the hasContent boolean is set to true.
And double check why this filedocument is no longer there. Did you forget to commit? Could the file have been removed inbetween etc.
Regards,
Ronald
Vijaybir,
Check permissions on the entities involved. Objects can get created, be visible in the debugger, but if the logged in user doesn’t have permission to view or download the entity(s) involved, you will see this error.
Mike