Bitte wähle nachfolgend aus, welche Beiträge auf dieser Themenseite auf dem Ausdruck ausgegeben werden sollen. Um dies zu tun markiere bitte die Checkbox auf der linken Seite der Posts, die im Ausdruck berücksichtigt werden sollen und klicke anschließend ganz unten auf der Seite auf den Button "Drucken".

Fehler bei Abruf Daueraufträge bei bestimmten Datenkonstellationen

Allee

Betreff:

Fehler bei Abruf Daueraufträge bei bestimmten Datenkonstellationen

 ·  Gepostet: Gestern um 15:14 Uhr  ·  #187740
Ich versuche derzeit, mein Homebanking auf Hibiscus umzustellen.

Dabei sind mir Fehlermeldungen beim Abruf von Daueraufträgen zu Konten aufgefallen.

Bei Bankkonten mit Atruvia-RZ kann man Platzhalter definieren, die dann mit dem aktuellen Monat/Jahr etc. belegt werden bei der periodischen Ausführung auf Bankseite.

Code
[INFO][bg-task:Worker][de.willuhn.jameica.hbci.server.hbci.HBCISepaDauerauftragListJob.markExecuted] no local copy found. adding sepa-dauerauftrag order id: XXX_74
[ERROR][bg-task:Worker][de.willuhn.jameica.hbci.server.hbci.HBCISepaDauerauftragListJob.store] unable to store dauerauftrag XXX_74, skipping
de.willuhn.util.ApplicationException: Das Zeichen "@" darf in "MeinVerwendungszweck @+MMJJJJ@" nicht verwendet werden
  at de.willuhn.jameica.hbci.HBCIProperties.checkChars(HBCIProperties.java:330)
  at de.willuhn.jameica.hbci.server.SepaDauerauftragImpl.insertCheck(SepaDauerauftragImpl.java:160)
  at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:651)
  at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:316)
  at de.willuhn.jameica.hbci.server.AbstractHibiscusDBObject.store(AbstractHibiscusDBObject.java:109)
  at de.willuhn.jameica.hbci.server.AbstractHibiscusTransferImpl.store(AbstractHibiscusTransferImpl.java:316)
  at de.willuhn.jameica.hbci.server.hbci.HBCISepaDauerauftragListJob.store(HBCISepaDauerauftragListJob.java:253)
  at de.willuhn.jameica.hbci.server.hbci.HBCISepaDauerauftragListJob.markExecuted(HBCISepaDauerauftragListJob.java:144)
  at de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob.markExecutedInternal(AbstractHBCIJob.java:412)
  at de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob.handleResult(AbstractHBCIJob.java:325)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.executeJobs(HBCISynchronizeBackend.java:371)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync(HBCISynchronizeBackend.java:273)
  at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:401)
  at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
Dieser Dauerauftrag fehlt dann in Hibiscus.

Eine nicht gesetzte IBAN in den Kontostammdaten (weiß nicht mehr ob von Bank [1822direkt] so geliefert oder von mir) führt auch zu einer Exception:
Code
[ERROR][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] error while synchronizing
org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Hinzufügen des Auftrages DauerSEPAList1 zum aktuellen Dialog
  at org.kapott.hbci.manager.HBCIDialog.addTask(HBCIDialog.java:577)
  at org.kapott.hbci.manager.HBCIHandler.addJobToDialog(HBCIHandler.java:447)
  at org.kapott.hbci.GV.HBCIJobImpl.addToQueue(HBCIJobImpl.java:1242)
  at org.kapott.hbci.GV.HBCIJobImpl.addToQueue(HBCIJobImpl.java:1247)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.executeJobs(HBCISynchronizeBackend.java:341)
  at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync(HBCISynchronizeBackend.java:273)
  at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:401)
  at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1113)
Caused by: org.kapott.hbci.exceptions.InvalidUserDataException: Property src.iban wurde nicht gesetzt
  at org.kapott.hbci.GV.HBCIJobImpl.verifyConstraints(HBCIJobImpl.java:501)
  at org.kapott.hbci.GV.AbstractSEPAGV.verifyConstraints(AbstractSEPAGV.java:361)
  at org.kapott.hbci.manager.HBCIDialog.addTask(HBCIDialog.java:527)
  ... 7 more


Jameica 2.12.0
Hibiscus 2.12.4