Hi, On Wednesday 17 May 2006 16:01, Christian Stimming wrote: [...] > No, I don't look it up the same way. Instead, just as I have written, I > don't do any lookup at all. What gnucash does is to process the returned > list of AB_JobGetTransactions_GetTransactions() one by one, and there is > no further filtering/searching, see > src/import-export/hbci/gnc-hbci-gettrans.c:201 . > > How is that JobGetTransactions_GetTransactions() list filled anyway? > Maybe there needs to be something changed in aqbanking's > AB_Banking__DistribContextAmongJobs() in src/libs/aqbanking/banking.c? [...]
I see... Well, this function is not used by QBM (it already made the transition to the new context-based queue execution code some time ago). The function you mentioned looks for account infos for the account of the available jobs. The accountInfos for Davids jobs do not contain a bank id, so this function never finds a matching accountInfo... I will try to fix that right away... Regards Martin -- "Things are only impossible until they're not" AqBanking - http://www.aqbanking.de/ LibChipcard - http://www.libchipcard.de/ ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
