Johnny, this might well be a very silly suggestion and if so, I'm sorry. But it had me confused at one stage.
Are you sure you do have your original database stored in Posgresql ? No, I'm not trying to be funny. I found that if you choose to use a sql database (mysql in my case) but forget to select the database driver type as DBI in config.xml the system quietly goes about using dbm, no error messages and every thing works fine. About all I can suggest, David On Wed, 2005-12-28 at 15:18 +0100, Johnny Gonzalez wrote: > Hello everybody, > > I have a proble with my db. I have to change my RA > machine, because a hardware problem, so I made a > backup of my RA configuration and my database too. So > to obtain my backup I did: pg_dump -f openra.sql > openra > > After that I restored it in the new machine with: > > createuser -A -d -P openca > createdb -U openca -W openra > > psql -f openra.sql -U openca openra > > > Until here everything is ok, If I connect to my RA > through the web interface I can see all certificates, > CSRs, CRRs, CA certs, etc. but If I click on the ID of > my ca certificate, I get this error message: > > Error 690 > Configuration Error. Error 0, unable > to get cert from dB! (Success (error 11111: Do not > commit if the database or the module itself fails.)). > > > What could the problem be? Do I have to use another > command to backup my db? > > Thanks a lot, > > Johnny > > > > > > > ______________________________________________ > Renovamos el Correo Yahoo! > Nuevos servicios, más seguridad > http://correo.yahoo.es > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Openca-Users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openca-users ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
