echo "SELECT term FROM idxWORD10F" | dbexec
  ->
  term
1833
This shows that the collection index contains only the demo data.
Oops, wrong query.  The query should be:

    $ echo "SELECT term FROM idxWORD02F" | /opt/invenio/bin/dbexec

because the `collection' index is actually ID 2, see `idxINDEX' table.


ah, this result looks better!

and the bibindex for one record works!!!

$ bibindex -u admin -w collection -a -i 5440378 -v 9
$ webcoll -f

after this, the record is displayed in the webfrontend and in "Manage
Indexe" the collection index has one record!, also

$ echo "SELECT term FROM idxWORD02F" | /opt/invenio/bin/dbexec

results the collection term :-)

term
scopus


How can I reindex all records, I tryed from your first mail this:

  $ bibindex -u admin -w collection -f250000 -R
  $ webcoll -u admin -f

But I get again an empty collection and
$ echo "SELECT term FROM idxWORD02F" | dbexec
result nothing.

Best Regards
Cornelia





------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDirig Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

Reply via email to