gleicher Fehler mit neuer Jamaica und Hibiscus Version.
Fehlermeldung:
[Sat Jan 03 09:51:27 CET 2009][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Nicht alle empfangenen Umsätze konnten gespeichert werden. Bitte prüfen Sie das System-Protokoll
[Sat Jan 03 09:51:27 CET 2009][ERROR][de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted] error while adding umsatz, skipping this one
java.rmi.RemoteException: insert failed, rollback successful; nested exception is:
org.h2.jdbc.JdbcSQLException: Wert zu gross / lang für Feld EMPFAENGER_KONTO: 'AT881642000442010048'
Value too long for column EMPFAENGER_KONTO: 'AT881642000442010048' [90005-79]
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:637)
at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:303)
at de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.markExecuted(HBCIUmsatzJob.java:169)
at de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob.handleResult(AbstractHBCIJob.java:138)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:536)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:796)
Caused by: org.h2.jdbc.JdbcSQLException: Wert zu gross / lang für Feld EMPFAENGER_KONTO: 'AT881642000442010048'
Value too long for column EMPFAENGER_KONTO: 'AT881642000442010048' [90005-79]
at org.h2.message.Message.getSQLException(Message.java:103)
at org.h2.message.Message.getSQLException(Message.java:114)
at org.h2.table.Column.validateConvertUpdateSequence(Column.java:299)
at org.h2.table.Table.validateConvertUpdateSequence(Table.java:560)
at org.h2.command.dml.Insert.update(Insert.java:93)
at org.h2.command.CommandContainer.update(CommandContainer.java:69)
at org.h2.command.Command.executeUpdate(Command.java:206)
at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:173)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:617)
... 5 more
Die Länge des von der zurückgemeldeten Empfängerkontos scheint nicht zu stimmen.
Wie komme ich dennoch an den Umsatz?
Dank vorab