Package: aqbanking-tools
Version: 5.0.10-2
Severity: normal

Two (related) bugs:

Bug #1
======

The command "chkacc" doesn't work:

,----
|
| $ aqbanking-cli chkacc --rbank=37020500 --raccount=5151 
| 3:2011/07/19 21-19-09:aqbanking-cli(17433):chkacc.c:  142: Indifferent
| result for remote account check
| $ echo $?
| 4
| $
|
`----

ktoblzcheck (in package of the same name) works, though:

,----
|
| $ ktoblzcheck 37020500 5151
| Bank: 'Bank für Sozialwirtschaft' at 'Köln' (37020500)
| Account: 5151
| Result is: (0) Ok
| 
| $ echo $?
| 0
| $
|
`----


I guess it's because none of the bankinfo plugins are linked against
libktoblz (package "libktoblzcheck1c2a"):

,----
|
| $ ldd /usr/lib/aqbanking/plugins/33/bankinfo/* | grep -i ktoblz
| $ echo $?
| 1
| $
|
`----


Bug #2
======

The transfer option "--force-check" should make the transfer fail if
checking the bank code / account number combination fails:

,----[ 
http://www.aquamaniac.de/sites/download/download.php?package=09&release=09&file=01&dummy=aqbanking4-handbook-20091231.pdf
 ]---
|
| Wenn angegeben, dann muss die Bankverbindung des
| Empfängers auf jeden Fall positiv überprüfbar sein (dazu
| wird KtoBlzCheck verwendet). Schlägt die Prüfung fehl, wird
| die Überweisung nicht an die Bank weitergegeben.
|
`----

But in reality, it succeeds, although the return code is != 0:

----------- snip ------------
$ aqbanking-cli \
-P "$PINFILE" \
transfer \
-b "${bank_code[$srcbank]}" \
-a "${bank_acct[$srcbank]}" \
-c "$srcbank.ctx" \
--rname="$rname" \
--rbank="$rbank" \
--raccount="$racct" \
--value="${amount}:EUR" \
-p "$purpose1" \
-p "$purpose2" \
--force-check
[...]
4:2011/07/19 21-00-04:aqbanking-cli(12050):transfer.c:  307:
Indifferent result for remote account check (37020500/5151)
Executing Jobs: Started.
[...]
Executing Jobs: 1 of 1
Postprocessing jobs
Resetting provider queues
Executing Jobs: Finished.
----------- snip ------------

This bank's web interface also shows that the transfer succeeded. I
could not check that via aqbanking-cli, as their HBCI side doesn't
seem to be update in real-time.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (25, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages aqbanking-tools depends on:
ii  libaqbanking33                5.0.10-2   library for online banking applica
ii  libaqbanking33-plugins        5.0.10-2   plugins needed by libaqbanking33
ii  libaqhbci20                   5.0.10-2   library for HBCI online banking
ii  libc6                         2.13-7     Embedded GNU C Library: Shared lib
ii  libgcc1                       1:4.6.1-1  GCC support library
ii  libgwenhywfar60               4.1.0-1    OS abstraction layer
ii  libstdc++6                    4.6.1-1    GNU Standard C++ Library v3

aqbanking-tools recommends no packages.

Versions of packages aqbanking-tools suggests:
pn  gwenhywfar-tools              <none>     (no description available)

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to