Deutsche Bank Abruf: Invalid Argument

Nach Umzug von Linux zu Windows funktionert der Abruf der Daten nicht mehr

 
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 3
Dabei seit: 02 / 2019
Betreff:

Deutsche Bank Abruf: Invalid Argument

 · 
Gepostet: 06.02.2019 - 10:04 Uhr  ·  #1
Ich nutze seit einiger Zeit Hibiscus und bin sehr zufrieden damit. Nun habe ich Daten von Linux auf Windows umgezogen, was soweit auch alles einewandfrei funktioniert. Mit eiber Ausnahme und das ist das Konto der Deutschen Bank.
Unter Linux funktioniert der Abruf einwandfrei, jedoch unter Windows bekomme ich bei Abruf der Bank Umsätzen einen Dialog der Bankdaten, Also Benutzerkennungm Kundenkennung, BLZ, URL des Bank Servers, TCP Port.
Die Einträge sind absolut identisch wie unter Linux.
Im Protokoll sieht man nach dem dem bestätigen dieser Maske:
HBCI-Chipkarte wird ausgelesen
have to create a new passport file
Fehler: Invalid Argument.

Folgendes finde ich im Logfile, ich hoffe das hilft:
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.<init>] creating wallet de.willuhn.jameica.hbci.HBCI via RSAEngine
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.read] reading wallet file G:\privat\Laufwerk_N\Bank\.jameica2\cfg\de.willuhn.jameica.hbci.HBCI.wallet2 via RSAEngine
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] creating cipher
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] using block size (in bytes): 256
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] decrypting data
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.read] deserializing wallet
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.read] reading wallet done
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.get] reading key hbci.passport.password.org.kapott.hbci.passport.HBCIPassportRSA
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.callback] using passport key from wallet, passport: org.kapott.hbci.passport.HBCIPassportRSA
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message de.willuhn.jameica.hbci.synchronize.hbci.HBCITraceMessage@615d9203
[Wed Feb 06 09:50:27 GMT+01:00 2019][WARN][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync] found errors or synchronization cancelled, mark PIN cache dirty [have error: true, interrupted: false]
[Wed Feb 06 09:50:27 GMT+01:00 2019][WARN][bg-task:Worker][de.willuhn.jameica.hbci.gui.DialogFactory.dirtyPINCache] mark pin cache dirty for all passports
[Wed Feb 06 09:50:27 GMT+01:00 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.close] closing resources
[Wed Feb 06 09:50:27 GMT+01:00 2019][ERROR][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] error while synchronizing
java.io.IOException: Invalid argument
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.WinNTFileSystem.canonicalize(Unknown Source)
at java.io.File.getCanonicalPath(Unknown Source)
at de.willuhn.jameica.system.Platform.inProgramDir(Platform.java:94)
at de.willuhn.jameica.security.JameicaSecurityManager.checkFile(JameicaSecurityManager.java:103)
at de.willuhn.jameica.security.JameicaSecurityManager.checkWrite(JameicaSecurityManager.java:74)
at java.io.File.createTempFile(Unknown Source)
at org.kapott.hbci.passport.HBCIPassportRSA.saveChanges(HBCIPassportRSA.java:700)
at org.kapott.hbci.passport.HBCIPassportRSA.<init>(HBCIPassportRSA.java:146)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:719)
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:763)
at de.willuhn.jameica.hbci.passports.ddv.DDVConfigFactory.createPassport(DDVConfigFactory.java:530)
at de.willuhn.jameica.hbci.passports.ddv.server.PassportHandleImpl.open(PassportHandleImpl.java:140)
at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
at de.willuhn.jameica.system.Application.init(Application.java:145)
at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
at de.willuhn.jameica.Main.main(Main.java:75)

[Wed Feb 06 09:50:27 GMT+01:00 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.updateStatus] updating synchronization status to: ERROR
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][bg-task:Worker][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendMessage] no message consumers found, ignoring message
[Wed Feb 06 09:50:27 GMT+01:00 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] stopping synchronization
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Wed Feb 06 09:50:27 GMT+01:00 2019][ERROR] Fehler: Invalid argument
[Wed Feb 06 09:50:27 GMT+01:00 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] finished
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10128
Dabei seit: 03 / 2005
Betreff:

Re: Deutsche Bank Abruf: Invalid Argument

 · 
Gepostet: 06.02.2019 - 11:41 Uhr  ·  #2
Hier passiert der Fehler:

Code

java.io.IOException: Invalid argument
[...]
at java.io.File.getCanonicalPath(Unknown Source)
[...]
at java.io.File.createTempFile(Unknown Source)
at org.kapott.hbci.passport.HBCIPassportRSA.saveChanges(HBCIPassportRSA.java:700)


Hibiscus versucht hier, die UPD/BPD des Bankzugangs in einer Passport-Datei zu speichern. Das geschieht im Ordner "hibiscus/passports" innerhalb des Jameica-Benutzerordners (bei dir also G:\privat\Laufwerk_N\Bank\.jameica2\hibiscus\passports).
Der Fehler passiert hierbei konkret an der Stelle, an der Java den absoluten Pfadnamen fuer die Passport-Datei zu erstellen.

Ich nehme an, dass der generierte Pfad ungueltige Zeichen enthaelt oder zu lang ist und das verwendete Dateisystem damit nicht zurecht kommt. Unter Linux hat es scheinbar funktioniert, weil das dort verwendete Dateisystem diese Zeichen erlaubt hat.

Daher: Stelle mal das Loglevel unter Datei->Einstellungen auf "DEBUG" und versuche es dann nochmal. Damit wird es zwar nicht funktonieren. Aber im Log sollte zumindest ausgegeben werden, welchen Pfad fuer die Passport-Datei Hibiscus da erzeugt wird. Daran kann man dann erkennen, ob der Dateiname vielleicht tatsaechlich zu lang ist oder ungueltige Zeichen enthaelt.

PS: Deinem Log zufolge verwendest du eine RSA-Chipkarte. Ist das korrekt? Die hat funktioniert?
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10128
Dabei seit: 03 / 2005
Betreff:

Re: Deutsche Bank Abruf: Invalid Argument

 · 
Gepostet: 06.02.2019 - 12:15 Uhr  ·  #3
Update: Ich nehme an, es handelt sich hier um das selbe Problem wie hier: topic.php?p=138325#real138325
HBCI4Java hatte da ungueltige Dateinamen fuer die Passport-Datei erzeugt, weil die Karten-ID (welche fuer die Benennung der Datei herangezogen wird) Zeichen enthielt, die in Dateinamen nicht erlaubt sind. In dem anderen Thread betraf das DDV-Karten. Diese Dateinamenspruefung ist bei RSA-Karten eigentlich genauso noetig, fehlte dort aber noch. Habe das mal nachgeholt. Ist ab morgen im Nightly-Build. Ich denke, dann sollte es gehen.
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 3
Dabei seit: 02 / 2019
Betreff:

Re: Deutsche Bank Abruf: Invalid Argument

 · 
Gepostet: 06.02.2019 - 12:27 Uhr  ·  #4
Das kann gut sein, wenn ich das richtig sehe, ist das letzte Zeichen der passport Datei ein Fragezeichen, was unter Windows nicht erlaub ist:

[Wed Feb 06 09:50:21 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] loading passport data from file G:\privat\Laufwerk_N\Bank\.jameica2\hibiscus/passports/000004633?
[Wed Feb 06 09:50:21 GMT+01:00 2019][WARN][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] have to create new passport file
[Wed Feb 06 09:50:21 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$1.run] modal type: primary
[Wed Feb 06 09:50:21 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$4.run] using custom dialog size: 600x-1
[Wed Feb 06 09:50:26 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] closing dialog
[Wed Feb 06 09:50:26 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog$5.run] dialog closed
[Wed Feb 06 09:50:26 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.gui.dialogs.AbstractDialog.close] notifying listeners
[Wed Feb 06 09:50:26 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] selectFile command : 00 A4 00 0C 02 A6 03
[Wed Feb 06 09:50:26 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] selectFile response: 90 00
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] readRecordBySFI command : 00 B2 01 04 00
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] readRecordBySFI response: 32 38 30 33 31 30 37 30 30 32 34 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4D 4F 45 36 39 31 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 02 31 39 33 2E 31 35 30 2E 31 36 37 2E 38 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 44 42 32 34 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 32 30 30 38 31 30 30 38 30 39 32 31 34 34 34 32 30 33 33 30 31 30 36 33 36 34 39 37 32 30 90 00
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] selectFile command : 00 A4 00 0C 02 A6 04
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] selectFile response: 90 00
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] readBinary command : 00 B0 00 00 01
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] readBinary response: 5F 90 00
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] A604 prefix = 95
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] readBinary command : 00 B0 00 01 05
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] readBinary response: 11 20 30 40 50 90 00
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] readBinary command : 00 B0 00 06 1E
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] readBinary response: 33 30 33 37 37 31 34 37 37 37 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 90 00
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.log] bankData=32 38 30 33 31 30 37 30 30 32 34 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4D 4F 45 36 39 31 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 02 31 39 33 2E 31 35 30 2E 31 36 37 2E 38 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 44 42 32 34 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 32 30 30 38 31 30 30 38 30 39 32 31 34 34 34 32 30 33 33 30 31 30 36 33 36 34 39 37 32 30
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.<init>] creating wallet de.willuhn.jameica.hbci.HBCI via RSAEngine
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.read] reading wallet file G:\privat\Laufwerk_N\Bank\.jameica2\cfg\de.willuhn.jameica.hbci.HBCI.wallet2 via RSAEngine
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] creating cipher
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] using block size (in bytes): 256
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.crypto.RSAEngine.decrypt] decrypting data
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.read] deserializing wallet
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.read] reading wallet done
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.security.Wallet.get] reading key hbci.passport.password.org.kapott.hbci.passport.HBCIPassportRSA
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][main][de.willuhn.jameica.hbci.HBCICallbackSWT.callback] using passport key from wallet, passport: org.kapott.hbci.passport.HBCIPassportRSA
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message de.willuhn.jameica.hbci.synchronize.hbci.HBCITraceMessage@615d9203
[Wed Feb 06 09:50:27 GMT+01:00 2019][WARN][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.sync] found errors or synchronization cancelled, mark PIN cache dirty [have error: true, interrupted: false]
[Wed Feb 06 09:50:27 GMT+01:00 2019][WARN][bg-task:Worker][de.willuhn.jameica.hbci.gui.DialogFactory.dirtyPINCache] mark pin cache dirty for all passports
[Wed Feb 06 09:50:27 GMT+01:00 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup.close] closing resources
[Wed Feb 06 09:50:27 GMT+01:00 2019][ERROR][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] error while synchronizing
java.io.IOException: Invalid argument
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.WinNTFileSystem.canonicalize(Unknown Source)
at java.io.File.getCanonicalPath(Unknown Source)
at de.willuhn.jameica.system.Platform.inProgramDir(Platform.java:94)
at de.willuhn.jameica.security.JameicaSecurityManager.checkFile(JameicaSecurityManager.java:103)
at de.willuhn.jameica.security.JameicaSecurityManager.checkWrite(JameicaSecurityManager.java:74)
at java.io.File.createTempFile(Unknown Source)
at org.kapott.hbci.passport.HBCIPassportRSA.saveChanges(HBCIPassportRSA.java:700)
at org.kapott.hbci.passport.HBCIPassportRSA.<init>(HBCIPassportRSA.java:146)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:719)
at org.kapott.hbci.passport.AbstractHBCIPassport.getInstance(AbstractHBCIPassport.java:763)
at de.willuhn.jameica.hbci.passports.ddv.DDVConfigFactory.createPassport(DDVConfigFactory.java:530)
at de.willuhn.jameica.hbci.passports.ddv.server.PassportHandleImpl.open(PassportHandleImpl.java:140)
at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:579)
at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$TaskHandleOpen.internalExecute(HBCISynchronizeBackend.java:551)
at de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeBackend$HBCIJobGroup$AbstractTaskWrapper.run(HBCISynchronizeBackend.java:688)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.willuhn.jameica.gui.GUI.loop(GUI.java:916)
at de.willuhn.jameica.gui.GUI.init(GUI.java:327)
at de.willuhn.jameica.system.Application.init(Application.java:145)
at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
at de.willuhn.jameica.Main.main(Main.java:75)

[Wed Feb 06 09:50:27 GMT+01:00 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.updateStatus] updating synchronization status to: ERROR
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][bg-task:Worker][de.willuhn.jameica.messaging.NamedConcurrentQueue.sendMessage] no message consumers found, ignoring message
[Wed Feb 06 09:50:27 GMT+01:00 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] stopping synchronization
[Wed Feb 06 09:50:27 GMT+01:00 2019][DEBUG][pool-1-thread-1][de.willuhn.jameica.messaging.NamedConcurrentQueue.deliver] deliver message [Wed Feb 06 09:50:27 GMT+01:00 2019][ERROR] Fehler: Invalid argument
[Wed Feb 06 09:50:27 GMT+01:00 2019][INFO][bg-task:Worker][de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run] finished
Benutzer
Avatar
Geschlecht: keine Angabe
Herkunft: Leipzig
Homepage: willuhn.de/
Beiträge: 10128
Dabei seit: 03 / 2005
Betreff:

Re: Deutsche Bank Abruf: Invalid Argument

 · 
Gepostet: 06.02.2019 - 12:32 Uhr  ·  #5
Jepp, dann war die Vermutung und das Fix richtig. Ist morgen im Nightly-Build korrigiert.
Benutzer
Avatar
Geschlecht: keine Angabe
Beiträge: 3
Dabei seit: 02 / 2019
Betreff:

Re: Deutsche Bank Abruf: Invalid Argument

 · 
Gepostet: 06.02.2019 - 13:42 Uhr  ·  #6
Super, Danke für die schnelle Hilfe.
Gewählte Zitate für Mehrfachzitierung:   0