[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: broken collection identifier
Hi Tibor,
On Mar 6, 2008, at 12:58 PM, Tibor Simko wrote:
And here it is after bibindex, bibreformat, webcoll, and bibrank ran:
[root@lnx248 ~]# echo "SELECT * FROM bibrec WHERE id=1887" |
/opt/cds-
invenio/bin/dbexec
id creation_date modification_date
1887 2008-03-05 09:44:22 2008-03-05 09:44:39
[root@lnx248 ~]# echo "SELECT id,name,last_updated FROM idxINDEX
WHERE
name='collection'" | /opt/cds-invenio/bin/dbexec
id name last_updated
2 collection 2008-03-05 09:56:08
The record did not appear in its proper collection
Do you have output of that automatic bibindex run that missed this
record?
I have attached bibsched_task_18122.log.
Did you run it with -v 9?
Our automatic bibindex was not using -v 9, so I changed it to use -v 9
and submitted another new record (1895). To my surprise, this
submission (and a second test) did appear properly in the CBX
collection. Just for your reference, please see the following details
and the attached bibsched_task_18335.log.
[root@lnx248 log]# cat bibsched_task_18335.err
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
Unknown stream 2008-03-06 16:45:34. [must be sys.stdout or sys.stderr]
[root@lnx248 log]# echo "SELECT * FROM bibrec WHERE id=1895" | /opt/
cds-invenio/bin/dbexec
id creation_date modification_date
1895 2008-03-06 16:43:09 2008-03-06 16:43:23
[root@lnx248 log]# echo "SELECT id,name,last_updated FROM idxINDEX
WHERE name='collection'" | /opt/cds-invenio/bin/dbexec
id name last_updated
2 collection 2008-03-06 16:45:34
At the moment, at least, things seem to be working properly. Thank
you so much for all your time and help.
Sincerely,
Devin
Attachment:
bibsched_task_18122.log
Description: Binary data
Attachment:
bibsched_task_18335.log
Description: Binary data
|