Bug 392186

Summary: Can't Map Accounts (New or Old) KMM 5.0.1
Product: [Applications] kmymoney Reporter: Michael Carpino <mfcarpino>
Component: onlinebankingAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 5.0.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michael Carpino 2018-03-22 17:54:08 UTC
If I add a new account and try to map the account the Map Account selection is greyed out.  Same is true for any old accounts existing in my KMM database.
Comment 1 Jack 2018-03-22 18:03:29 UTC
It works fine for me.  Where did you install from?  Are you certain that at least one of the online banking plugins was enabled?  Does File/Import show any enabled options?  Are any of the import plugins shown on the plugin view of Tools/Configure KMyMoney ?
Comment 2 Michael Carpino 2018-03-22 18:18:42 UTC
Installed from here. https://download.kde.org/stable/kmymoney/5.0.1/src/kmymoney-5.0.1.tar.xz.mirrorlist  Preferred mirror.

CSV, GNC, QIF Importer are enabled.

File/Import shows they are enabled.

CSV, GNC, QIF plugins showing in Tools/Configure.

I can unmap accounts that are mapped.  Can't map any accounts that are unmapped.
Comment 3 Jack 2018-03-22 18:28:48 UTC
You downloaded the source from that link.  You installed the version you compiled from that source  (That is as opposed to installing with the package manager of some distribution.)

I believe mapping only gets enabled if you have OFX import enabled (either using libofx or kbanking) and it looks like you do not.  When you did the original cmake - did it complain about not finding anything it wanted?   To me it looks like you need either libofx or aqbanking installed, or if they are, you need to help cmake find them.  The cmake output (or typing "c" from within "ccmake ." in the build directory) should give you a hint about what's missing.
Comment 4 Michael Carpino 2018-03-22 20:58:27 UTC
Thanks for the info.  You are right.  libofix and aqbanking were not installed.  I marked this bug as resolved and invalid.