Hi Chris,
[EMAIL PROTECTED] wrote:
I have looked at the database, and it is right ! There is no table "sequence_csr". What is the format of this table ? I can create it manually.
Please go to the node interface. --> Admin --> Server init --> Show SQL statements
If you use MySQL then the output contains this:
CREATE TABLE sequence_private (seq_number BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT, dummy INT);
CREATE TABLE sequence_global_id (seq_number BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT, dummy INT);
CREATE TABLE sequence_audittrail (seq_number BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT, dummy INT);
CREATE TABLE sequence_crr (seq_number BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT, dummy INT);
CREATE TABLE sequence_data (seq_number BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT, dummy INT);
CREATE TABLE sequence_csr (seq_number BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT, dummy INT);
I hope this helps.
Michael -- _______________________________________________________________
Michael Bell Humboldt-Universitaet zu Berlin
Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 [EMAIL PROTECTED] D-10099 Berlin _______________________________________________________________
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel
