Unable to find path to server when trying to send a document in lotusscript

When I try to execute the following code via a web agent I get the error: “Notes error: Unable to find path to server” on the line containing the Send command.

Can anybody help??

Richard Teeuwen

de Informatiefabriek

the Netherlands

Code:

recip(0) = "test@yahoo.com"



If Not advdoc Is Nothing Then

	Call advdoc.Send(False, recip)

End If

Subject: Unable to find path to server when trying to send a document in lotusscript

Agent FAQ has some suggestions for this error - it is a configuration issue with the server (see on the left under Forum FAQs). Hope this helps!