Hi, > or someting is wrong on my side?
Yes, I think so. According to the stack trace, you have executed a script that tries to alter a table in a way that is not allowed (convert a column to "timestamp" that already contains values such as "3"). Unfortunately, the statement is not in the .trace.db file, so you will have to find it yourself (in your script). at org.h2.tools.RunScript.runTool(RunScript.java:141) at com.infovista.mserver.dbupdater.DbUpdateHandler.launchScriptAfter41(DbUpdateHandler.java:1824) at com.infovista.mserver.dbupdater.DbUpdateHandler.upgradeFrom43To43SP1(DbUpdateHandler.java:858) at com.infovista.mserver.dbupdater.DbUpdateHandler.updateDbAfter41(DbUpdateHandler.java:832) at com.infovista.mserver.ManagementServer.initDatabase(ManagementServer.java:1762) at com.infovista.mserver.ManagementServer.startMaster(ManagementServer.java:1451) at com.infovista.mserver.ManagementServer.init(ManagementServer.java:947) Regards, Thomas On Tue, Aug 12, 2014 at 11:32 AM, IntensiveH2 <[email protected]> wrote: > Hello, > > I have a strange issue when I try to alter a table with driver version > 1.4.181 on an existing DB version 1.3.X > I added a trace in attachment. > Inside, you have exception like; > org.h2.jdbc.JdbcSQLException: Cannot parse "TIMESTAMP" constant "3" > [22007-181] > It is an existing bug? or someting is wrong on my side? > > Regards. > > -- > 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. > -- 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.
