Das Notes Forum
Domino 9 und frühere Versionen => ND8: Administration & Userprobleme => Thema gestartet von: werfi am 09.04.13 - 14:02:00
-
Hallo,
ich habe in verschiedenen Datenbanken das Problem, dass Ansichten nicht vom Updall aktualisiert werden.
Erst wenn ich Shift & F9 drücke oder ein Updall -r absetze, dann wird die Ansicht aktualisiert.
Hat jemand eine Idee, woher dieses Verhalten kommt und ich es beseitigen kann?
Domino & Notes ist 8.5.3 FP3
Danke & Gruß
Markus
-
Was steht denn in den Properties der betreffenden Views bzgl. des Index-Aktualisierungsintervalls?
Bernhard
-
Hi,
in den Eigenschaften steht:
Aktualisieren "Automatisch nach 1. Verwendung"
Verwerfen "Falls inaktiv seit 45 Tagen"
Ich habe hier sie STandardvorgaben bei Erstellen der Ansicht nicht geändert.
Gruß
Markus
-
Okay, das ist in Ordnung. Spontan fällt mir erstmal nix mehr ein, Markus ???
Bernhard
-
The update task refreshes the views in a single database, and is a task that runs continuously on the server. It maintains a work queue, and regularly polls this queue to see if there are update requests to perform. A request is put into the update queue for the following reasons:
- When a user closes a database after they have modified a document in that database.
- When a database is replicated.
- When the router adds a note to a database.
When the update task processes the request to refresh the views in this database, it will update all views that have been previously opened in the database, regardless of the selected View Refresh option (or in the case of automatic, will build the view if not already built). This is so that the user who next opens the database will not see stale information. The update task performs incremental updates, and these updates are generally very speedy. Setting LOG_UPDATE = 2 in the notes.ini file will allow you to observe each view being updated in the database.
http://www-01.ibm.com/support/docview.wss?uid=swg27002624
-
Danke für den Hinweis.
Ich setze mal den ini-Parameter und schaue mal, was der Domino des Nächtens so treibt...
Gruß
Markus