Hi, Is there a way to reconnect to the DB at all after the sync error? > (Shutdown & restart server, some command line option, etc?) >
Currently not. As I wrote, one solution would be to implement a file system abstraction that re-tries. Basically, it's failing in a loop that inserts rows; there shouldn't > be an issue with retrying an insert with the same data if one fails, > up to some point. > Patches are welcome. Also, while this is off-topic, the "network drive" isn't; the location > of the database file is on the c:\ drive, same as the server and the > running app. In other words, it can't become "unavailable" if the app > is running in the first place, so I find the error very odd. > Maybe sync simply isn't supported by this file system? Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
