RE: Invalid or nonexistent document Stephen M Christian 29.Jan.09 08:13 PM Lotus Notes Domino Designer 6.5.6All Platforms
When you say, " takes data from one database to another" is it possible you're deleting documents in the source database once it's placed in the destn DB? If so, do you have something like
Set doc = dc.getnextdocument ( doc )?
If so, you can get this error message becase doc no longer exist. But I'm really reaching here.
Do you get the error message when you run the code manually?