[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor Quill Problem



Hi Steve,

This looks like a problem within a SQL table. at least one of the columns is defined to be a "key" which by definition has to be unique and you have a
double entry there.

I fear you might need to look into the tables manually and see where this
problem is buried...


Or, since you have never got anything useful into the DB
yet, just drop the database and follow the instructions to
recreate it again that are in the condor manual.

Steve

One question before dropping the database: Once Quill activated, does "condor_history" only uses the Quill database, in stead of the $SPOOL/history* files to output the result? I don't see the JobIDs, that returned by the condor_history in any of the history files (the current and the rotated ones), other than the ones in the current file. Simply deleting the database is still fine?

Cheers,
Santanu