Save Document - Network name cannot be used

Hi

When i’m trying to save a document (with lotus script) into a another notes database i’m getting the error: “Network name cannot be used”.

Here is my code.

Set db = New NotesDatabase(servername, databasename)

Set doc = New NotesDocument (db)

If Not (doc Is Nothing) Then

Call ExpedicaoDoc.Save(False,False)

End if

Thanks for any help,

Regards

Virgílio Martins

Teviz

Portugal

Subject: Save Document - Network name cannot be used

what is this: ExpedicaoDoc

I don’t see you decalring this in your code

Subject: RE: Save Document - Network name cannot be used

Hi

Sorry, was my mistake. i meant:

Call doc.Save(False,False)

Thanks

Regards