-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fk_dataowner check not correct #176
Comments
@urskaufmann Should I just change the final message if fk_provider and / or fk_datawoner are missing? What do the others think? |
qgepqwat2ili/qgepqwat2ili/gui/__init__.py Line 786 in 7372cb2
And additional condition criteria would have to be added here if fk_provider and / or fk_dataowner are not complete |
I have now realized what the message is about... you have to really really read the text! I would not stop the export. |
While migration to qgep / to tww, I get during export these messages / errors: 2025-01-23T10:48:02 INFO INFO: Missing identifiers in schema qgep_od : Add missing identifiers to get a valid INTERLIS export file. See qgep logs tab for details. Where are these "qgep logs tab"? In the moment, when export stops, there are no export files written (and probably therefore no log files). I miss support to find the missing identifiers (can be in every DSS-tab) or missing dataowners or missing owners... |
@urskaufmann It is not in a log file but in the tab "qgep" if you set the error level (in the settings of the plugin) There should be error messages if you change error level to "debug" qgepqwat2ili/qgepqwat2ili/utils/ili2db.py Line 159 in eb149a6
and (this should already show up with level "info" qgepqwat2ili/qgepqwat2ili/utils/ili2db.py Line 163 in eb149a6
|
There is an error for fk_provider - there we have an error in the code - this line should have fk_provider not fk_dataowner
qgepqwat2ili/qgepqwat2ili/utils/ili2db.py Line 423 in eb149a6
|
|
Testing exports (these was blocking me in the last days):
Export DSS_2015, no selection: no errors in the validation at the end, reachpoints are now exported with Abwassernetzelementref.
Strange message while exporting:
2024-10-17T18:46:54 SUCCESS Sucess : OK: Integrity checks organisation
2024-10-17T18:46:54 SUCCESS Sucess : OK: Integrity checks wastewater_structure
2024-10-17T18:46:54 SUCCESS Sucess : OK: Integrity checks identifiers not isNull
2024-10-17T18:46:55 SUCCESS Sucess : OK: Integrity checks fk_owner not isNull
2024-10-17T18:46:55 SUCCESS Sucess : OK: Integrity checks fk_operator not isNull
2024-10-17T18:46:55 INFO INFO: Missing fk_dataowner in schema qgep_od : Add missing fk_dataowner to get a valid INTERLIS export file when converting to Release 2020 (will bei MANDATORY). See qgep logs tab for details.
2024-10-17T18:46:55 INFO INFO: Missing fk_provider in schema qgep_od : Add missing fk_provider to get a valid INTERLIS export file when converting to Release 2020 (will bei MANDATORY). See qgep logs tab for details.
2024-10-17T18:50:40 SUCCESS Sucess : Data successfully exported to P:/Thun/Gemeinden/166-167 Unterlangenegg/qgep/exporte/qgep-export2024-10-17
First SUCCESS OK, then Info about missing fk_dataowner. I checked the XTF-File: there are as many as records exported, so I think this Info is fake
Originally posted by @urskaufmann in QGEP/QGEP#880 (comment)
The text was updated successfully, but these errors were encountered: