[GeoNetwork-users] question about harvesting

Hello

We would like to harvest two websites
The WHO website.
Could you give us the information about the host and the port to use ?

We also would like to harvest the FAO website.
We’ve got 113 results directly from the website http://www.fao.org/geonetwork/srv/en/xml.search?any=africa+water&siteId=fao
But when we try to harvest, nothing happens.
Is the harvest above right ?

Thank you for your help

Hervé TRON
Office International de l’Eau
BP 75 - Place Sophie Laffitte
06902 Sophia Antipolis Cedex
Tel LD : 04 92 94 58 13
Tel : 04 92 94 58 00
Fax : 04 93 65 44 02

tecproda01.fao.org 8080 en xml.user.login xml.user.logout xml.search xml.metadata.get africa+water fao view download dynamic


Ce message a ete verifie par MailScanner pour des virus ou des polluriels et rien de suspect n’a ete trouve.

Les donnees et renseignements contenus dans ce message sont personnels, confidentiels et privés.Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee.
Any data and information contained in this electronic mail is personal, confidential and private. Any total or partial publication, use or distribution must be authorized.

Hi Hervé,

the search criteria is wrong indeed. africa+water is URL encoded, so you have to replace
the + with a space in the config file:

<any>africa water</any>

Cheers,
Andrea

Hello

We would like to harvest two websites
The WHO website.
Could you give us the information about the host and the port to use ?

We also would like to harvest the FAO website.
We've got 113 results directly from the website http://www.fao.org/geonetwork/srv/en/xml.search?any=africa+water&siteId=fao
But when we try to harvest, nothing happens.
Is the harvest above right ?

Thank you for your help

Hervé TRON
Office International de l'Eau
BP 75 - Place Sophie Laffitte
06902 Sophia Antipolis Cedex
Tel LD : 04 92 94 58 13
Tel : 04 92 94 58 00
Fax : 04 93 65 44 02

<schedule name="geonetwork sync" class=".schedules.MetadataSync" when="10 min">
    <param name="sites">
  <site name="geonetwork">
<general>
  <host>tecproda01.fao.org</host>
  <port>8080</port>
  <language>en</language>
  <username></username>
  <password></password>
</general>
<services>
  <login>xml.user.login</login>
  <logout>xml.user.logout</logout>
  <search>xml.search</search>
  <get>xml.metadata.get</get>
</services>
<search>
  <any>africa+water</any>
  <siteId>fao</siteId>
</search>
  <group id="1">
   <privilege>view</privilege>
   <privilege>download</privilege>
   <privilege>dynamic</privilege>
  </group>
</site>
</param>
</schedule>