BFS / Sozialbank, ebics Bankparameterdatei

Erstanmeldung und Erstellung der BPD

 
ggruen
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 3
Dabei seit: 05 / 2013
Betreff:

BFS / Sozialbank, ebics Bankparameterdatei

 · 
Gepostet: 26.05.2013 - 22:20 Uhr  ·  #1
Hallo,

möchte Hibiscus mit einem (Vereins-) Konto bei der Bank für Sozialwirtschaft (BFS / Sozialbank) nutzen.
Wir haben EBCIS Teilnehmerdaten erhalten. Es gelingt mir jedoch nicht, einen Bank-Zugang einzurichten.
Neuer Bank-Zugang ((Schlüsseldiskette)
Neuen Schlüssel (INI-Brief) erstellen
Speicherort angeben (habe es auf der HDD und auf USB Stick probiert)
Benutzerkennung (Teilnehmer-ID 8-stellig) eingegeben
Kundenkennung (Teilnehmer-ID ohne die letzten 2 Stellen) eingegeben
BLZ für Leipzig (86020500) eingegeben
Hostenamen des Bankservers (mit und ohne https://) ebics.sozialbank.de eingegeben
TCP belassen bei 3000
Filter belassen bei NONE
HBCI 2.2 gewählt

entweder die Sanduhr dreht ewig und bricht dann ergebnislos ab oder
jetzt hatte ich auch mal "Fehler beim ....)

wer kann helfen / hat auch ein BFS Konto mit EBICS am laufen?
DANKE
ggruen
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 3
Dabei seit: 05 / 2013
Betreff:

Re: BFS / Sozialbank, ebics Bankparameterdatei

 · 
Gepostet: 26.05.2013 - 22:21 Uhr  ·  #2
Code
[Sun May 26 22:24:48 CEST 2013][INFO][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] using hbci version: 220
[Sun May 26 22:24:48 CEST 2013][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] hole kreditinstituts-spezifische Daten
[Sun May 26 22:24:48 CEST 2013][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD
[Sun May 26 22:24:48 CEST 2013][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht DialogInitAnon
[Sun May 26 22:25:51 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: kann keine Kommunikations-Objekt des Typs Standard erzeugen
        at org.kapott.hbci.comm.Comm.getInstance(Comm.java:130)
        at org.kapott.hbci.passport.AbstractRDHPassport.getCommInstance(AbstractRDHPassport.java:91)
        at org.kapott.hbci.passport.AbstractHBCIPassport.getComm(AbstractHBCIPassport.java:182)
        at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:352)
        at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:178)
        at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:223)
        at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
        at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
        at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
        at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:132)
        at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:150)
        at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:712)
        at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:59)
        at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
        at de.willuhn.jameica.gui.GUI$5.run(GUI.java:786)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
        at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
        at de.willuhn.jameica.gui.GUI.startSync(GUI.java:782)
        at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
        at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
        at de.willuhn.jameica.gui.GUI.loop(GUI.java:803)
        at de.willuhn.jameica.gui.GUI.init(GUI.java:294)
        at de.willuhn.jameica.system.Application.init(Application.java:144)
        at de.willuhn.jameica.system.Application.newInstance(Application.java:86)
        at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
        at org.kapott.hbci.comm.Comm.getInstance(Comm.java:128)
        ... 29 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Aufbau der Verbindung zum HBCI-Server
        at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:85)
        ... 34 more
Caused by: java.net.ConnectException: Die Wartezeit für die Verbindung ist abgelaufen
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
        at java.net.Socket.connect(Socket.java:579)
        at java.net.Socket.connect(Socket.java:528)
        at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:80)
        ... 34 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1056)
[Sun May 26 22:25:51 CEST 2013][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] beende Dialog
[Sun May 26 22:25:51 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: kann HBCI-Wert für MsgHead.dialogid nicht auf null setzen
        at org.kapott.hbci.manager.HBCIKernelImpl.rawSet(HBCIKernelImpl.java:166)
        at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:179)
        at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:244)
        at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
        at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
        at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
        at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:132)
        at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:150)
        at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:712)
        at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:59)
        at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
        at de.willuhn.jameica.gui.GUI$5.run(GUI.java:786)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
        at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
        at de.willuhn.jameica.gui.GUI.startSync(GUI.java:782)
        at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
        at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
        at de.willuhn.jameica.gui.GUI.loop(GUI.java:803)
        at de.willuhn.jameica.gui.GUI.init(GUI.java:294)
        at de.willuhn.jameica.system.Application.init(Application.java:144)
        at de.willuhn.jameica.system.Application.newInstance(Application.java:86)
        at de.willuhn.jameica.Main.main(Main.java:78) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1056)
[Sun May 26 22:25:51 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching BPD failed: java.net.ConnectException: Die Wartezeit für die Verbindung ist abgelaufen org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:250)
[Sun May 26 22:25:51 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.ProcessException: Abholen der BPD fehlgeschlagen
        at org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:251)
        at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:360)
        at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
        at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
        at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:132)
        at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:150)
        at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:712)
        at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:59)
        at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
        at de.willuhn.jameica.gui.GUI$5.run(GUI.java:786)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
        at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
        at de.willuhn.jameica.gui.GUI.startSync(GUI.java:782)
        at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
        at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
        at de.willuhn.jameica.gui.GUI.loop(GUI.java:803)
        at de.willuhn.jameica.gui.GUI.init(GUI.java:294)
        at de.willuhn.jameica.system.Application.init(Application.java:144)
        at de.willuhn.jameica.system.Application.newInstance(Application.java:86)
        at de.willuhn.jameica.Main.main(Main.java:78) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1056)
[Sun May 26 22:25:51 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] FAILED! - maybe this institute does not support anonymous logins org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:255)
[Sun May 26 22:25:51 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] we will nevertheless go on org.kapott.hbci.manager.HBCIInstitute.fetchBPD(HBCIInstitute.java:256)
[Sun May 26 22:25:51 CEST 2013][WARN][de.willuhn.jameica.hbci.HBCICallbackSWT.log] can not check if requested parameters are supported
[Sun May 26 22:25:51 CEST 2013][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] hole öffentliche Schlüssel der Bank
[Sun May 26 22:25:51 CEST 2013][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching institute keys
[Sun May 26 22:25:51 CEST 2013][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] erzeuge HBCI-Nachricht FirstKeyReq
[Sun May 26 22:26:54 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: kann keine Kommunikations-Objekt des Typs Standard erzeugen
        at org.kapott.hbci.comm.Comm.getInstance(Comm.java:130)
        at org.kapott.hbci.passport.AbstractRDHPassport.getCommInstance(AbstractRDHPassport.java:91)
        at org.kapott.hbci.passport.AbstractHBCIPassport.getComm(AbstractHBCIPassport.java:182)
        at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:352)
        at org.kapott.hbci.manager.HBCIKernelImpl.rawDoIt(HBCIKernelImpl.java:178)
        at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:319)
        at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:361)
        at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
        at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
        at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:132)
        at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:150)
        at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:712)
        at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:59)
        at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
        at de.willuhn.jameica.gui.GUI$5.run(GUI.java:786)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
        at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
        at de.willuhn.jameica.gui.GUI.startSync(GUI.java:782)
        at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
        at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
        at de.willuhn.jameica.gui.GUI.loop(GUI.java:803)
        at de.willuhn.jameica.gui.GUI.init(GUI.java:294)
        at de.willuhn.jameica.system.Application.init(Application.java:144)
        at de.willuhn.jameica.system.Application.newInstance(Application.java:86)
        at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
        at org.kapott.hbci.comm.Comm.getInstance(Comm.java:128)
        ... 29 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Aufbau der Verbindung zum HBCI-Server
        at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:85)
        ... 34 more
Caused by: java.net.ConnectException: Die Wartezeit für die Verbindung ist abgelaufen
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
        at java.net.Socket.connect(Socket.java:579)
        at java.net.Socket.connect(Socket.java:528)
        at org.kapott.hbci.comm.CommStandard.<init>(CommStandard.java:80)
        ... 34 more org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1056)
[Sun May 26 22:26:54 CEST 2013][INFO][de.willuhn.jameica.hbci.HBCICallbackSWT.status] beende Dialog
[Sun May 26 22:26:54 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] org.kapott.hbci.exceptions.HBCI_Exception: kann HBCI-Wert für MsgHead.dialogid nicht auf null setzen
        at org.kapott.hbci.manager.HBCIKernelImpl.rawSet(HBCIKernelImpl.java:166)
        at org.kapott.hbci.manager.HBCIInstitute.doDialogEnd(HBCIInstitute.java:179)
        at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:341)
        at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:361)
        at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
        at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
        at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:132)
        at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:150)
        at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:712)
        at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:59)
        at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
        at de.willuhn.jameica.gui.GUI$5.run(GUI.java:786)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
        at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
        at de.willuhn.jameica.gui.GUI.startSync(GUI.java:782)
        at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
        at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
        at de.willuhn.jameica.gui.GUI.loop(GUI.java:803)
        at de.willuhn.jameica.gui.GUI.init(GUI.java:294)
        at de.willuhn.jameica.system.Application.init(Application.java:144)
        at de.willuhn.jameica.system.Application.newInstance(Application.java:86)
        at de.willuhn.jameica.Main.main(Main.java:78) org.kapott.hbci.manager.HBCIUtils.log(HBCIUtils.java:1056)
[Sun May 26 22:26:54 CEST 2013][ERROR][de.willuhn.jameica.hbci.HBCICallbackSWT.log] fetching institute keys failed: java.net.ConnectException: Die Wartezeit für die Verbindung ist abgelaufen org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:347)
[Sun May 26 22:26:54 CEST 2013][ERROR][de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey] unable to create key /run/media/srossberg/F009-64A5/MISC/SR-Schluessel/hibiscus-SR2.rdh
org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Erzeugen eines HBCIHandler Objektes
        at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:141)
        at de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat.createKey(HBCI4JavaFormat.java:132)
        at de.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory.createKey(RDHKeyFactory.java:150)
        at de.willuhn.jameica.hbci.passports.rdh.Controller.startCreate(Controller.java:712)
        at de.willuhn.jameica.hbci.passports.rdh.View$2.handleAction(View.java:59)
        at de.willuhn.jameica.gui.parts.Button$1$1.run(Button.java:177)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
        at de.willuhn.jameica.gui.GUI$5.run(GUI.java:786)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Unknown Source)
        at org.eclipse.swt.widgets.Display.syncExec(Unknown Source)
        at de.willuhn.jameica.gui.GUI.startSync(GUI.java:782)
        at de.willuhn.jameica.gui.parts.Button$1.widgetSelected(Button.java:171)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
        at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
        at de.willuhn.jameica.gui.GUI.loop(GUI.java:803)
        at de.willuhn.jameica.gui.GUI.init(GUI.java:294)
        at de.willuhn.jameica.system.Application.init(Application.java:144)
        at de.willuhn.jameica.system.Application.newInstance(Application.java:86)
        at de.willuhn.jameica.Main.main(Main.java:78)
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Registrieren der Institutsdaten
        at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:211)
        at org.kapott.hbci.manager.HBCIHandler.<init>(HBCIHandler.java:131)
        ... 21 more
Caused by: org.kapott.hbci.exceptions.HBCI_Exception: Fehler beim Abholen der öffentlichen Institutsschlüssel
        at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:351)
        at org.kapott.hbci.manager.HBCIInstitute.register(HBCIInstitute.java:361)
        at org.kapott.hbci.manager.HBCIHandler.registerInstitute(HBCIHandler.java:209)
        ... 22 more
Caused by: org.kapott.hbci.exceptions.ProcessException: Abholen der öffentlichen Schlüssel der Bank fehlgeschlagen
        at org.kapott.hbci.manager.HBCIInstitute.fetchKeys(HBCIInstitute.java:348)
        ... 24 more

[Sun May 26 22:26:54 CEST 2013][ERROR][de.willuhn.jameica.messaging.LogMessageConsumer.handleMessage] Fehler beim Erstellen des Schlüssels: Fehler beim Erzeugen eines HBCIHandler Objektes 
eckhard
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Duisburg
Beiträge: 56
Dabei seit: 01 / 2005
Betreff:

Re: BFS / Sozialbank, ebics Bankparameterdatei

 · 
Gepostet: 26.05.2013 - 22:30 Uhr  ·  #3
Hallo ggruen,

Hibiscus unterstützt nicht EBICS sondern nur HBCI.

Entweder bei der BFS HBCI nutzen oder eine EBICS-fähige Software kaufen.
thomson
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 124
Dabei seit: 02 / 2006
Betreff:

Re: BFS / Sozialbank, ebics Bankparameterdatei

 · 
Gepostet: 27.05.2013 - 11:12 Uhr  ·  #4
ggruen
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 3
Dabei seit: 05 / 2013
Betreff:

Re: BFS / Sozialbank, ebics Bankparameterdatei

 · 
Gepostet: 01.06.2013 - 22:30 Uhr  ·  #5
Hallo,

da habe ich wohl vergessen dazuzuschreiben, dass ich ausschließlich Linux (mageia) einsetze.
Lt. tel. Info bei der BSF Hotline, haben die ausschließlich dir o.g. WIN Software für EBICS.
HBCI wird NICHT angeboten.

Noch Hinweise?

Gruß
onlbanker
Benutzer
Avatar
Geschlecht:
Beiträge: 3338
Dabei seit: 05 / 2013
Betreff:

Re: BFS / Sozialbank, ebics Bankparameterdatei

 · 
Gepostet: 02.06.2013 - 08:12 Uhr  ·  #6
BLBanking von Business Logics kann EBICS auf Linux: http://www.business-logics.de/blbanking.html
Kostet allerdings lockere 250 Euronen.
Und danach wird es schon schwierig. Denn EBICS wird meistens im Firmenkunden-Umfeld eingesetzt. Von daher a) schwierig, an kostenlose oder kostengünstige Lösungen heran zu kommen und b) an Lösungen für Linux heran zu kommen, da Firmen selten Linux nutzen.
Die derzeit generell günstigste EBICSfähige Software ist nach meiner Beobachtung Subsembly mit zus. freigeschaltetem EBICS Modul (kostet extra) http://subsembly.com/de/banking.html
Kostet - wenn ich mich richtig erinnere - round about 50 Euronen.
Das ist allerdings für Windows. Kann man Windows auf Linux irgend wie emulieren oder kommt das nicht in Frage?
Oder kannst du dir einen Windows PC nur für's Banking daneben stellen? Ich glaube, das wird für EBICS am Ende die günstigste Lösung sein, denn Win7 Pro gibt es ab 30 Euronen bei eBay :)

Oder du wechselst das Vereinskonto zu einer Volksbank oder Sparkasse. Da gibt es selbstverständlich HBCI/FinTS und da kannst du dann auch hibiscus nutzen.
Ist jetzt eine Abwägung zwischen Anschaffungskosten und Kontoführungsgebühren.
Gewählte Zitate für Mehrfachzitierung:   0