On Mon, 11 Nov 2013, [email protected] wrote:
> $ sudo -u www-data /opt/invenio/bin/bibexport -w sitemap -s1d
> 2013-11-11 07:17:57 --> Sorry, job name sitemap is not known. Exiting.
Perhaps you removed it on your site? Please check via:
$ echo "SELECT * FROM expJOB" | /opt/invenio/bin/dbexec
You should see sitemap, googlescholar, marcxml export jobs there.
They are installed during creation of the demo site:
$ git grep sitemap ./modules/miscutil/demo/democfgdata.sql
INSERT INTO expJOB (jobname) VALUES ('sitemap');
If you don't have them, then you can simply insert the wanted job name
in that table and things should work.
BTW please don't forget to customize sitemap export settings at
`/opt/invenio/etc/bibexport/sitemap.cfg'. Otherwise your records may
not appear in the final generated sitemap e.g. if they don't match
collection conditions defined in the configuration file.
Best regards
--
Tibor Simko