Hi. Sorry for the delay in getting back to you. I'm trying to create a small reproducible test case, but it's proving tricky. I believe I have narrowed down the problem a bit though.
We have a temporary table that gets used quite heavily. This table does not have a primary key, and the data in it will very likely be duplicated across multiple sessions (though not within one session). My suspicion at this point (from stepping through the code) is that the restore process is trying to restore data from multiple sessions into the same table and hitting this duplicate key error. It's only a hunch at the moment, and I'll try and get a reproducible case going, but I thought that might ring some bells with you. Regards John On Saturday, December 15, 2012 2:18:01 PM UTC, Thomas Mueller wrote: > > Hi, > > Do you have a reproducible test case? > > Regards, > Thomas > >> >> > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
