This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Holly Opkiman 14.Jul.03 03:34 PM a Web browser Notes ClientAll ReleasesWindows 2000; Windows XP
Following scenario: I open a Notes document and detach some files (from another document) in the QueryOpen event. The files should be detach to the local directory 'data\domino\servlet', which exists. The detach process is successful if I try it the first time. After closing the document, I re-open the document. Now the files exists in the directory, but I want to update the files. This is not possible since in the line "Call o.ExtractFile ( .. )" an error 4005 will produced by Notes.
If I open the same database and the same document in a Notes 5 client it works correct! The error occured in a Notes 6.0x client, too.
What is wrong?