Re: [GNC] USAA FSB requires newer QWIN support

2021-03-01 Thread Daffy Duck
Got it working, thanks! On Mon, 2021-03-01 at 18:16 -0600, Daffy Duck wrote: > I'm having issues getting this working still. > > Are you able to edit user and do "retrieve account list" and it > works, or no? > > > > On Fri, 2021-02-12 at 21:33 -0600, Jon Schewe wrote: > > Answering my own

Re: [GNC] USAA FSB requires newer QWIN support

2021-03-01 Thread Daffy Duck
I'm having issues getting this working still. Are you able to edit user and do "retrieve account list" and it works, or no? On Fri, 2021-02-12 at 21:33 -0600, Jon Schewe wrote: > Answering my own questions after I got it to work. > > I picked a CLIENTUID that someone else posted and it

Re: [GNC] USAA FSB requires newer QWIN support

2021-03-01 Thread hmp3
Still feeling it was a Mac problem and using the logical progression of numbers I put in QWIN 2800 and it works in that ofx.log shows success and transactions exist as a single line.  The generic transaction manager is blank and no transactions appear in the register.  I now think the problem

Re: [GNC] USAA FSB requires newer QWIN support

2021-02-28 Thread hmp3
I have followed the instructions exactly and can get transaction downloads from usaa to show up on the ofx.log.  The transaction manager is blank and they don't show  up in the account.  In the log they are a  long line so I think the problem is that QMOFX 2300 is a Mac program and results in

Re: [GNC] USAA FSB requires newer QWIN support

2021-02-13 Thread Bob White via gnucash-user
Keith, A couple of questions. 1. Where is the config file to be edited? (I'm on MacOS so a file name is probably all I need.) Or is this all doable in the wizard? ~/.aqbanking/settings6/users If you have more than one user (one for each institution) there will be multiple '.conf' files.

Re: [GNC] USAA FSB requires newer QWIN support

2021-02-13 Thread Keith Bellairs
for digging this out. Keith Message: 1 Date: Fri, 12 Feb 2021 22:29:36 - From: Bob White To: gnucash-user@gnucash.org Cc: "gnucash-de...@gnucash.org" Subject: Re: [GNC] USAA FSB requires newer QWIN support Message-ID: Content-Type: text/plain;charset=utf-8;format=flow

Re: [GNC] USAA FSB requires newer QWIN support

2021-02-12 Thread Jon Schewe
Answering my own questions after I got it to work. I picked a CLIENTUID that someone else posted and it worked. When prompted for a password, it's the one from https://www.usaa.com/accessid On Fri, 2021-02-12 at 21:18 -0600, Jon Schewe wrote: > When GnuCash prompts for a password, is it the

Re: [GNC] USAA FSB requires newer QWIN support

2021-02-12 Thread Jon Schewe
When GnuCash prompts for a password, is it the one that was retrieved from https://www.usaa.com/accessid? Is it important that the CLIENTUID comes from Quicken? Or does it just need to match a particular format? On Fri, 2021-02-12 at 22:29 +, Bob White via gnucash-user wrote: > I got new

Re: [GNC] USAA FSB requires newer QWIN support

2021-02-12 Thread Bob White via gnucash-user
I got new USAA OFX download working with GNC 4.4.1. It's mainly a configuration task. -- User config -- int uniqueId="" char backendName="aqofxconnect" char userName="" char userId="" char customerId="" char country="us" char bankCode="314074269" int lastSessionId="0" data {   backend

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-29 Thread John Ralls
Bob White already posted a sanitized OFX log file yesterday morning. The response from USAA is a fancy web page saying "Server Error" with no details about what kind of error. Regards, John Ralls > On Jan 29, 2021, at 6:57 PM, David Reiser via gnucash-user > wrote: > > There’s a note on

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-29 Thread David Reiser via gnucash-user
There’s a note on Quicken’s pages that some USAA customers need to get a new ID and PIN for transaction downloads (different from the rest of the USAA web page credentials). I didn’t see any definitive info on who or why. The next step would be to look at the ofx log file — something you have

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-29 Thread Jon Schewe
Some additional data points. I was using appVer 2200 and got no transactions. I edited the aqbanking config file and changed the appVer to 2700, still no transactions. I changed the headerVer to 103, still no transactions. I tried adding a clientUid and that didn't help either. However I do not

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-28 Thread Bob White via gnucash-user
Ok, so I got the starter version of Quicken for Mac (30-day free trial) and the setup had me create a new user id and access code with USAA. Looking at OFX log files after setup I get new APPID, APPVER and CLIENTUID: {{-[59]- 2021-01-28 16:50:44 +: Request to:

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-28 Thread Keith Bellairs
I have the same issue. Downloaded online banking transactions from USAA until today. GNC 4.2 on Big Sur. Please post if you solve it. Keith ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe:

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-28 Thread David Reiser via gnucash-user
You can if you want to edit the aqbanking settings files (text). But it’s easier to edit user information in the wizard. Just enter the new/changed info using “edit user” -- Dave Reiser dbrei...@icloud.com > On Jan 28, 2021, at 11:43 AM, Jon Schewe wrote: > > I see that I have this issue

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-28 Thread Jon Schewe
I see that I have this issue as well. Is it possible to change the setup without running the online banking wizard? The last time I set this up I updated the wiki at https://wiki.gnucash.org/wiki/OFX_Direct_Connect_Bank_Settings#USAA and noted the the client ID should be empty. On Thu,

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-28 Thread David Reiser via gnucash-user
unix systems will generate a clientUid with the terminal command: uuidgen I make it all lower case and remove the hyphens by using the command in the form "uuidgen | awk '{print tolower($0)}' | tr -d -" I don’t know how important case or hyphens/lack of hyphens is. There’s a box in the aqbanking

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-28 Thread Bob White via gnucash-user
Thanks, Dave. Updating to 2700 alone did not work. Do I need to go through actual Quicken software to generate the clientUid? Regards, Bob Sent from my iPhone > On Jan 28, 2021, at 10:41 AM, David Reiser wrote: > > The first thing to try is setting the appVer to 2700 (nine years newer

Re: [GNC] USAA FSB requires newer QWIN support

2021-01-28 Thread David Reiser via gnucash-user
The first thing to try is setting the appVer to 2700 (nine years newer than 1800). If that doesn’t work on its own, try setting headerVer to 103 and creating a clientUid -- Dave Reiser dbrei...@icloud.com > On Jan 28, 2021, at 10:30 AM, Bob White via gnucash-user > wrote: > > As of 27

[GNC] USAA FSB requires newer QWIN support

2021-01-28 Thread Bob White via gnucash-user
As of 27 Jan 2021 USAA has deprecated aqbanking QWIN v1800 support.  Can connect, but transactions are no longer downloaded. I confirmed with USAA.  I am trying to get details on newer requirements from USAA but it is difficult--they will only troubleshoot with the actual Quicken app, which I