On Sat, 18 Mar 2006, Martin Preuss wrote:

Hi,

On Saturday 18 March 2006 22:54, Tomas Pospisek's Mailing Lists wrote:
On Fri, 17 Mar 2006, Martin Preuss wrote:
[...]
I can have a try. On a related note - and I do hope I get RFTM'ed - is it
possible to *directly* access those (whatever format) downloaded files
*without* going through an online connection to the bank. Something like
"import from filesystem" or the like?
*t
[...]
If it is a format AqBanking knows about you can try to import it with
QBankManager (that's the easiest way to try).

I had a look at QBankManager and if I go to File->Import and choose the SWIFT MT940 file, QBanking tells me it doesn't know the format and presents me with the choice of "CSV or old aqbanking/HBCI format".

If I go to Edit->Settings->Users->New and choose aqnone ("this backend allows using offline accounts" sounds good) there's no reacction, however I see that qbankmanager can't load the aqnone plugin:

3:2006/03/19 23-05-37:gwen(13905):plugin.c:  316: Plugin "aqnone" not found.

When I strace qbankmanager I see that it tries to access:

open("/usr/lib/aqbanking/plugins/16/frontends/qbanking/cfgmodules/aqnone", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/aqbanking/plugins/16/frontends/qbanking/cfgmodules/aqnone.so", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/aqbanking/plugins/16/frontends/qbanking/cfgmodules/libaqnone", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/aqbanking/plugins/16/frontends/qbanking/cfgmodules/libaqnone.so",
 O_RDONLY) = -1 ENOENT (No such file or directory)

and allthough the directory contains plugins for all the other backends:

ls -l /usr/lib/aqbanking/plugins/16/frontends/qbanking/cfgmodules/
total 6160
-rwxr-xr-x 1 root root    1151 Mar 11 20:19 aqdtaus.la
lrwxrwxrwx 1 root root      16 Mar 11 20:19 aqdtaus.so -> aqdtaus.so.0.0.0
lrwxrwxrwx 1 root root      16 Mar 11 20:19 aqdtaus.so.0 -> aqdtaus.so.0.0.0
-rwxr-xr-x 1 root root  408473 Mar 11 20:19 aqdtaus.so.0.0.0
-rwxr-xr-x 1 root root    1205 Mar 11 20:19 aqgeldkarte.la
lrwxrwxrwx 1 root root      20 Mar 11 20:19 aqgeldkarte.so -> 
aqgeldkarte.so.0.0.0
lrwxrwxrwx 1 root root      20 Mar 11 20:19 aqgeldkarte.so.0 -> 
aqgeldkarte.so.0.0.0
-rwxr-xr-x 1 root root  380889 Mar 11 20:19 aqgeldkarte.so.0.0.0
-rwxr-xr-x 1 root root    1144 Mar 19 22:28 aqhbci.la
lrwxrwxrwx 1 root root      15 Mar 19 22:28 aqhbci.so -> aqhbci.so.0.0.0
lrwxrwxrwx 1 root root      15 Mar 19 22:28 aqhbci.so.0 -> aqhbci.so.0.0.0
-rwxr-xr-x 1 root root 4311434 Mar 19 22:28 aqhbci.so.0.0.0
-rw-r--r-- 1 root root     621 Mar 11 22:40 aqhbci.xml
-rwxr-xr-x 1 root root    1230 Mar 11 20:19 aqofxconnect.la
lrwxrwxrwx 1 root root      21 Mar 11 20:19 aqofxconnect.so -> 
aqofxconnect.so.0.0.0
lrwxrwxrwx 1 root root      21 Mar 11 20:19 aqofxconnect.so.0 -> 
aqofxconnect.so.0.0.0
-rwxr-xr-x 1 root root  636830 Mar 11 20:19 aqofxconnect.so.0.0.0
-rwxr-xr-x 1 root root    1221 Mar 19 22:28 aqyellownet.la
lrwxrwxrwx 1 root root      20 Mar 19 22:28 aqyellownet.so -> 
aqyellownet.so.0.0.0
lrwxrwxrwx 1 root root      20 Mar 19 22:28 aqyellownet.so.0 -> 
aqyellownet.so.0.0.0
-rwxr-xr-x 1 root root  506383 Mar 19 22:28 aqyellownet.so.0.0.0
-rw-r--r-- 1 root root     584 Mar 11 22:40 aqyellownet.xml

it evidently doesn't contain aqnone!?

OTOH the provider directory has it:

$ ls -l /usr/lib/aqbanking/plugins/16/providers/
total 120
-rwxr-xr-x 1 root root  930 Mar 11 20:19 aqdtaus.la
lrwxrwxrwx 1 root root   16 Mar 11 20:19 aqdtaus.so -> aqdtaus.so.3.0.0
lrwxrwxrwx 1 root root   16 Mar 11 20:19 aqdtaus.so.3 -> aqdtaus.so.3.0.0
-rwxr-xr-x 1 root root 8346 Mar 11 20:19 aqdtaus.so.3.0.0
-rw-r--r-- 1 root root  638 Mar 11 20:19 aqdtaus.xml
-rwxr-xr-x 1 root root  984 Mar 11 20:19 aqgeldkarte.la
lrwxrwxrwx 1 root root   20 Mar 11 20:19 aqgeldkarte.so -> aqgeldkarte.so.4.0.0
lrwxrwxrwx 1 root root   20 Mar 11 20:19 aqgeldkarte.so.4 -> 
aqgeldkarte.so.4.0.0
-rwxr-xr-x 1 root root 8406 Mar 11 20:19 aqgeldkarte.so.4.0.0
-rw-r--r-- 1 root root  521 Mar 11 20:19 aqgeldkarte.xml
-rwxr-xr-x 1 root root  927 Mar 19 22:28 aqhbci.la
lrwxrwxrwx 1 root root   16 Mar 19 22:28 aqhbci.so -> aqhbci.so.10.0.1
lrwxrwxrwx 1 root root   16 Mar 19 22:28 aqhbci.so.10 -> aqhbci.so.10.0.1
-rwxr-xr-x 1 root root 8339 Mar 19 22:28 aqhbci.so.10.0.1
-rw-r--r-- 1 root root  621 Mar 19 22:27 aqhbci.xml
-rwxr-xr-x 1 root root  923 Mar 19 22:28 aqnone.la
lrwxrwxrwx 1 root root   15 Mar 19 22:28 aqnone.so -> aqnone.so.0.0.0
lrwxrwxrwx 1 root root   15 Mar 19 22:28 aqnone.so.0 -> aqnone.so.0.0.0
-rwxr-xr-x 1 root root 8223 Mar 19 22:28 aqnone.so.0.0.0
-rw-r--r-- 1 root root  562 Mar 19 22:28 aqnone.xml
-rwxr-xr-x 1 root root 1019 Mar 11 20:19 aqofxconnect.la
lrwxrwxrwx 1 root root   21 Mar 11 20:19 aqofxconnect.so -> 
aqofxconnect.so.2.0.0
lrwxrwxrwx 1 root root   21 Mar 11 20:19 aqofxconnect.so.2 -> 
aqofxconnect.so.2.0.0
-rwxr-xr-x 1 root root 8413 Mar 11 20:19 aqofxconnect.so.2.0.0
-rw-r--r-- 1 root root  551 Mar 11 20:19 aqofxconnect.xml
-rwxr-xr-x 1 root root 1047 Mar 19 22:28 aqyellownet.la
lrwxrwxrwx 1 root root   20 Mar 19 22:28 aqyellownet.so -> aqyellownet.so.0.0.0
lrwxrwxrwx 1 root root   20 Mar 19 22:28 aqyellownet.so.0 -> 
aqyellownet.so.0.0.0
-rwxr-xr-x 1 root root 8294 Mar 19 22:28 aqyellownet.so.0.0.0
-rw-r--r-- 1 root root  584 Mar 19 22:28 aqyellownet.xml

?
*t

--
-----------------------------------------------------------
  Tomas Pospisek
  http://sourcepole.com -  Linux & Open Source Solutions
-----------------------------------------------------------


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Aqbanking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to