Autor Thema: Agent läuft nur manuell  (Gelesen 1967 mal)

Offline dormi

  • Junior Mitglied
  • **
  • Beiträge: 56
  • Geschlecht: Männlich
Agent läuft nur manuell
« am: 05.12.08 - 15:31:51 »
Hallo,

ich habe einen Agenten angelegt, der aufgrund eines Datumsfeld eine Erinnerung an die User schickt.
Manuell klappt das.
Wenn ich ihn auf "nach Zeitplan" umstelle, läuft der gleiche Code nicht.

Andere Agenten von mir, die eine Ansicht als Filter benutzen, funktionieren einwandfrei.

Ich vermute, dass es vielleicht trotzdem an Berechtigungen hängt.

Wo soll ich mal ansetzen?


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: Agent läuft nur manuell
« Antwort #1 am: 05.12.08 - 15:34:13 »
Nicht so viele Details!

Kann es sein, dass der Agent in Lotusscript geschrieben ist und UI-Elemente verwendet?
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 WernerMo

  • @Notes Preisträger
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 3.050
  • Geschlecht: Männlich
Re: Agent läuft nur manuell
« Antwort #2 am: 05.12.08 - 15:34:42 »
Hallo,

Wo soll ich mal ansetzen?

Bei der Forumssuche, war hier schon x(tausen)-mal.

Gruß Werner
Gruß Werner
  o                                                  o   
 /@\  Nächster @Notes-Stammtisch  /@\  online Sept. 2020?
_/_\__________________________/_\_ Details folgen.

Offline dormi

  • Junior Mitglied
  • **
  • Beiträge: 56
  • Geschlecht: Männlich
Re: Agent läuft nur manuell
« Antwort #3 am: 05.12.08 - 16:18:18 »
danke, ich hatte schon gesucht! Die Lösungen gehen aber alle auf Script.

Aber ich habs nicht in Script geschrieben. Kann ich garnicht!

geht bei mir so:

SELECT Form = "PComms" & Outstanding = "Outstanding" & ViewDate <= @Today;

@If (
      Author = "ausgeschiedener Mitarbeiter";
      _an := "Neuer Mitarbeiter";
      _an := Author);

_Profile_Betreff := "Wiedervorlagetermin: " + subject;
_Profile_BodyText := @Text(Body);

@MailSend(_an;"";"";_Profile_Betreff;_Profile_BodyText;"";[IncludeDoclink])

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: Agent läuft nur manuell
« Antwort #4 am: 05.12.08 - 16:24:59 »
Zitat
One view from the database must be selected as the Default when database is first opened for the scheduled agent to work correctly.
...
If the user's notes.ini file includes the statement
NoExternalApps=1
then any formula involving @MailSend is disabled. The user doesn't see an error message; the formula fails to execute.
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

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz