for JDBC URL: jdbc:h2:<path to the h2 database> i am giving path to till the x.h2 database.
Vineet On Tuesday, 12 August 2014 16:32:12 UTC+5:30, Vineet wrote: > > > java -jar "C:\SA\SACE\SACE-626\7th Aug\h2-1.3.174.jar" > > it open a UI for connecting to database where in > driver class entry has 'org.h2.Driver' value > JDBC URL: jdbc:h2:<path to the h2 database> > username: sa > password > > on pressing connect button, it gives me error: File corrupted while > reading record: "571899 of 524288". Possible solution: use the recovery > tool [90030-174] > <http://10.30.95.74:8082/login.do?jsessionid=18ef32b783147a165b58cc2c577f32ee#> > 90030/90030 (Help) > <http://h2database.com/javadoc/org/h2/constant/ErrorCode.html#c90030> > > If this one will not work. Please let me know what else i can try to open > this DB? > > Thanks > > On Tuesday, 12 August 2014 13:43:54 UTC+5:30, Noel Grandin wrote: >> >> You have to pass a specially formatted URL to H2 in order to use file >> splitting. >> >> What exact command line are you using? >> >> -- 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. For more options, visit https://groups.google.com/d/optout.
