Mercurial > dive4elements > river
annotate flys-aft/README.txt @ 4112:23677476fd09
FLYS-AFT/DIPS: Java 1.5 -> 1.6
flys-aft/trunk@5435 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 11 Sep 2012 15:36:21 +0000 |
parents | b7059aca60a8 |
children | f72c253663fc |
rev | line source |
---|---|
4111
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
1 FLYS-AFT: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
2 """"""""" |
4110
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
3 |
4111
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
4 Der FLYS-AFT-ETL-Prozessor aktualisiert eine FLYS-Datenbank mithilfe |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
5 eines DIPS-XML-Exports und einer AFT-Datenbank in bezug auf Pegel und |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
6 Abflusstafeln. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
7 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
8 Vorbedingungen: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
9 --------------- |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
10 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
11 * Es existiert ein DIPS-XML-Export unter einen erreichbaren Pfad |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
12 im Dateisystem. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
13 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
14 * Es existiert eine AFT-Datenbank mit bekannten Credentials. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
15 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
16 * Es existiert eine FLYS-Datenbank mit bekannten Credentials. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
17 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
18 Konfiguration: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
19 -------------- |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
20 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
21 Zur Konfiguration wird eine Konfiguration-Datei benötigt. Diese wird |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
22 standardmässig im aktuellen Arbeitsverzeichnis uter dem Name 'config.xml' |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
23 gesucht. Der Pfad zu dieser Datei kann allerdings auch mit der |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
24 System-Property config.file gesetzt werden. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
25 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
26 Dies geschieht über den Kommandozeilenparameter "-Dconfig.file=/pfad/zur/config.xml" |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
27 im Start-Skript contrib/run.sh |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
28 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
29 Die Konfigurationsdatei hat folgende Struktur: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
30 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
31 1 <?xml version="1.0" encoding="UTF-8"?> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
32 2 <sync> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
33 3 <!-- If modified send messages --> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
34 4 <notifications> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
35 5 <notifaction url="http://example.com"> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
36 6 <caches> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
37 7 <cache name="my-cache"/> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
38 8 </caches> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
39 9 </notifaction> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
40 10 </notifications> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
41 11 <!-- The path to the DiPs file --> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
42 12 <dips> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
43 13 <file>/the/path/to/the/dips/file</file> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
44 14 <repair>/the/path/to/the/xslt/to/repair/dips</repair> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
45 15 </dips> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
46 16 <!-- The FLYS side --> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
47 17 <side name="flys"> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
48 18 <db> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
49 19 <driver>oracle.jdbc.OracleDriver</driver> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
50 20 <user>flys</user> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
51 21 <password>flys</password> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
52 22 <url>jdbc:oracle:thin:@//localhost:1521/XE</url> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
53 23 </db> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
54 24 </side> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
55 25 <!-- The AFT side --> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
56 26 <side name="aft"> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
57 27 <db> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
58 28 <driver>oracle.jdbc.OracleDriver</driver> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
59 29 <user>aft</user> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
60 30 <password>aft</password> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
61 31 <url>jdbc:oracle:thin:@//localhost:1521/XE</url> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
62 32 </db> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
63 33 </side> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
64 34 </sync> |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
65 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
66 Sie besteht aus vier Bereichen: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
67 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
68 * DIPS: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
69 Zeile 13: Pfad zur XML-Datei mit dem DIPS-Export |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
70 Zeile 14: Pfad zur Reparatur-XSL-Transformation (s.u.). |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
71 Dieser ist optional. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
72 * FLYS: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
73 Zeile 19: JDBC-Treiber für den Zugriff auf die FLYS-Datenbank |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
74 Zeile 20: DB-Nutzername |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
75 Zeile 21: Connection-URL zur FLYS-Datenbank |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
76 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
77 * AFT: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
78 Zeile 28: JDBC-Treiber für den Zugriff auf die AFT-Datenbank |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
79 Zeile 29: DB-Nutzername |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
80 Zeile 30: Connection-URL zur AFT-Datenbank |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
81 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
82 * Benachrichtigungen: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
83 Zeile 5: URL des Web-Service, der benachrichtigt werden soll. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
84 Zeile 6-18: Die Nachricht, die an den Web-Service verschickt werden soll. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
85 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
86 Funktionsweise: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
87 --------------- |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
88 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
89 Als erstes wird die DIPS-Datei geladen. Ist angegeben, dass |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
90 eine Reparatur-XSL-Transformation auf diese angewendet werden |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
91 soll, wird diese ebenfalls gelanden und auf das DIPS-Dokument |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
92 angewandt. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
93 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
94 !!! Hinweis: Unter doc/repair.xsl findet sich eine Beispiel-Transformation, |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
95 !!! Die mithilfe von doc/pegelstationen.xml für die Flüsse |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
96 !!! Saar, Mosel und Elbe die Pegelnummern der FLYS-Pegel |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
97 !!! auf die Pegelnummernvon Pegel-Online anpasst. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
98 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
99 Die so vorbehandelten DIPS-Daten werden mit der AFT-Datenbank |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
100 verbunden. Verbindungspunkt ist hierbei die Pegelnummer, die |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
101 in beiden Systemen gleich sein muss. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
102 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
103 Wurde für einzelne Pegel die Verbindung zwischen AFT und DIPS |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
104 erfolgreich hergestellt, wird versucht mit der entsprechenden |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
105 Pegelnummer auch eine Verbindung zu FLYS hergestellt. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
106 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
107 Werden Pegel in AFT und DIPS gefunden, die sich nicht in FLYS befinden, |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
108 werden diese in FLYS angelegt und mit den Abflusstafeln aus AFT |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
109 gefüllt. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
110 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
111 Werden Pegel in AFT, DIPS und FLYS gefunden, werde die Abflusstafeln |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
112 in FLYS mithilfe von AFT aktualisiert. Die Verbindung der Abflusstafeln |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
113 wird über deren Bezeichner hergestellt: |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
114 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
115 AFT: "ABFLUSSTAFEL.ABFLUSSTAFEL_BEZ" |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
116 FLYS: "discharge_tables.decsription" |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
117 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
118 Für alle vorhandenen Paare von AFT/FLYS-Abflusstafeln werden |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
119 die W/Q-Werte abgeglichen und FLYS entsprechend aktualisiert. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
120 Abflusstafeln, die in FLYS noch nicht vorhanden sind, werden |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
121 in FLYS übernommen. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
122 |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
123 Wenn es nach dem Abgleich der AFT- und FLYS-DB eine Veränderung |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
124 in FLYS gegeben hat, können an konfigurierbare Web-Dienste |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
125 Nachrichten verschickt werden, dass sich Daten geändert haben. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
126 Die FLYS-Applikation selbst bestitzt einen Dienst, der aufgerufen |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
127 werden kann, um dessen internen Caches zu invalidieren. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
128 Dies vermeidet Dateninkonsistenzen. |
4110
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
129 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
130 Fehlermeldungen: |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
131 ================ |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
132 |
4111
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
133 Wärend die Synchronisationsprozesses können verschiedene Fehler |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
134 auftreten. |
b7059aca60a8
Added doc about function and configuration.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4110
diff
changeset
|
135 |
4110
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
136 Allgemein: |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
137 ---------- |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
138 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
139 SYNC: syncing failed. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
140 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
141 Wärend der Synchronisation ist ein Fehler aufgetreten. Details |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
142 finden sich in der Regel oberhalb dieser Fehlermeldung. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
143 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
144 REPAIR: Cannot open DIPS repair XSLT file. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
145 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
146 Die zur Reparatur angegebene XSL-Transformation konnte nicht geladen |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
147 werden. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
148 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
149 REPAIR: Fixing DIPS failed. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
150 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
151 Die Anwendung der XSL-Transformation zur Reparatur der DIPS-Daten |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
152 ist fehlgeschlagen. Datails hierzu sollten sich oberhalb dieser |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
153 Fehlermeldung zu finden sein. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
154 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
155 Benachrichtigung: |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
156 ----------------- |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
157 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
158 NOTIFY: Invalid URL '<URL>'. Ignored. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
159 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
160 Die zur Benachrichtigung angegebene URL ist nicht valide und |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
161 wird daher ignoriert. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
162 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
163 NOTIFY: '<URL>' is not an HTTP(S) connection. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
164 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
165 Die zur Benachrichtigung angegebene URL öffnet keine |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
166 HTTP- bzw. HTTPS-Verbindung. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
167 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
168 NOTIFY: Sending message to '<URL>' failed. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
169 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
170 Der Versand der Benachrichtigung an die URL ist fehlgeschlagen. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
171 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
172 DIPS: |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
173 ----- |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
174 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
175 DIPS: MESSSTELLE '<NAME>' not found in DIPS. Gauge number used for lookup: <NUMMER> |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
176 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
177 Es wurde vergeblich versucht, mithilfe einer AFT-Pegelnummer in DIPS |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
178 ein entsprechendes Gegenstück zu finden. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
179 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
180 DIPS: MESSSTELLE '<NAME>' is assigned to river '<FLUSS1>'. Needs to be on '<FLUSS2>'. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
181 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
182 Aus Sicht von AFT wird Messstelle <NAME> an <FLUSS2> erwartet. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
183 DIPS ordnet sie aber <FLUSS1> zu. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
184 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
185 DIPS: Gauge '<PEGEL>' has no datum. Ignored. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
186 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
187 Der DIPS-Pegel <PEGEL> hat keinen PNP und kann deshalb nicht |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
188 importiert werden. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
189 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
190 DIPS: Setting AEO of gauge '<NAME>' to zero. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
191 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
192 Der AEO-Wert ist bei dem DIPS-Pegel <NAME> nicht gesetzt und |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
193 wird mit Null angenommen. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
194 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
195 DIPS: Setting station of gauge '<NAME>' to zero. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
196 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
197 Der DIPS-Pegel '<NAME>' hat keine zugeordnete Stationierung und |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
198 es wird angenommen, dass dieser an km 0 liegt. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
199 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
200 DIPS: Station of gauge '<NAME>' is zero. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
201 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
202 Im Regelfall ist ein Stationierung an km 0 ein Datenfehler. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
203 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
204 DIPS: Cannot find '<DATEINAME>'. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
205 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
206 Der Pfad zum XML-Dokument mit den DIPS-Daten konnte nicht gefunden |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
207 werden. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
208 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
209 DIPS: Cannot load DIPS document. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
210 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
211 Das XML-Dokument mit den DIPS-Daten konnte nicht geladen werden. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
212 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
213 DIPS: '<NAME2>' collides with '<NAME1>' on gauge number <NUMMER>. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
214 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
215 In DIPS gibt es zwei Pegel mit NAME1 und NAME2, die dieselbe Pegelnummer |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
216 haben. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
217 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
218 DIPS: Gauge '<NAME>' has invalid gauge number '<NUMBER>'. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
219 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
220 Der DIPS-Pegel Name hat eine Pegelnummer <NUMMER>, die sich nicht |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
221 in einen 64bit-Integer erwandeln lässt. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
222 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
223 AFT: |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
224 ---- |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
225 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
226 AFT: ABFLUSSTAFEL_NR = <NUMMER>: <GUELTIG_VON> > <GUELTIG_BIS>. -> swap |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
227 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
228 Eine AFT-Abflusstafel hat vertauschte GUELTIG_VON- und GUELTIG_BIS-Werte. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
229 Diese werden implizit in die zeitlich richtige Reihenfolge gebracht. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
230 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
231 FLYS/AFT: Value duplication w=<W> q=<Q>. -> ignore. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
232 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
233 Beim Laden einer Abflusstafel wurden ein W/Q-Duplikat entdeckt |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
234 und ignoriert. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
235 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
236 AFT: Invalid MESSSTELLE_NR for MESSSTELLE '<NAME>': |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
237 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
238 Die Messtellen-Nummer für die Messtelle <NAME> ist ungültig. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
239 Erwartet wird ein String, der sich in einen 64bit-Integer umwandeln lässt. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
240 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
241 AFT: Found discharge table '<BESCHREIBUNG>' with same description. -> ignore. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
242 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
243 In AFT wurde eine Abflusstafel gefunden, die die gleiche Bezeichnung |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
244 trägt wie eine andere, die demselben Pegel zugeordnet ist. Somit |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
245 ist keine eindeutige Zuordnung möglich. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
246 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
247 FLYS: |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
248 ----- |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
249 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
250 FLYS: Found discharge table '<BESCHREIBUNG>' with same description. -> ignore |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
251 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
252 In FLYS wurde eine Abflusstafel gefunden, die die gleiche Bezeichnung |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
253 trägt wie eine andere, die demselben Pegel zugeordnet ist. Somit |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
254 ist keine eindeutige Zuordnung möglich. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
255 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
256 FLYS: Gauge '<PEGEL>' has no official number. Ignored. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
257 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
258 Der Pegel <PEGEL> in FYLS hat keinen Pegelnummer und wird deshalb |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
259 nicht in Betracht gezogen. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
260 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
261 FLYS: Gauge '<PEGEL>' number is not found in AFT/DIPS. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
262 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
263 Der Pegel <PEGEL> hat eine Pegelnummer, die aber nicht in AFT/DIPS |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
264 zu finden ist. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
265 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
266 FLYS: discharge table <ID> has no description. Ignored. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
267 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
268 Die Abflusstafel in FLYS hat keine Beschreibung. Diese wird |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
269 allerdings zum Abgleich mit DIPS/AFT benötigt. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
270 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
271 FLYS: Found discharge table '<BESCHREIBUNG>' with same description. -> ignore |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
272 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
273 In FLYS wurde eine Abflusstafel gefunden, die die gleiche Bezeichnung |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
274 trägt wie eine andere, die demselben Pegel zugeordnet ist. Somit |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
275 ist keine eindeutige Zuordnung möglich. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
276 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
277 FLYS: Gauge '<PEGEL>' has no official number. Ignored. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
278 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
279 Der Pegel <PEGEL> in FYLS hat keinen Pegelnummer und wird deshalb |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
280 nicht in Betracht gezogen. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
281 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
282 FLYS: Gauge '<PEGEL>' number is not found in AFT/DIPS. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
283 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
284 Der Pegel <PEGEL> hat eine Pegelnummer, die aber nicht in AFT/DIPS |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
285 zu finden ist. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
286 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
287 FLYS: discharge table <ID> has no description. Ignored. |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
288 |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
289 Die Abflusstafel in FLYS hat keine Beschreibung. Diese wird |
06891562e633
Extracted and documented the error messages of the process.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
290 allerdings zum Abgleich mit DIPS/AFT benötigt. |