[GeoNetwork-users] GeoNetwork Harvest: CSW node error

Dear GeoNetwork Users.

I am encountering the following error of harvest from a ESRI Geoportal v10 CSW to GeoNetwork?

MissingParameterValueEx

Has anybody in the GeoNetwork user community experienced this?

Thanks and kind regards.

Trevor

<node id="1106" type="csw">
    <site>
      <name>OSi Metadata Catalog</name>
      <uuid>4a769936-9870-4f54-8d58-b3e2caea9a2a</uuid>
      <account>
        <use>false</use>
        <username />
        <password />
      </account>
      <capabilitiesUrl>http://geoportal.osi.ie/osigeoportal/csw/discovery&lt;/capabilitiesUrl&gt;
      <icon>csw.gif</icon>
    </site>
    <options>
      <every>90</every>
      <oneRunOnly>false</oneRunOnly>
      <status>active</status>
    </options>
    <searches />
    <categories>
      <category id="2" />
    </categories>
    <info>
      <lastRun />
      <running>false</running>
    </info>
    <error id="error">
      <message />
      <class>MissingParameterValueEx</class>
      <stack>
        <at class="org.fao.geonet.csw.common.exceptions.CatalogException" file="???" line="-1" method="createException" />
        <at class="org.fao.geonet.csw.common.exceptions.CatalogException" file="???" line="-1" method="unmarshal" />
        <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester" file="???" line="-1" method="retrieveCapabilities" />
        <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester" file="???" line="-1" method="harvest" />
        <at class="org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester" file="???" line="-1" method="doHarvest" />
        <at class="org.fao.geonet.kernel.harvest.harvester.AbstractHarvester" file="???" line="-1" method="harvest" />
        <at class="org.fao.geonet.kernel.harvest.harvester.Executor" file="???" line="-1" method="run" />
      </stack>
    </error>
  </node>
</nodes>
2011-08-31 11:24:48,024 INFO [jeeves.service] - -> output ended for : xml.harvesting.get
2011-08-31 11:24:48,024 INFO [jeeves.service] - -> dispatch ended for : xml.harvesting.get
______________________________
Trevor Alcorn
GIS Analyst
Marine Institute, Rinville, Oranmore, Co. Galway, Ireland
Email: trevor.alcorn@anonymised.com
Ph: +353 91 387476
Fax: +353 91 387201

Online Services
(Data Discovery) Irish Spatial Data Exchange: http://www.isde.ie
(Data Discovery) Marine Data Online 2.0: http://catalog.marine.ie
(Data Request) Service: www.marine.ie/home/publicationsdata/<http://www.marine.ie/home/publicationsdata/&gt;
(Data Services) Standard Map Viewer: http://www.maps.marine.ie

________________________________
This message contains confidential information and is intended only for the individual(s) named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission.

Is don t? at? ainmithe an teachtaireacht seo agus inte t? eolas r?nda. Muna t? an t? at? ainmithe n?or ch?ir duit an r?omhphost seo a eis-sheacada, scaipeadh n? a choip?il. M? fuir t? an r?omhphost seo tr? thimpist cur a t? a sheol ? ar an eolas l?thaireach tr? r?omhphost agus scrios ? ? do choras f?in. N? f?idir a ch?nti? go bhfuil r?omhphost gan lucht n? s?bhailte de bharr m?dh seachadadh na r?omhphost. D'fh?adfach s? go nd?anfa? tascradh ar an eolas, go mbeadh s? curtha as rocht, go gcailf? n? go scriosf? ?, go mbeadh moill ar, ? easnamhach n? go mbeadh v?reas curtha leis le linn a sheachadadh. D? bhr? sin n? glacann an t? a sheol le aon mhil?an maidir le easnaimh n? but?in in ?bhar na teachtaireachta a tharla?onn le linn a sheachadadh.

Hi Trevor,

The capabilitiesUrl parameter of your harvesting configuration is wrong, it
returns a CSW exception (ie. MissingParameterValueEx).
You have to specify the full path to the capabilites :
http://geoportal.osi.ie/osigeoportal/csw/discovery?service=CSW&version=2.0.2&request=GetCapabilities

For more information, please have a look to the documentation [1].

Cheers,
Mathieu

[1]
http://geonetwork-opensource.org/manuals/trunk/users/admin/harvesting/index.html#adding-a-csw-node

On Wed, Aug 31, 2011 at 12:35 PM, Trevor Alcorn <talcorn@anonymised.com> wrote:

Dear GeoNetwork Users.

I am encountering the following error of harvest from a ESRI Geoportal v10
CSW to GeoNetwork?

MissingParameterValueEx

Has anybody in the GeoNetwork user community experienced this?

Thanks and kind regards.

Trevor

<node id="1106" type="csw">
   <site>
     <name>OSi Metadata Catalog</name>
     <uuid>4a769936-9870-4f54-8d58-b3e2caea9a2a</uuid>
     <account>
       <use>false</use>
       <username />
       <password />
     </account>
     <capabilitiesUrl>http://geoportal.osi.ie/osigeoportal/csw/discovery
</capabilitiesUrl>
     <icon>csw.gif</icon>
   </site>
   <options>
     <every>90</every>
     <oneRunOnly>false</oneRunOnly>
     <status>active</status>
   </options>
   <searches />
   <categories>
     <category id="2" />
   </categories>
   <info>
     <lastRun />
     <running>false</running>
   </info>
   <error id="error">
     <message />
     <class>MissingParameterValueEx</class>
     <stack>
       <at class="org.fao.geonet.csw.common.exceptions.CatalogException"
file="???" line="-1" method="createException" />
       <at class="org.fao.geonet.csw.common.exceptions.CatalogException"
file="???" line="-1" method="unmarshal" />
       <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
file="???" line="-1" method="retrieveCapabilities" />
       <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
file="???" line="-1" method="harvest" />
       <at class="org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester"
file="???" line="-1" method="doHarvest" />
       <at
class="org.fao.geonet.kernel.harvest.harvester.AbstractHarvester" file="???"
line="-1" method="harvest" />
       <at class="org.fao.geonet.kernel.harvest.harvester.Executor"
file="???" line="-1" method="run" />
     </stack>
   </error>
</node>
</nodes>
2011-08-31 11:24:48,024 INFO [jeeves.service] - -> output ended for :
xml.harvesting.get
2011-08-31 11:24:48,024 INFO [jeeves.service] - -> dispatch ended for :
xml.harvesting.get
______________________________
Trevor Alcorn
GIS Analyst
Marine Institute, Rinville, Oranmore, Co. Galway, Ireland
Email: trevor.alcorn@anonymised.com
Ph: +353 91 387476
Fax: +353 91 387201

Online Services
(Data Discovery) Irish Spatial Data Exchange: http://www.isde.ie
(Data Discovery) Marine Data Online 2.0: http://catalog.marine.ie
(Data Request) Service: www.marine.ie/home/publicationsdata/<
http://www.marine.ie/home/publicationsdata/&gt;
(Data Services) Standard Map Viewer: http://www.maps.marine.ie

________________________________
This message contains confidential information and is intended only for the
individual(s) named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The sender
therefore does not accept liability for any errors or omissions in the
contents of this message, which arise as a result of e-mail transmission.

Is don t? at? ainmithe an teachtaireacht seo agus inte t? eolas r?nda. Muna
t? an t? at? ainmithe n?or ch?ir duit an r?omhphost seo a eis-sheacada,
scaipeadh n? a choip?il. M? fuir t? an r?omhphost seo tr? thimpist cur a t?
a sheol ? ar an eolas l?thaireach tr? r?omhphost agus scrios ? ? do choras
f?in. N? f?idir a ch?nti? go bhfuil r?omhphost gan lucht n? s?bhailte de
bharr m?dh seachadadh na r?omhphost. D'fh?adfach s? go nd?anfa? tascradh ar
an eolas, go mbeadh s? curtha as rocht, go gcailf? n? go scriosf? ?, go
mbeadh moill ar, ? easnamhach n? go mbeadh v?reas curtha leis le linn a
sheachadadh. D? bhr? sin n? glacann an t? a sheol le aon mhil?an maidir le
easnaimh n? but?in in ?bhar na teachtaireachta a tharla?onn le linn a
sheachadadh.

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
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

Mind, that a geoportal may contain various XML schemas mixed in a catalog (DC, FGDC, ISO, INSPIRE, ANZLIC, ...). you'll have to decide which OGC CSW Profile you're going to use to access the Geoportal CSW as it supports OGCCORE, ISO, and INSPIRE outputSchemas. Depending on the profile, you may get results in DC format (for OGCCORE CSW), or ISO format (for ISO profile) etc. however, records that have been published in FGDC to a catalog won't be recoverable through the ISO CSW Profile (as the metadata is FGDC, not ISO and mapping between the two is not 1-1).

I registered the Ordnance Survey of Ireland CSW in our sandbox Geoportal for federated searching. Follow this link to see the results:

http://gptogc.esri.com/geoportal/rest/find/document?rid=\{5050B471\-51D5\-4A44\-B99F\-31179C9660B8\}&amp;start=1&amp;max=10&amp;f=searchpage

M

-----Original Message-----
From: Mathieu Coudert [mailto:mathieu.coudert@anonymised.com]
Sent: Wednesday, August 31, 2011 4:24 AM
To: Trevor Alcorn
Cc: geonetwork-users@lists.sourceforge.net
Subject: Re: [GeoNetwork-users] GeoNetwork Harvest: CSW node error

Hi Trevor,

The capabilitiesUrl parameter of your harvesting configuration is wrong, it returns a CSW exception (ie. MissingParameterValueEx).
You have to specify the full path to the capabilites :
http://geoportal.osi.ie/osigeoportal/csw/discovery?service=CSW&version=2.0.2&request=GetCapabilities

For more information, please have a look to the documentation [1].

Cheers,
Mathieu

[1]
http://geonetwork-opensource.org/manuals/trunk/users/admin/harvesting/index.html#adding-a-csw-node

On Wed, Aug 31, 2011 at 12:35 PM, Trevor Alcorn <talcorn@anonymised.com> wrote:

Dear GeoNetwork Users.

I am encountering the following error of harvest from a ESRI Geoportal
v10 CSW to GeoNetwork?

MissingParameterValueEx

Has anybody in the GeoNetwork user community experienced this?

Thanks and kind regards.

Trevor

<node id="1106" type="csw">
   <site>
     <name>OSi Metadata Catalog</name>
     <uuid>4a769936-9870-4f54-8d58-b3e2caea9a2a</uuid>
     <account>
       <use>false</use>
       <username />
       <password />
     </account>
     
<capabilitiesUrl>http://geoportal.osi.ie/osigeoportal/csw/discovery
</capabilitiesUrl>
     <icon>csw.gif</icon>
   </site>
   <options>
     <every>90</every>
     <oneRunOnly>false</oneRunOnly>
     <status>active</status>
   </options>
   <searches />
   <categories>
     <category id="2" />
   </categories>
   <info>
     <lastRun />
     <running>false</running>
   </info>
   <error id="error">
     <message />
     <class>MissingParameterValueEx</class>
     <stack>
       <at class="org.fao.geonet.csw.common.exceptions.CatalogException"
file="???" line="-1" method="createException" />
       <at class="org.fao.geonet.csw.common.exceptions.CatalogException"
file="???" line="-1" method="unmarshal" />
       <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
file="???" line="-1" method="retrieveCapabilities" />
       <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
file="???" line="-1" method="harvest" />
       <at class="org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester"
file="???" line="-1" method="doHarvest" />
       <at
class="org.fao.geonet.kernel.harvest.harvester.AbstractHarvester" file="???"
line="-1" method="harvest" />
       <at class="org.fao.geonet.kernel.harvest.harvester.Executor"
file="???" line="-1" method="run" />
     </stack>
   </error>
</node>
</nodes>
2011-08-31 11:24:48,024 INFO [jeeves.service] - -> output ended for :
xml.harvesting.get
2011-08-31 11:24:48,024 INFO [jeeves.service] - -> dispatch ended for :
xml.harvesting.get
______________________________
Trevor Alcorn
GIS Analyst
Marine Institute, Rinville, Oranmore, Co. Galway, Ireland
Email: trevor.alcorn@anonymised.com
Ph: +353 91 387476
Fax: +353 91 387201

Online Services
(Data Discovery) Irish Spatial Data Exchange: http://www.isde.ie (Data
Discovery) Marine Data Online 2.0: http://catalog.marine.ie (Data
Request) Service: www.marine.ie/home/publicationsdata/<
http://www.marine.ie/home/publicationsdata/&gt;
(Data Services) Standard Map Viewer: http://www.maps.marine.ie

________________________________
This message contains confidential information and is intended only
for the
individual(s) named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for
any errors or omissions in the contents of this message, which arise as a result of e-mail transmission.

Is don t? at? ainmithe an teachtaireacht seo agus inte t? eolas r?nda.
Muna t? an t? at? ainmithe n?or ch?ir duit an r?omhphost seo a
eis-sheacada, scaipeadh n? a choip?il. M? fuir t? an r?omhphost seo tr? thimpist cur a t?
a sheol ? ar an eolas l?thaireach tr? r?omhphost agus scrios ? ? do
choras f?in. N? f?idir a ch?nti? go bhfuil r?omhphost gan lucht n?
s?bhailte de bharr m?dh seachadadh na r?omhphost. D'fh?adfach s? go
nd?anfa? tascradh ar an eolas, go mbeadh s? curtha as rocht, go
gcailf? n? go scriosf? ?, go mbeadh moill ar, ? easnamhach n? go
mbeadh v?reas curtha leis le linn a sheachadadh. D? bhr? sin n?
glacann an t? a sheol le aon mhil?an maidir le easnaimh n? but?in in
?bhar na teachtaireachta a tharla?onn le linn a sheachadadh.

----------------------------------------------------------------------
-------- Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
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

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
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

Dear Marten,

2011/8/31 Marten Hogeweg <mhogeweg@anonymised.com>:

Mind, that a geoportal may contain various XML schemas mixed in a catalog (DC, FGDC, ISO, INSPIRE, ANZLIC, ...). you'll have to decide which OGC CSW Profile you're going to use to access the Geoportal CSW as it supports OGCCORE, ISO, and INSPIRE outputSchemas. Depending on the profile, you may get results in DC format (for OGCCORE CSW), or ISO format (for ISO profile) etc. however, records that have been published in FGDC to a catalog won't be recoverable through the ISO CSW Profile (as the metadata is FGDC, not ISO and mapping between the two is not 1-1).

And in that case, do you exclude FGDC records from the search when an
ISO outputSchemas is asked or do you take FGDC records into account
during the search and do not return them in the GetRecord response
(because there is no mapping available) ? If the last case, is the
numberOfRecordsMatched=numberOfRecordsReturned (that's a point of
discussion we have which is not defined in the spec.) ?

Thanks.

Francois

I registered the Ordnance Survey of Ireland CSW in our sandbox Geoportal for federated searching. Follow this link to see the results:
http://gptogc.esri.com/geoportal/rest/find/document?rid=\{5050B471\-51D5\-4A44\-B99F\-31179C9660B8\}&amp;start=1&amp;max=10&amp;f=searchpage

M

-----Original Message-----
From: Mathieu Coudert [mailto:mathieu.coudert@anonymised.com]
Sent: Wednesday, August 31, 2011 4:24 AM
To: Trevor Alcorn
Cc: geonetwork-users@lists.sourceforge.net
Subject: Re: [GeoNetwork-users] GeoNetwork Harvest: CSW node error

Hi Trevor,

The capabilitiesUrl parameter of your harvesting configuration is wrong, it returns a CSW exception (ie. MissingParameterValueEx).
You have to specify the full path to the capabilites :
http://geoportal.osi.ie/osigeoportal/csw/discovery?service=CSW&version=2.0.2&request=GetCapabilities

For more information, please have a look to the documentation [1].

Cheers,
Mathieu

[1]
http://geonetwork-opensource.org/manuals/trunk/users/admin/harvesting/index.html#adding-a-csw-node

On Wed, Aug 31, 2011 at 12:35 PM, Trevor Alcorn <talcorn@anonymised.com> wrote:

Dear GeoNetwork Users.

I am encountering the following error of harvest from a ESRI Geoportal
v10 CSW to GeoNetwork?

MissingParameterValueEx

Has anybody in the GeoNetwork user community experienced this?

Thanks and kind regards.

Trevor

<node id="1106" type="csw">
<site>
<name>OSi Metadata Catalog</name>
<uuid>4a769936-9870-4f54-8d58-b3e2caea9a2a</uuid>
<account>
<use>false</use>
<username />
<password />
</account>

<capabilitiesUrl>http://geoportal.osi.ie/osigeoportal/csw/discovery
</capabilitiesUrl>
<icon>csw.gif</icon>
</site>
<options>
<every>90</every>
<oneRunOnly>false</oneRunOnly>
<status>active</status>
</options>
<searches />
<categories>
<category id="2" />
</categories>
<info>
<lastRun />
<running>false</running>
</info>
<error id="error">
<message />
<class>MissingParameterValueEx</class>
<stack>
<at class="org.fao.geonet.csw.common.exceptions.CatalogException"
file="???" line="-1" method="createException" />
<at class="org.fao.geonet.csw.common.exceptions.CatalogException"
file="???" line="-1" method="unmarshal" />
<at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
file="???" line="-1" method="retrieveCapabilities" />
<at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
file="???" line="-1" method="harvest" />
<at class="org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester"
file="???" line="-1" method="doHarvest" />
<at
class="org.fao.geonet.kernel.harvest.harvester.AbstractHarvester" file="???"
line="-1" method="harvest" />
<at class="org.fao.geonet.kernel.harvest.harvester.Executor"
file="???" line="-1" method="run" />
</stack>
</error>
</node>
</nodes>
2011-08-31 11:24:48,024 INFO [jeeves.service] - -> output ended for :
xml.harvesting.get
2011-08-31 11:24:48,024 INFO [jeeves.service] - -> dispatch ended for :
xml.harvesting.get
______________________________
Trevor Alcorn
GIS Analyst
Marine Institute, Rinville, Oranmore, Co. Galway, Ireland
Email: trevor.alcorn@anonymised.com
Ph: +353 91 387476
Fax: +353 91 387201

Online Services
(Data Discovery) Irish Spatial Data Exchange: http://www.isde.ie (Data
Discovery) Marine Data Online 2.0: http://catalog.marine.ie (Data
Request) Service: www.marine.ie/home/publicationsdata/<
http://www.marine.ie/home/publicationsdata/&gt;
(Data Services) Standard Map Viewer: http://www.maps.marine.ie

________________________________
This message contains confidential information and is intended only
for the
individual(s) named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for
any errors or omissions in the contents of this message, which arise as a result of e-mail transmission.

Is don t? at? ainmithe an teachtaireacht seo agus inte t? eolas r?nda.
Muna t? an t? at? ainmithe n?or ch?ir duit an r?omhphost seo a
eis-sheacada, scaipeadh n? a choip?il. M? fuir t? an r?omhphost seo tr? thimpist cur a t?
a sheol ? ar an eolas l?thaireach tr? r?omhphost agus scrios ? ? do
choras f?in. N? f?idir a ch?nti? go bhfuil r?omhphost gan lucht n?
s?bhailte de bharr m?dh seachadadh na r?omhphost. D'fh?adfach s? go
nd?anfa? tascradh ar an eolas, go mbeadh s? curtha as rocht, go
gcailf? n? go scriosf? ?, go mbeadh moill ar, ? easnamhach n? go
mbeadh v?reas curtha leis le linn a sheachadadh. D? bhr? sin n?
glacann an t? a sheol le aon mhil?an maidir le easnaimh n? but?in in
?bhar na teachtaireachta a tharla?onn le linn a sheachadadh.

----------------------------------------------------------------------
-------- Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
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

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
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

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
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

-----Original Message-----
From: Francois Prunayre [mailto:fx.prunayre@anonymised.com]
Sent: Wednesday, 31 August 2011 14:10
To: Marten Hogeweg
Cc: geonetwork-users@lists.sourceforge.net
Subject: Re: [GeoNetwork-users] GeoNetwork Harvest: CSW node error

Dear Marten,

2011/8/31 Marten Hogeweg <mhogeweg@anonymised.com>:
> Mind, that a geoportal may contain various XML schemas mixed in a catalog
(DC, FGDC, ISO, INSPIRE, ANZLIC, ...). you'll have to decide which OGC CSW
Profile you're going to use to access the Geoportal CSW as it supports
OGCCORE, ISO, and INSPIRE outputSchemas. Depending on the profile, you may
get results in DC format (for OGCCORE CSW), or ISO format (for ISO profile)
etc. however, records that have been published in FGDC to a catalog won't
be recoverable through the ISO CSW Profile (as the metadata is FGDC, not
ISO and mapping between the two is not 1-1).
And in that case, do you exclude FGDC records from the search when an
ISO outputSchemas is asked or do you take FGDC records into account
during the search and do not return them in the GetRecord response
(because there is no mapping available) ? If the last case, is the
numberOfRecordsMatched=numberOfRecordsReturned (that's a point of
discussion we have which is not defined in the spec.) ?

I would say, in this case, that numberOfRecordsMatched != numberOfRecordsReturned. If the CSW has a mapping mechanism between/across profiles (an approach could be all profiles be mapped to OGCCORE back and forth, which would allow this functionality), then numberOfRecordsMatched = numberOfRecordsReturned. Having said this, perhaps a csw:Capabilities/ows:OperationaMetadata/ows:Constraint/@name="CrossProfileMapping", with ows:Value of true|false, would be valuable here so a client would/could know when processing GetRecords requests per this use case.

..Tom

Thanks.

Francois

> I registered the Ordnance Survey of Ireland CSW in our sandbox Geoportal
for federated searching. Follow this link to see the results:
> http://gptogc.esri.com/geoportal/rest/find/document?rid=\{5050B471-51D5-
4A44-B99F-31179C9660B8}&start=1&max=10&f=searchpage
>
> M
>
> -----Original Message-----
> From: Mathieu Coudert [mailto:mathieu.coudert@anonymised.com]
> Sent: Wednesday, August 31, 2011 4:24 AM
> To: Trevor Alcorn
> Cc: geonetwork-users@lists.sourceforge.net
> Subject: Re: [GeoNetwork-users] GeoNetwork Harvest: CSW node error
>
> Hi Trevor,
>
> The capabilitiesUrl parameter of your harvesting configuration is wrong,
it returns a CSW exception (ie. MissingParameterValueEx).
> You have to specify the full path to the capabilites :
>
http://geoportal.osi.ie/osigeoportal/csw/discovery?service=CSW&version=2.0.
2&request=GetCapabilities
>
> For more information, please have a look to the documentation [1].
>
> Cheers,
> Mathieu
>
> [1]
> http://geonetwork-
opensource.org/manuals/trunk/users/admin/harvesting/index.html#adding-a-
csw-node
>
>
> On Wed, Aug 31, 2011 at 12:35 PM, Trevor Alcorn <talcorn@anonymised.com>
wrote:
>
>> Dear GeoNetwork Users.
>>
>> I am encountering the following error of harvest from a ESRI Geoportal
>> v10 CSW to GeoNetwork?
>>
>> MissingParameterValueEx
>>
>>
>> Has anybody in the GeoNetwork user community experienced this?
>>
>> Thanks and kind regards.
>>
>> Trevor
>>
>> <node id="1106" type="csw">
>> <site>
>> <name>OSi Metadata Catalog</name>
>> <uuid>4a769936-9870-4f54-8d58-b3e2caea9a2a</uuid>
>> <account>
>> <use>false</use>
>> <username />
>> <password />
>> </account>
>>
>> <capabilitiesUrl>http://geoportal.osi.ie/osigeoportal/csw/discovery
>> </capabilitiesUrl>
>> <icon>csw.gif</icon>
>> </site>
>> <options>
>> <every>90</every>
>> <oneRunOnly>false</oneRunOnly>
>> <status>active</status>
>> </options>
>> <searches />
>> <categories>
>> <category id="2" />
>> </categories>
>> <info>
>> <lastRun />
>> <running>false</running>
>> </info>
>> <error id="error">
>> <message />
>> <class>MissingParameterValueEx</class>
>> <stack>
>> <at class="org.fao.geonet.csw.common.exceptions.CatalogException"
>> file="???" line="-1" method="createException" />
>> <at class="org.fao.geonet.csw.common.exceptions.CatalogException"
>> file="???" line="-1" method="unmarshal" />
>> <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
>> file="???" line="-1" method="retrieveCapabilities" />
>> <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
>> file="???" line="-1" method="harvest" />
>> <at
class="org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester"
>> file="???" line="-1" method="doHarvest" />
>> <at
>> class="org.fao.geonet.kernel.harvest.harvester.AbstractHarvester"
file="???"
>> line="-1" method="harvest" />
>> <at class="org.fao.geonet.kernel.harvest.harvester.Executor"
>> file="???" line="-1" method="run" />
>> </stack>
>> </error>
>> </node>
>> </nodes>
>> 2011-08-31 11:24:48,024 INFO [jeeves.service] - -> output ended for
:
>> xml.harvesting.get
>> 2011-08-31 11:24:48,024 INFO [jeeves.service] - -> dispatch ended for
:
>> xml.harvesting.get
>> ______________________________
>> Trevor Alcorn
>> GIS Analyst
>> Marine Institute, Rinville, Oranmore, Co. Galway, Ireland
>> Email: trevor.alcorn@anonymised.com
>> Ph: +353 91 387476
>> Fax: +353 91 387201
>>
>> Online Services
>> (Data Discovery) Irish Spatial Data Exchange: http://www.isde.ie (Data
>> Discovery) Marine Data Online 2.0: http://catalog.marine.ie (Data
>> Request) Service: www.marine.ie/home/publicationsdata/<
>> http://www.marine.ie/home/publicationsdata/&gt;
>> (Data Services) Standard Map Viewer: http://www.maps.marine.ie
>>
>>
>>
>> ________________________________
>> This message contains confidential information and is intended only
>> for the
>> individual(s) named. If you are not the named addressee you should not
>> disseminate, distribute or copy this e-mail. Please notify the sender
>> immediately by e-mail if you have received this e-mail by mistake and
>> delete this e-mail from your system. E-mail transmission cannot be
>> guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses. The sender therefore does not accept liability for
>> any errors or omissions in the contents of this message, which arise as
a result of e-mail transmission.
>>
>> Is don t? at? ainmithe an teachtaireacht seo agus inte t? eolas r?nda.
>> Muna t? an t? at? ainmithe n?or ch?ir duit an r?omhphost seo a
>> eis-sheacada, scaipeadh n? a choip?il. M? fuir t? an r?omhphost seo tr?
thimpist cur a t?
>> a sheol ? ar an eolas l?thaireach tr? r?omhphost agus scrios ? ? do
>> choras f?in. N? f?idir a ch?nti? go bhfuil r?omhphost gan lucht n?
>> s?bhailte de bharr m?dh seachadadh na r?omhphost. D'fh?adfach s? go
>> nd?anfa? tascradh ar an eolas, go mbeadh s? curtha as rocht, go
>> gcailf? n? go scriosf? ?, go mbeadh moill ar, ? easnamhach n? go
>> mbeadh v?reas curtha leis le linn a sheachadadh. D? bhr? sin n?
>> glacann an t? a sheol le aon mhil?an maidir le easnaimh n? but?in in
>> ?bhar na teachtaireachta a tharla?onn le linn a sheachadadh.
>>
>> ----------------------------------------------------------------------
>> -------- Special Offer -- Download ArcSight Logger for FREE!
>> Finally, a world-class log management solution at an even better
>> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
>> download Logger. Secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsisghtdev2dev
>> _______________________________________________
>> 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
>>
> -------------------------------------------------------------------------
-----
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better price-
free! And you'll get a free "Love Thy Logs" t-shirt when you download
Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> 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
>
>
> -------------------------------------------------------------------------
-----
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> 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
>

---------------------------------------------------------------------------
---
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
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

When outputSchema=http://www.isotc211.org/2005/gmd only ISO documents are considered, it essentially acts as a filter, FGDC documents will not be matched, counted, or returned.

-----Original Message-----
From: Kralidis,Tom [Ontario] [mailto:Tom.Kralidis@anonymised.com]
Sent: Wednesday, August 31, 2011 2:56 PM
To: Francois Prunayre; Marten Hogeweg
Cc: geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] GeoNetwork Harvest: CSW node error

-----Original Message-----
From: Francois Prunayre [mailto:fx.prunayre@anonymised.com]
Sent: Wednesday, 31 August 2011 14:10
To: Marten Hogeweg
Cc: geonetwork-users@lists.sourceforge.net
Subject: Re: [GeoNetwork-users] GeoNetwork Harvest: CSW node error

Dear Marten,

2011/8/31 Marten Hogeweg <mhogeweg@anonymised.com>:
> Mind, that a geoportal may contain various XML schemas mixed in a
> catalog
(DC, FGDC, ISO, INSPIRE, ANZLIC, ...). you'll have to decide which OGC
CSW Profile you're going to use to access the Geoportal CSW as it
supports OGCCORE, ISO, and INSPIRE outputSchemas. Depending on the
profile, you may get results in DC format (for OGCCORE CSW), or ISO
format (for ISO profile) etc. however, records that have been
published in FGDC to a catalog won't be recoverable through the ISO
CSW Profile (as the metadata is FGDC, not ISO and mapping between the two is not 1-1).
And in that case, do you exclude FGDC records from the search when an
ISO outputSchemas is asked or do you take FGDC records into account
during the search and do not return them in the GetRecord response
(because there is no mapping available) ? If the last case, is the
numberOfRecordsMatched=numberOfRecordsReturned (that's a point of
discussion we have which is not defined in the spec.) ?

I would say, in this case, that numberOfRecordsMatched != numberOfRecordsReturned. If the CSW has a mapping mechanism between/across profiles (an approach could be all profiles be mapped to OGCCORE back and forth, which would allow this functionality), then numberOfRecordsMatched = numberOfRecordsReturned. Having said this, perhaps a csw:Capabilities/ows:OperationaMetadata/ows:Constraint/@name="CrossProfileMapping", with ows:Value of true|false, would be valuable here so a client would/could know when processing GetRecords requests per this use case.

..Tom

Thanks.

Francois

> I registered the Ordnance Survey of Ireland CSW in our sandbox
> Geoportal
for federated searching. Follow this link to see the results:
> http://gptogc.esri.com/geoportal/rest/find/document?rid=\{5050B471-51
> D5-
4A44-B99F-31179C9660B8}&start=1&max=10&f=searchpage
>
> M
>
> -----Original Message-----
> From: Mathieu Coudert [mailto:mathieu.coudert@anonymised.com]
> Sent: Wednesday, August 31, 2011 4:24 AM
> To: Trevor Alcorn
> Cc: geonetwork-users@lists.sourceforge.net
> Subject: Re: [GeoNetwork-users] GeoNetwork Harvest: CSW node error
>
> Hi Trevor,
>
> The capabilitiesUrl parameter of your harvesting configuration is
> wrong,
it returns a CSW exception (ie. MissingParameterValueEx).
> You have to specify the full path to the capabilites :
>
http://geoportal.osi.ie/osigeoportal/csw/discovery?service=CSW&version=2.0.
2&request=GetCapabilities
>
> For more information, please have a look to the documentation [1].
>
> Cheers,
> Mathieu
>
> [1]
> http://geonetwork-
opensource.org/manuals/trunk/users/admin/harvesting/index.html#adding-
a-
csw-node
>
>
> On Wed, Aug 31, 2011 at 12:35 PM, Trevor Alcorn <talcorn@anonymised.com>
wrote:
>
>> Dear GeoNetwork Users.
>>
>> I am encountering the following error of harvest from a ESRI
>> Geoportal
>> v10 CSW to GeoNetwork?
>>
>> MissingParameterValueEx
>>
>>
>> Has anybody in the GeoNetwork user community experienced this?
>>
>> Thanks and kind regards.
>>
>> Trevor
>>
>> <node id="1106" type="csw">
>> <site>
>> <name>OSi Metadata Catalog</name>
>> <uuid>4a769936-9870-4f54-8d58-b3e2caea9a2a</uuid>
>> <account>
>> <use>false</use>
>> <username />
>> <password />
>> </account>
>>
>> <capabilitiesUrl>http://geoportal.osi.ie/osigeoportal/csw/discovery
>> </capabilitiesUrl>
>> <icon>csw.gif</icon>
>> </site>
>> <options>
>> <every>90</every>
>> <oneRunOnly>false</oneRunOnly>
>> <status>active</status>
>> </options>
>> <searches />
>> <categories>
>> <category id="2" />
>> </categories>
>> <info>
>> <lastRun />
>> <running>false</running>
>> </info>
>> <error id="error">
>> <message />
>> <class>MissingParameterValueEx</class>
>> <stack>
>> <at class="org.fao.geonet.csw.common.exceptions.CatalogException"
>> file="???" line="-1" method="createException" />
>> <at class="org.fao.geonet.csw.common.exceptions.CatalogException"
>> file="???" line="-1" method="unmarshal" />
>> <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
>> file="???" line="-1" method="retrieveCapabilities" />
>> <at class="org.fao.geonet.kernel.harvest.harvester.csw.Harvester"
>> file="???" line="-1" method="harvest" />
>> <at
class="org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester"
>> file="???" line="-1" method="doHarvest" />
>> <at
>> class="org.fao.geonet.kernel.harvest.harvester.AbstractHarvester"
file="???"
>> line="-1" method="harvest" />
>> <at class="org.fao.geonet.kernel.harvest.harvester.Executor"
>> file="???" line="-1" method="run" />
>> </stack>
>> </error>
>> </node>
>> </nodes>
>> 2011-08-31 11:24:48,024 INFO [jeeves.service] - -> output ended
>> for
:
>> xml.harvesting.get
>> 2011-08-31 11:24:48,024 INFO [jeeves.service] - -> dispatch ended
>> for
:
>> xml.harvesting.get
>> ______________________________
>> Trevor Alcorn
>> GIS Analyst
>> Marine Institute, Rinville, Oranmore, Co. Galway, Ireland
>> Email: trevor.alcorn@anonymised.com
>> Ph: +353 91 387476
>> Fax: +353 91 387201
>>
>> Online Services
>> (Data Discovery) Irish Spatial Data Exchange: http://www.isde.ie
>> (Data
>> Discovery) Marine Data Online 2.0: http://catalog.marine.ie (Data
>> Request) Service: www.marine.ie/home/publicationsdata/<
>> http://www.marine.ie/home/publicationsdata/&gt;
>> (Data Services) Standard Map Viewer: http://www.maps.marine.ie
>>
>>
>>
>> ________________________________
>> This message contains confidential information and is intended only
>> for the
>> individual(s) named. If you are not the named addressee you should
>> not disseminate, distribute or copy this e-mail. Please notify the
>> sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system. E-mail
>> transmission cannot be guaranteed to be secure or error-free as
>> information could be intercepted, corrupted, lost, destroyed,
>> arrive late or incomplete, or contain viruses. The sender therefore
>> does not accept liability for any errors or omissions in the
>> contents of this message, which arise as
a result of e-mail transmission.
>>
>> Is don t? at? ainmithe an teachtaireacht seo agus inte t? eolas r?nda.
>> Muna t? an t? at? ainmithe n?or ch?ir duit an r?omhphost seo a
>> eis-sheacada, scaipeadh n? a choip?il. M? fuir t? an r?omhphost seo tr?
thimpist cur a t?
>> a sheol ? ar an eolas l?thaireach tr? r?omhphost agus scrios ? ? do
>> choras f?in. N? f?idir a ch?nti? go bhfuil r?omhphost gan lucht n?
>> s?bhailte de bharr m?dh seachadadh na r?omhphost. D'fh?adfach s? go
>> nd?anfa? tascradh ar an eolas, go mbeadh s? curtha as rocht, go
>> gcailf? n? go scriosf? ?, go mbeadh moill ar, ? easnamhach n? go
>> mbeadh v?reas curtha leis le linn a sheachadadh. D? bhr? sin n?
>> glacann an t? a sheol le aon mhil?an maidir le easnaimh n? but?in
>> in ?bhar na teachtaireachta a tharla?onn le linn a sheachadadh.
>>
>> -------------------------------------------------------------------
>> ---
>> -------- Special Offer -- Download ArcSight Logger for FREE!
>> Finally, a world-class log management solution at an even better
>> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
>> download Logger. Secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsisghtdev2dev
>> _______________________________________________
>> 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
>>
> --------------------------------------------------------------------
> -----
-----
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better
> price-
free! And you'll get a free "Love Thy Logs" t-shirt when you download
Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> 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
>
>
> --------------------------------------------------------------------
> -----
-----
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> 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
>

----------------------------------------------------------------------
-----
---
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
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