Autor Thema: Kann keinen Pfad zum Server finden  (Gelesen 1873 mal)

Offline CLI_Andreas_Schmidt

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 668
  • Geschlecht: Männlich
  • I love YaBB 1G - SP1!
    • Lotus Notes & Domino Schulung und Entwicklung
Kann keinen Pfad zum Server finden
« am: 30.08.05 - 14:04:08 »
hi @all,

stehe vor einem kleinen Problem und sehe den Fehler nicht. Habe einen Agenten, der in Notes Läuft und im Web nicht. Er soll ein Email versenden. Nachdem @Command([Filesave]) wird der Agent mit @Command([Agentrun];" Agent ") gestartet. Dann bekomme ich die Meldung:"Kann kein Pfad zum Server finden" ??? Der Agent läuft auf set db = s.currentdatabase.

???


code

Dim s As New NotesSession
   Dim db As NotesDatabse
   Set db = s.CurrentDatabase
   Dim doc As NotesDocument
   Dim maildoc As NotesDocument
   Dim mdoc As NotesDocument
   Dim v As NotesView
   Set v = db.GetView("dbkonf")
   Set maildoc = db.CreateDocument
   Set doc = s.DocumentContext
   Set mdoc = v.GetFirstDocument
   
   Dim bodyheader As Variant
   
   bodyheader = "Author: " + doc.request_author(0) + Chr(13) + _
   "Date: " + Cstr(doc.request_date(0)) + Chr(13) + _
   "Notify by: " + doc.request_notify(0) + Chr(13) + Chr(13) + doc.request_content
   
   maildoc.Form = "Memo"
   maildoc.SendTo = mdoc.konfig_email(0)
   maildoc.Subject = "[Request]: " ' + doc.request_subject(0)
   maildoc.Body = bodyheader
   
   Call maildoc.Send( True )
   
Viele Grüße

Andreas.Schmidt@lotus-schmidt.de

Offline m3

  • Freund des Hauses!
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 8.102
  • Geschlecht: Männlich
  • Non ex transverso sed deorsum!
    • leyrers online pamphlet
Re: Kann keinen Pfad zum Server finden
« Antwort #1 am: 30.08.05 - 14:15:05 »
Ev. dieses Problem?

Oder dieses?:
Zitat
The server uses the entry in the Mail Server field of the Server document as its home server. This
defaults to the server itself. If the network address of the server is incorrect, or the server cannot
resolve the host name in the network address field, it is unable to make a connection to send mail, and
an error occurs.
HTH
m³ aka. Martin -- leyrers online pamphlet | LEYON - All things Lotus (IBM Collaborations Solutions)

All programs evolve until they can send email.
Except Microsoft Exchange.
    - Memorable Quotes from Alt.Sysadmin.Recovery

"Lotus Notes ist wie ein Badezimmer, geht ohne Kacheln, aber nicht so gut." -- Peter Klett

"If there isn't at least a handful of solutions for any given problem, it isn't IBM"™ - @notessensai

Offline flaite

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 2.966
    • mein del.icio.us
Re: Kann keinen Pfad zum Server finden
« Antwort #2 am: 30.08.05 - 14:17:19 »
Warum benutzt du  @Command([Agentrun];" Agent ") und nicht das wesentlich gebräuchlichere ToolsRunMacro?
Ich stimm nicht mit allen überein, aber mit vielen und sowieso unterhaltsam -> https://www.youtube.com/channel/UCr9qCdqXLm2SU0BIs6d_68Q

---

Aquí no se respeta ni la ley de la selva.
(Hier respektiert man nicht einmal das Gesetz des Dschungels)

Nicanor Parra, San Fabian, Región del Bio Bio, República de Chile

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz