Domino 9 und frühere Versionen > Administration & Userprobleme
Problem beim Importieren von Feiertagen
Batman00:
Hallo. Habe folgendes Problem. Manche User sind so intelligen und löschen alle Einträge in der Ansicht (Alle Dokumente). Somit sind auch die Feiertage weg. Jetzt ist aber das Problem das wenn diese User die Feiertage nochmal importieren wollen, kommt immer nur die Meldung (0 Feiertage importiert). Nehmen die zum Beispiel die Amerikanischen feiertage, so werden diese schön importiert. Werden diese gelöscht lassen sich diese auch nicht mehr zurücksetzten. Was kann ich da tun? In welche Datei werden die Feiertage importiert??? HILFE!!!!
meichhorner:
Hy,
hatte das Problem auch mal erstell mal eine neue DB für den User, bei mir hat das das Problem gelöst. ;)
Cu
Martin
MOD:
Ein Versuch ist es wert:
Workaround #3:
This problem can be resolved without making changes to documents in the server's Domino Directory.
A Holiday Profile document is created in the mail file by the Import Holidays code. This document tells the code not to import these holidays again (since they already should be in the mail file). When the documents are deleted manually or by archiving, the Holiday Profile document is not updated with that information. To correct the issue, send a button to the user with the following LotusScript to delete the Holiday Profile document:
Dim session As New notessession
Dim doc As NotesDocument
Set doc = session.CurrentDatabase.GetProfileDocument("holidayprofile")
Call doc.remove(True)
When the Import Holidays code is run again, it will add all of the selected holidays from the server.
Note: It is important with this workaround to go through the Meetings view and make sure that all of the holidays are truly deleted to avoid any duplicate holidays from being added.
;D MOD
Batman00:
Was für ein button soll ich den schicken? wie mach ich denn das???
meichhorner:
Hy,
du erstellst in einer Mail einen Button mit dem Script von MOD.
;)
Cu
Martin
Navigation
[0] Themen-Index
[#] Nächste Seite
Zur normalen Ansicht wechseln