Skip to content
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

DMAV_Alles erzeugt keine Tabellen #540

Open
Tracked by #405
edigonzales opened this issue Apr 14, 2024 · 3 comments
Open
Tracked by #405

DMAV_Alles erzeugt keine Tabellen #540

edigonzales opened this issue Apr 14, 2024 · 3 comments

Comments

@edigonzales
Copy link
Contributor

edigonzales commented Apr 14, 2024

Ein einzelnes Modell kann ich erzeugen:

java -jar ili2pg-5.1.0.jar --setupPgExt --dbhost localhost --dbport 54321 --dbdatabase edit --dbusr postgres --dbpwd secret --dbschema dmav_grundstuecke --defaultSrsCode 2056 --nameByTopic --createBasketCol --models DMAV_Grundstuecke_V1_0 --schemaimport

Wenn ich jedoch "alles" erzeugen will, werden keine Tabellen in der DB erzeugt:

java -jar ili2pg-5.1.0.jar --setupPgExt --dbhost localhost --dbport 54321 --dbdatabase edit --dbusr postgres --dbpwd secret --dbschema dmav_alles --defaultSrsCode 2056 --nameByTopic --createBasketCol --disableValidation --models DMAVTYM_Alles_V1_0 --schemaimport
Screenshot 2024-04-14 at 16 40 56

Es funktioniert, wenn man alle Modelle einzeln auflistet:

java -jar ili2pg-5.1.0.jar --setupPgExt --dbhost localhost --dbport 54321 --dbdatabase edit --dbusr postgres --dbpwd secret --dbschema dmav_alles --defaultSrsCode 2056 --nameByTopic --createBasketCol --disableValidation --models "DMAV_Bodenbedeckung_V1_0;DMAV_DauerndeBodenverschiebungen_V1_0;DMAV_Dienstbarkeitsgrenzen_V1_0;DMAV_Einzelobjekte_V1_0;DMAV_FixpunkteAVKategorie2_V1_0;DMAV_FixpunkteAVKategorie3_V1_0;DMAV_FixpunkteLV_V1_0;DMAV_Gebaeudeadressen_V1_0;DMAV_Grundstuecke_V1_0;DMAV_HoheitsgrenzenAV_V1_0;DMAV_HoheitsgrenzenLV_V1_0;DMAV_Nomenklatur_V1_0;DMAV_PLZ_Ortschaft_V1_0;DMAV_Rohrleitungen_V1_0;DMAV_Toleranzstufen_V1_0" --schemaimport
@beistehen
Copy link
Contributor

Hilft es, wenn du die inheritance-Strategie änderst?

@edigonzales
Copy link
Contributor Author

Nö, jedenfalls nicht mit --noSmartMapping.

@olivergrimm
Copy link
Contributor

Hast Du einen Logauszug des zweiten Schema-Imports?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants