Git Product home page Git Product logo

Comments (3)

willuhn avatar willuhn commented on June 20, 2024

HBCIBatch kennt gar keine spezifischen Geschaeftsvorfaelle. Von daher kann es nicht einen Geschaeftsvorfall unterstuetzen und einen anderen nicht. Der Grund ist einfach, dass deine Bank den Abruf von elektronischen Kontoauszuegen im PDF-Format laut BPD gar nicht per FinTS unterstützt.

from hbci4java.

Deltachaos avatar Deltachaos commented on June 20, 2024

Interessanterweise funktioniert der Abruf über MoneyMoney jedoch auch mit dem Geschäftsvorfall HKEKP. Also müsste die Bank das dann doch unterstützen? Wenn ich client.errors.ignoreJobNotSupported auf yes Stelle bekomme ich eine NullPointerException.

<ERR> [2019.03.04 08:33:10.821] [main/main] manager.HBCIUtilsInternal: Geschäftsvorfall KontoauszugPdf wird nicht unterstützt, evtl. andere HBCI-Version benutzen
<ERR> [2019.03.04 08:33:10.855] [main/main] manager.HBCIUtilsInternal: ignoring error because param client.errors.ignoreJobNotSupported=yes
<WRN> [2019.03.04 08:33:10.855] [main/main] GV.HBCIJobImpl: Using segment version 1 for job KontoauszugPdf, although not found in BPD. This may fail
Exception in thread "main" org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Hinzufügen des Auftrages KontoauszugPdf1 zum aktuellen Dialog
        at org.kapott.hbci.manager.HBCIDialog.addTask(HBCIDialog.java:520)
        at org.kapott.hbci.manager.HBCIHandler.addJobToDialog(HBCIHandler.java:424)
        at org.kapott.hbci.GV.HBCIJobImpl.addToQueue(HBCIJobImpl.java:1137)
        at org.kapott.hbci.tools.HBCIBatch.main(HBCIBatch.java:393)
Caused by: java.lang.NullPointerException
        at org.kapott.hbci.GV.HBCIJobImpl.getHBCICode(HBCIJobImpl.java:160)
        at org.kapott.hbci.manager.HBCIDialog.addTask(HBCIDialog.java:472)
        ... 3 more

from hbci4java.

willuhn avatar willuhn commented on June 20, 2024

Der Nullpointer ist ein Folgefehler. Mit dem Parameter hast du unterdrueckt, dass HBCI4Java die Ausfuehrung verweigert, wenn der GV laut BPD nicht unterstuetzt wird. Anschliessend kann HBCI4Java die Eckdaten des GV nicht in den BPD finden.

Fuer den Abruf von eleketronischen Kontoauszuegen gibt es zwei Geschaeftsvorfaelle. HKEKP ausschliesslich im PDF-Format und HKEKA - dort ist MT940 und PDF moeglich. Die Bank entscheidet da selbst, welche Dateiformate sie anbietet. Wahrscheinlich unterstuetzt die Bank den Abruf nur per HKEKA. In HBCI4Java waere das dann "Kontoauszug" statt "KontoauszugPdf". Du kannst den Bankzugang ja zum Vergleich auch mal in Hibiscus einrichten - dort werden beide GVs unterstuetzt und Hibiscus waehlt selbst den jeweils von der Bank unterstuetzten aus. Siehe https://www.willuhn.de/wiki/doku.php?id=handbuch:kontoauszug

Um welche Bank handelt es sich denn ueberhaupt?

from hbci4java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.