Re: NSS DB migration problem

2008-11-20 Thread Robert Relyea
Wolfgang Rosenauer wrote: Hi, Hans Petter Jansson schrieb: This database only fails to migrate if the target database was not already created by another, successful merge, though. I think you're saying that the failures only occur if the "target" (cert9) DB doesn't already exist wh

Re: NSS DB migration problem

2008-11-20 Thread Wolfgang Rosenauer
Hi, Hans Petter Jansson schrieb: >>> This database only fails to migrate if the target database was not >>> already created by another, successful merge, though. > >> I think you're saying that the failures only occur if the "target" (cert9) >> DB doesn't already exist when your program is run, b

Re: NSS DB migration problem

2008-11-19 Thread Hans Petter Jansson
On Sat, 2008-11-15 at 19:06 -0800, Nelson B Bolyard wrote: > Hans Petter Jansson wrote, On 2008-11-15 17:57: > > It's on separate workstations, but in some cases one database migrates > > successfully while another fails on the same system. > Is is possible that more than one version of the NSS

Re: NSS DB migration problem

2008-11-17 Thread Robert Relyea
Hans Petter Jansson wrote: This works for some databases, but not others. It doesn't seem to matter which application created the database (I've tried with databases from Firefox and Evolution) - e.g. one user's database may fail while another user's database may migrate properly. When it fails,

Re: NSS DB migration problem

2008-11-15 Thread Nelson B Bolyard
Hans Petter Jansson wrote, On 2008-11-15 17:57: > On Fri, 2008-11-14 at 22:56 -0800, Nelson B Bolyard wrote: >> Hans Petter Jansson wrote, On 2008-11-14 21:54: > >>> This works for some databases, but not others. > It's on separate workstations, but in some cases one database migrates > successf

Re: NSS DB migration problem

2008-11-15 Thread Hans Petter Jansson
On Fri, 2008-11-14 at 22:56 -0800, Nelson B Bolyard wrote: > Hans Petter Jansson wrote, On 2008-11-14 21:54: > > This works for some databases, but not others. It doesn't seem to matter > > which application created the database (I've tried with databases from > > Firefox and Evolution) - e.g. one

Re: NSS DB migration problem

2008-11-14 Thread Nelson B Bolyard
Hans Petter Jansson wrote, On 2008-11-14 21:54: > I've been looking in NSS docs and ML archives for a solution to the > following problem, with no luck. Asking around on IRC, I was pointed to > this ML. Hopefully it's the appropriate forum. > > I'm trying to migrate existing NSS DBs from the old B

Re: NSS DB migration problem

2008-11-14 Thread Wan-Teh Chang
On Fri, Nov 14, 2008 at 9:54 PM, Hans Petter Jansson <[EMAIL PROTECTED]> wrote: > >/* Step 3: Authenticate to the token */ > >rv = PK11_Authenticate (slot, PR_FALSE, &pwdata); >if (rv != SECSuccess) >{ > fprintf (stderr, "*** Auth call failed: %u.\n", PORT_GetError ()); >

NSS DB migration problem

2008-11-14 Thread Hans Petter Jansson
I've been looking in NSS docs and ML archives for a solution to the following problem, with no luck. Asking around on IRC, I was pointed to this ML. Hopefully it's the appropriate forum. I'm trying to migrate existing NSS DBs from the old Berkeley DB format to the new, SQLite-based format that can