Lizner Martin schrieb: > > hello, > > On Thu, 25 Jul 2002, Michael Bell wrote: > > > this is patched in new initDBI. See other mail.> next error: > > thank you. > > > > > > > while storing certificates into mysql db (after issuing) i encounter: > > > > > > Error 6781 > > > > > > General Error. Error while storing 01.pem cert in dB! > > > The database returns errorcode 20128 (INSERT_FAILED).. > > > > > > apache log: > > > > > > DBD::mysql::st execute failed: Unknown column 'req_key' in 'field list' at > > > /usr/lib/perl5/site_perl/5.6.1/OpenCA/DBI.pm line 3073. > > > General Error Trapped 6781: Error while storing 01.pem cert in dB! > > > The database returns errorcode 20128 (INSERT_FAILED). at > > > /usr/local/openca_ca/lib/functions/misc-utils.lib line 38. > > > Compilation failed in require at /usr/local/apache/cgi-bin/ca/ca line 193. > > > DBD::mysql::db rollback failed: ROLLBACK failed at > > > /usr/lib/perl5/site_perl/5.6.1/OpenCA/DBI.pm line 3119. > > > > Is this the first install of OpenCA? It looks like you use a database > > which was initialized before 2002-Jul-12. Is this correct or do you try > > a complete new installation? > > > yes that is a fresh new install - and i always create new mysql > datababases and drop the old ones when i test new snapshot.
Ups, I deactivate the logging in my OpenCA::DBI during testing (via hardcoding). So I forgot to add the column CSR_SERIAL (req_key) to the table LOG. Now it should work (some seconds ago I fixed it in the CVS). Sorry, Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
