[GeoNetwork-users] Endpoints for GetCapabilities/GetRecords

Dear all,
recently I upgraded my GeoNetwork installation to v.3.10.3 and after changing my virtual services to the sub-portal definition I encountered the following:

The GetCapabilities-document for the sub-portal can be found in
http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as described in the documentation.

The GetCapabilities-document for the main portal can only be found in
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities

A request to receive MD records from the sub-portal is send to
http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetRecords
but can also be send to
http://mydomain/geonetwork/srv/eng/ sub-portal?service=CSW&version=2.0.2&request=GetRecords...
Both would deliver the correct result.

A request to receive MD records from the main portal is send to
http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetRecords
but can also be send to
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetRecords
Both would also here deliver the correct result.

Can somebody shed some light on the fact, that the GetCapabilities document for the main portal is only available on
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
and not on
http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as I would expect as it is for the sub-portal? Or am I doing something wrong?

Many thanks!
Klaus
Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please Note: This e-mail message may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this message in error or by mistake any unauthorized use, reproduction or distribution of this message is strictly prohibited. Please notify us immediately and destroy the original transmittal. Thank you for your cooperation. Austro Control Österreichische Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered address: Wien/ Vienna; Registriert unter/registered under: FN 71000m Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna; Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße 19 - 1220 Wien/Vienna DVR: 0447277 ?

Hi Klaus,

Le mer. 2 sept. 2020 à 15:55, Gäbler Klaus <Klaus.Gaebler@anonymised.com...>
a écrit :

Dear all,
recently I upgraded my GeoNetwork installation to v.3.10.3 and after
changing my virtual services to the sub-portal definition I encountered the
following:

The GetCapabilities-document for the sub-portal can be found in

http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as described in the documentation.

The GetCapabilities-document for the main portal can only be found in

http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities

A request to receive MD records from the sub-portal is send to

http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetRecords.
..
but can also be send to
http://mydomain/geonetwork/srv/eng/
sub-portal?service=CSW&version=2.0.2&request=GetRecords...
Both would deliver the correct result.

No, only http://mydomain/geonetwork/sub-portal/eng/csw must be used as
indicated in the GetCapabilities document.
eg.
https://sdi.eea.europa.eu/catalogue/marine/eng/csw?SERVICE=CSW&REQUEST=GetCapabilities
report
<ows:Operation name="GetRecords">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="https://sdi.eea.europa.eu/catalogue/marine/eng/csw&quot;/&gt;

So this is the URL to use for GetRecords operation.

A request to receive MD records from the main portal is send to

http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetRecords.
..

This is not a valid CSW endpoint unless you have a subportal named "csw".

Francois

but can also be send to

http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetRecords.
..
Both would also here deliver the correct result.

Can somebody shed some light on the fact, that the GetCapabilities
document for the main portal is only available on

http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
and not on

http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as I would expect as it is for the sub-portal? Or am I doing something
wrong?

Many thanks!
Klaus
Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder
Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten.
Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten
haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder
Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen
Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please
Note: This e-mail message may contain trade secrets or privileged,
undisclosed or otherwise confidential information. If you are not the
intended recipient and have received this message in error or by mistake
any unauthorized use, reproduction or distribution of this message is
strictly prohibited. Please notify us immediately and destroy the original
transmittal. Thank you for your cooperation. Austro Control Österreichische
Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered
address: Wien/ Vienna; Registriert unter/registered under: FN 71000m
Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna;
Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße
19 - 1220 Wien/Vienna DVR: 0447277 ?

_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

Hi Francois,
thanks for your answer, but that doesn’t clarify my confusion.

What would be the valid endpoint for the GetCapabilities and GetRecords request for the main portal (sub-portal is clear to me)?

The question is based on the observation, that if I DON’T have a sub-portal named “csw” I receive all records from the main portal if I place the following request http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetRecords

Thanks!
Klaus

Von: Francois Prunayre <fx.prunayre@...54...>
Gesendet: Donnerstag, 3. September 2020 10:58
An: Gäbler Klaus <Klaus.Gaebler@...1859...>
Cc: Geonetwork-Users@...638...
Betreff: Re: [GeoNetwork-users] Endpoints for GetCapabilities/GetRecords

Hi Klaus,

Le mer. 2 sept. 2020 à 15:55, Gäbler Klaus <Klaus.Gaebler@...1859...<mailto:Klaus.Gaebler@…1859…>> a écrit :
Dear all,
recently I upgraded my GeoNetwork installation to v.3.10.3 and after changing my virtual services to the sub-portal definition I encountered the following:

The GetCapabilities-document for the sub-portal can be found in
http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as described in the documentation.

The GetCapabilities-document for the main portal can only be found in
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities

A request to receive MD records from the sub-portal is send to
http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetRecords
but can also be send to
http://mydomain/geonetwork/srv/eng/ sub-portal?service=CSW&version=2.0.2&request=GetRecords...
Both would deliver the correct result.

No, only http://mydomain/geonetwork/sub-portal/eng/csw must be used as indicated in the GetCapabilities document.
eg. https://sdi.eea.europa.eu/catalogue/marine/eng/csw?SERVICE=CSW&REQUEST=GetCapabilities
report
<ows:Operation name="GetRecords">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="https://sdi.eea.europa.eu/catalogue/marine/eng/csw&quot;/&gt;

So this is the URL to use for GetRecords operation.

A request to receive MD records from the main portal is send to
http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetRecords

This is not a valid CSW endpoint unless you have a subportal named "csw".

Francois

but can also be send to
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetRecords
Both would also here deliver the correct result.

Can somebody shed some light on the fact, that the GetCapabilities document for the main portal is only available on
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
and not on
http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as I would expect as it is for the sub-portal? Or am I doing something wrong?

Many thanks!
Klaus
Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please Note: This e-mail message may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this message in error or by mistake any unauthorized use, reproduction or distribution of this message is strictly prohibited. Please notify us immediately and destroy the original transmittal. Thank you for your cooperation. Austro Control Österreichische Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered address: Wien/ Vienna; Registriert unter/registered under: FN 71000m Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna; Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße 19 - 1220 Wien/Vienna DVR: 0447277 ?

_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net<mailto:GeoNetwork-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please Note: This e-mail message may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this message in error or by mistake any unauthorized use, reproduction or distribution of this message is strictly prohibited. Please notify us immediately and destroy the original transmittal. Thank you for your cooperation. Austro Control Österreichische Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered address: Wien/ Vienna; Registriert unter/registered under: FN 71000m Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna; Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße 19 - 1220 Wien/Vienna DVR: 0447277 ‬

Hi,

Le jeu. 3 sept. 2020 à 11:07, Gäbler Klaus <Klaus.Gaebler@anonymised.com...>
a écrit :

Hi Francois,

thanks for your answer, but that doesn’t clarify my confusion.

What would be the valid endpoint for the GetCapabilities and GetRecords
request for the main portal (sub-portal is clear to me)?

See https://geonetwork-opensource.org/manuals/trunk/en/api/csw.html

Francois

The question is based on the observation, that if I DON’T have a
sub-portal named “csw” I receive all records from the main portal if I
place the following request
http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetRecords.
..

Thanks!

Klaus

*Von:* Francois Prunayre <fx.prunayre@anonymised.com>
*Gesendet:* Donnerstag, 3. September 2020 10:58
*An:* Gäbler Klaus <Klaus.Gaebler@anonymised.com>
*Cc:* Geonetwork-Users@anonymised.com
*Betreff:* Re: [GeoNetwork-users] Endpoints for GetCapabilities/GetRecords

Hi Klaus,

Le mer. 2 sept. 2020 à 15:55, Gäbler Klaus <Klaus.Gaebler@anonymised.com59...>
a écrit :

Dear all,
recently I upgraded my GeoNetwork installation to v.3.10.3 and after
changing my virtual services to the sub-portal definition I encountered the
following:

The GetCapabilities-document for the sub-portal can be found in

http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as described in the documentation.

The GetCapabilities-document for the main portal can only be found in

http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities

A request to receive MD records from the sub-portal is send to

http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetRecords.
..
but can also be send to
http://mydomain/geonetwork/srv/eng/
sub-portal?service=CSW&version=2.0.2&request=GetRecords...
Both would deliver the correct result.

No, only http://mydomain/geonetwork/sub-portal/eng/csw must be used as
indicated in the GetCapabilities document.

eg.
https://sdi.eea.europa.eu/catalogue/marine/eng/csw?SERVICE=CSW&REQUEST=GetCapabilities

report

<ows:Operation name="GetRecords">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="https://sdi.eea.europa.eu/catalogue/marine/eng/csw&quot;/&gt;

So this is the URL to use for GetRecords operation.

A request to receive MD records from the main portal is send to

http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetRecords.
..

This is not a valid CSW endpoint unless you have a subportal named "csw".

Francois

but can also be send to

http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetRecords.
..
Both would also here deliver the correct result.

Can somebody shed some light on the fact, that the GetCapabilities
document for the main portal is only available on

http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
and not on

http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as I would expect as it is for the sub-portal? Or am I doing something
wrong?

Many thanks!
Klaus
Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder
Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten.
Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten
haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder
Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen
Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please
Note: This e-mail message may contain trade secrets or privileged,
undisclosed or otherwise confidential information. If you are not the
intended recipient and have received this message in error or by mistake
any unauthorized use, reproduction or distribution of this message is
strictly prohibited. Please notify us immediately and destroy the original
transmittal. Thank you for your cooperation. Austro Control Österreichische
Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered
address: Wien/ Vienna; Registriert unter/registered under: FN 71000m
Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna;
Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße
19 - 1220 Wien/Vienna DVR: 0447277 ?

_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder
Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten.
Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten
haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder
Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen
Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please
Note: This e-mail message may contain trade secrets or privileged,
undisclosed or otherwise confidential information. If you are not the
intended recipient and have received this message in error or by mistake
any unauthorized use, reproduction or distribution of this message is
strictly prohibited. Please notify us immediately and destroy the original
transmittal. Thank you for your cooperation. Austro Control Österreichische
Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered
address: Wien/ Vienna; Registriert unter/registered under: FN 71000m
Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna;
Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße
19 - 1220 Wien/Vienna DVR: 0447277 ‬

Hi Francois,
thanks for your answer. Nevertheless I guess, that the following should not happen:

1) Suppose 2 sub-portals are defined with the name “a” and a second one with a different name “b” – both are holding different numbers of MD records

2) When I send a GetRecords request to the existing sub-portals the correct number of records are returned,

BUT

When I send a request to a not defined sub-portal (e.g. “xyz”) all records of the portal are returned.

Could you or somebody else check that on GN v.3.10.3.

Regards!

Klaus

Von: Francois Prunayre <fx.prunayre@...54...>
Gesendet: Donnerstag, 3. September 2020 13:13
An: Gäbler Klaus <Klaus.Gaebler@...1859...>
Cc: Geonetwork-Users@...638...
Betreff: Re: [GeoNetwork-users] Endpoints for GetCapabilities/GetRecords

Hi,

Le jeu. 3 sept. 2020 à 11:07, Gäbler Klaus <Klaus.Gaebler@...1859...<mailto:Klaus.Gaebler@…1859…>> a écrit :
Hi Francois,
thanks for your answer, but that doesn’t clarify my confusion.

What would be the valid endpoint for the GetCapabilities and GetRecords request for the main portal (sub-portal is clear to me)?

See https://geonetwork-opensource.org/manuals/trunk/en/api/csw.html

Francois

The question is based on the observation, that if I DON’T have a sub-portal named “csw” I receive all records from the main portal if I place the following request http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetRecords

Thanks!
Klaus

Von: Francois Prunayre <fx.prunayre@...54...<mailto:fx.prunayre@…54…>>
Gesendet: Donnerstag, 3. September 2020 10:58
An: Gäbler Klaus <Klaus.Gaebler@...1859...<mailto:Klaus.Gaebler@…1859…>>
Cc: Geonetwork-Users@...638...<mailto:Geonetwork-Users@…638…>
Betreff: Re: [GeoNetwork-users] Endpoints for GetCapabilities/GetRecords

Hi Klaus,

Le mer. 2 sept. 2020 à 15:55, Gäbler Klaus <Klaus.Gaebler@...1859...<mailto:Klaus.Gaebler@…1859…>> a écrit :
Dear all,
recently I upgraded my GeoNetwork installation to v.3.10.3 and after changing my virtual services to the sub-portal definition I encountered the following:

The GetCapabilities-document for the sub-portal can be found in
http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as described in the documentation.

The GetCapabilities-document for the main portal can only be found in
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities

A request to receive MD records from the sub-portal is send to
http://mydomain/geonetwork/sub-portal/eng/csw?service=CSW&version=2.0.2&request=GetRecords
but can also be send to
http://mydomain/geonetwork/srv/eng/ sub-portal?service=CSW&version=2.0.2&request=GetRecords...
Both would deliver the correct result.

No, only http://mydomain/geonetwork/sub-portal/eng/csw must be used as indicated in the GetCapabilities document.
eg. https://sdi.eea.europa.eu/catalogue/marine/eng/csw?SERVICE=CSW&REQUEST=GetCapabilities
report
<ows:Operation name="GetRecords">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="https://sdi.eea.europa.eu/catalogue/marine/eng/csw&quot;/&gt;

So this is the URL to use for GetRecords operation.

A request to receive MD records from the main portal is send to
http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetRecords

This is not a valid CSW endpoint unless you have a subportal named "csw".

Francois

but can also be send to
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetRecords
Both would also here deliver the correct result.

Can somebody shed some light on the fact, that the GetCapabilities document for the main portal is only available on
http://mydomain/geonetwork/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
and not on
http://mydomain/geonetwork/csw/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities
as I would expect as it is for the sub-portal? Or am I doing something wrong?

Many thanks!
Klaus
Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please Note: This e-mail message may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this message in error or by mistake any unauthorized use, reproduction or distribution of this message is strictly prohibited. Please notify us immediately and destroy the original transmittal. Thank you for your cooperation. Austro Control Österreichische Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered address: Wien/ Vienna; Registriert unter/registered under: FN 71000m Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna; Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße 19 - 1220 Wien/Vienna DVR: 0447277 ?

_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net<mailto:GeoNetwork-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please Note: This e-mail message may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this message in error or by mistake any unauthorized use, reproduction or distribution of this message is strictly prohibited. Please notify us immediately and destroy the original transmittal. Thank you for your cooperation. Austro Control Österreichische Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered address: Wien/ Vienna; Registriert unter/registered under: FN 71000m Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna; Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße 19 - 1220 Wien/Vienna DVR: 0447277
Wichtiger Hinweis: Diese E-Mail Nachricht kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Wenn Sie nicht der Adressat sind und diese Nachricht irrtümlich erhalten haben, ist Ihnen eine Verwendung des Inhalts, eine Vervielfältigung oder Weitergabe dieser Nachricht ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene Nachricht. Vielen Dank. Please Note: This e-mail message may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this message in error or by mistake any unauthorized use, reproduction or distribution of this message is strictly prohibited. Please notify us immediately and destroy the original transmittal. Thank you for your cooperation. Austro Control Österreichische Gesellschaft für Zivilluftfahrt mit beschränkter Haftung Sitz/Registered address: Wien/ Vienna; Registriert unter/registered under: FN 71000m Competent court/Firmenbuchgericht: HG Wien/commercial court Vienna; Rechtsform/legal form: GmbH Postanschrift/postal address: Wagramer Straße 19 - 1220 Wien/Vienna DVR: 0447277 ‬