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 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 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 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 {
> > > >     char bankName="USAA Federal Savings Bank"
> > > >     char org="USAA Federal Savings Bank"
> > > >     char fid="67811"
> > > >     char serverAddr="https%3A%2F%2Fdf3cx-
> > > > services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
> > > >     char appId="QMOFX"
> > > >     char appVer="2300"
> > > >     char headerVer="103"
> > > >     char clientUid=""
> > > >     int httpVMajor="0"
> > > >     int httpVMinor="0"
> > > >     char httpUserAgent="InetClntApp%2F3.0"
> > > >   } #backend
> > > > } #data
> > > > -
> > > > 
> > > > Notes:
> > > >   -- 'httpUserAgent' is currently not configurable through GNC
> > > > v4.4.1, but it works when included in the file.  It has been
> > > > added
> > > > in
> > > > newer AqBanking, look for support in next GNC release.
> > > >   -- 'CLIENTUID' can be found in OFXLog.txt generated by
> > > > Quicken.
> > > >  Signup for trial and cancel within 30 days no charge.
> > > >   -- 'your new USAA access id' can be found at 
> > > > https://www.usaa.com/accessid
> > > > 
> > > > 
> > > > 
> > > > You will need to disconnect accounts from within the AqBanking
> > > > Wizard, download accounts with new user configuration, then
> > > > reconnect
> > > > accounts.  In my case, the new credit card account numbers in
> > > > the
> > > > accounts list are not a 100% match to the number found on your
> > > > credit
> > > > card.  There were enough common digits to know which was which,
> > > > just
> > > > be aware.  I was able to successfully download and update 2
> > > > checking
> > > > accounts, a savings account, and a credit card account.
> > > > 
> > > > I hope this helps.
> > > > 
> > > > Regards,
> > > > 
> > > > Bob
> > > > 
> > > > PS.  I did clone the AqBanking repo and build and install the
> > > > latest
> > > > libraries on the same machine I am running GNC.  I am not sure
> > > > if
> > > > the
> > > > GNC used the libraries distributed with it or the ones I built
> > > > so
> > > > YMMV.
> > > > ___
> > > > gnucash-user mailing list
> > > > gnucash-user@gnucash.org
> > > > 
> > > > 
> > > > To update your subscription preferences or to unsubscribe:
> > > > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > > > 
> > > > 
> > > > If you are using Nabble or Gmane, please see 
> > > > https://wiki.gnucash.org/wiki/Mailing_Lists
> > > > 
> > > >  for more information.
> > > > -
> > > > Please remember to CC this list on all your replies.
> > > > You can do this by using Reply-To-List or Reply-All.
> > > > 
> > > 
> > > ___
> > > gnucash-user mailing list
> > > gnucash-user@gnucash.org
> > > 
> > > To update your subscription preferences or to unsubscribe:
> > > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > > 
> > > If you are using Nabble or Gmane, please see 
> > > https://wiki.gnucash.org/wiki/Mailing_Lists
> > >  for more information.
> > > -
> > > Please remember to CC this list on all your replies.
> > > You can do this by using Reply-To-List or Reply-All.
> > > 
> > 
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > If you are using Nabble or Gmane, please see
> > https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
___
gnucash-user mailing list

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 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 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 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 {
> > >     char bankName="USAA Federal Savings Bank"
> > >     char org="USAA Federal Savings Bank"
> > >     char fid="67811"
> > >     char serverAddr="https%3A%2F%2Fdf3cx-
> > > services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
> > >     char appId="QMOFX"
> > >     char appVer="2300"
> > >     char headerVer="103"
> > >     char clientUid=""
> > >     int httpVMajor="0"
> > >     int httpVMinor="0"
> > >     char httpUserAgent="InetClntApp%2F3.0"
> > >   } #backend
> > > } #data
> > > -
> > > 
> > > Notes:
> > >   -- 'httpUserAgent' is currently not configurable through GNC
> > > v4.4.1, but it works when included in the file.  It has been
> > > added
> > > in
> > > newer AqBanking, look for support in next GNC release.
> > >   -- 'CLIENTUID' can be found in OFXLog.txt generated by Quicken.
> > >  Signup for trial and cancel within 30 days no charge.
> > >   -- 'your new USAA access id' can be found at 
> > > https://www.usaa.com/accessid
> > > 
> > > 
> > > 
> > > You will need to disconnect accounts from within the AqBanking
> > > Wizard, download accounts with new user configuration, then
> > > reconnect
> > > accounts.  In my case, the new credit card account numbers in the
> > > accounts list are not a 100% match to the number found on your
> > > credit
> > > card.  There were enough common digits to know which was which,
> > > just
> > > be aware.  I was able to successfully download and update 2
> > > checking
> > > accounts, a savings account, and a credit card account.
> > > 
> > > I hope this helps.
> > > 
> > > Regards,
> > > 
> > > Bob
> > > 
> > > PS.  I did clone the AqBanking repo and build and install the
> > > latest
> > > libraries on the same machine I am running GNC.  I am not sure if
> > > the
> > > GNC used the libraries distributed with it or the ones I built so
> > > YMMV.
> > > ___
> > > gnucash-user mailing list
> > > gnucash-user@gnucash.org
> > > 
> > > 
> > > To update your subscription preferences or to unsubscribe:
> > > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > > 
> > > 
> > > If you are using Nabble or Gmane, please see 
> > > https://wiki.gnucash.org/wiki/Mailing_Lists
> > > 
> > >  for more information.
> > > -
> > > Please remember to CC this list on all your replies.
> > > You can do this by using Reply-To-List or Reply-All.
> > > 
> > 
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > 
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > 
> > If you are using Nabble or Gmane, please see 
> > https://wiki.gnucash.org/wiki/Mailing_Lists
> >  for more information.
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> > 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 is with the Windows version of the transaction manager.



On 2021-02-28 1:45 p.m., hmp3 wrote:
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 line feeds without carriage returns.  I saw 
elsewhere that QWIN 2900 should be the equivalent windows program but 
putting that in results in "We're unable to complete your request. To 
download USAA account transactions into Quicken, you'll need to verify 
your information. Get Access ID and PIN here 
https://df3cx-services.1fsapi.com/casm/usaa/enroll"; Has anyone done 
this successfully with the Windows version






--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 line feeds without carriage returns.  I saw elsewhere that 
QWIN 2900 should be the equivalent windows program but putting that in 
results in "We're unable to complete your request. To download USAA 
account transactions into Quicken, you'll need to verify your 
information. Get Access ID and PIN here 
https://df3cx-services.1fsapi.com/casm/usaa/enroll"; Has anyone done this 
successfully with the Windows version



--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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. Open each in your fav text editor until you find the 
one that has 'USAA' in 'bankName' and/or 'org' fields.

 Currently not supported with GNC 4.4.1--missing httpUserAgent in dialog.

Will be doable in the aqbanking wizard shortly--developers are working to get a 
build together with the updates.
 

2. Is userName my login id on the USAA website or my member number? In the
previous version it was member number, not login id.

I have 'userName' as actual name with 'userId' and 'customerId' set to the new 
access id acquired at  www.usaa.com/accessid

Regards,

Bob
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] USAA FSB requires newer QWIN support

2021-02-13 Thread Keith Bellairs
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?

2. Is userName my login id on the USAA website or my member number? In the
previous version it was member number, not login id.

Thanks 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=flowed


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 {

? ? char bankName="USAA Federal Savings Bank"

? ? char org="USAA Federal Savings Bank"

? ? char fid="67811"

? ? char serverAddr="https%3A%2F%2Fdf3cx-services.1fsapi.com
<http://2fdf3cx-services.1fsapi.com/>%2Fcasm%2Fusaa%2Faccess.ofx"

? ? char appId="QMOFX"

? ? char appVer="2300"

? ? char headerVer="103"

? ? char clientUid=""

? ? int httpVMajor="0"

? ? int httpVMinor="0"

? ? char httpUserAgent="InetClntApp%2F3.0"

? } #backend

} #data

-


Notes:

? -- 'httpUserAgent' is currently not configurable through GNC v4.4.1, but
it works when included in the file. ?It has been added in newer AqBanking,
look for support in next GNC release.

? -- 'CLIENTUID' can be found in OFXLog.txt generated by Quicken. ?Signup
for trial and cancel within 30 days no charge.

? -- 'your new USAA access id' can be found at https://www.usaa.com/accessid


You will need to disconnect accounts from within the AqBanking Wizard,
download accounts with new user configuration, then reconnect accounts. ?In
my case, the new credit card account numbers in the accounts list are not a
100% match to the number found on your credit card. ?There were enough
common digits to know which was which, just be aware. ?I was able to
successfully download and update 2 checking accounts, a savings account,
and a credit card account.


I hope this helps.


Regards,


Bob


PS. ?I did clone the AqBanking repo and build and install the latest
libraries on the same machine I am running GNC. ?I am not sure if the
GNC?used the libraries distributed with it or the ones I built so YMMV.



--
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 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 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 {
> > char bankName="USAA Federal Savings Bank"
> > char org="USAA Federal Savings Bank"
> > char fid="67811"
> > char serverAddr="https%3A%2F%2Fdf3cx-
> > services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
> > char appId="QMOFX"
> > char appVer="2300"
> > char headerVer="103"
> > char clientUid=""
> > int httpVMajor="0"
> > int httpVMinor="0"
> > char httpUserAgent="InetClntApp%2F3.0"
> >   } #backend
> > } #data
> > -
> > 
> > Notes:
> >   -- 'httpUserAgent' is currently not configurable through GNC
> > v4.4.1, but it works when included in the file.  It has been added
> > in
> > newer AqBanking, look for support in next GNC release.
> >   -- 'CLIENTUID' can be found in OFXLog.txt generated by Quicken.
> >  Signup for trial and cancel within 30 days no charge.
> >   -- 'your new USAA access id' can be found at 
> > https://www.usaa.com/accessid
> > 
> > 
> > 
> > You will need to disconnect accounts from within the AqBanking
> > Wizard, download accounts with new user configuration, then
> > reconnect
> > accounts.  In my case, the new credit card account numbers in the
> > accounts list are not a 100% match to the number found on your
> > credit
> > card.  There were enough common digits to know which was which,
> > just
> > be aware.  I was able to successfully download and update 2
> > checking
> > accounts, a savings account, and a credit card account.
> > 
> > I hope this helps.
> > 
> > Regards,
> > 
> > Bob
> > 
> > PS.  I did clone the AqBanking repo and build and install the
> > latest
> > libraries on the same machine I am running GNC.  I am not sure if
> > the
> > GNC used the libraries distributed with it or the ones I built so
> > YMMV.
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > 
> > 
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > 
> > 
> > If you are using Nabble or Gmane, please see 
> > https://wiki.gnucash.org/wiki/Mailing_Lists
> > 
> >  for more information.
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> > 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> 
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> 
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists
>  for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 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 {
> char bankName="USAA Federal Savings Bank"
> char org="USAA Federal Savings Bank"
> char fid="67811"
> char serverAddr="https%3A%2F%2Fdf3cx-
> services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
> char appId="QMOFX"
> char appVer="2300"
> char headerVer="103"
> char clientUid=""
> int httpVMajor="0"
> int httpVMinor="0"
> char httpUserAgent="InetClntApp%2F3.0"
>   } #backend
> } #data
> -
> 
> Notes:
>   -- 'httpUserAgent' is currently not configurable through GNC
> v4.4.1, but it works when included in the file.  It has been added in
> newer AqBanking, look for support in next GNC release.
>   -- 'CLIENTUID' can be found in OFXLog.txt generated by Quicken.
>  Signup for trial and cancel within 30 days no charge.
>   -- 'your new USAA access id' can be found at 
> https://www.usaa.com/accessid
> 
> 
> You will need to disconnect accounts from within the AqBanking
> Wizard, download accounts with new user configuration, then reconnect
> accounts.  In my case, the new credit card account numbers in the
> accounts list are not a 100% match to the number found on your credit
> card.  There were enough common digits to know which was which, just
> be aware.  I was able to successfully download and update 2 checking
> accounts, a savings account, and a credit card account.
> 
> I hope this helps.
> 
> Regards,
> 
> Bob
> 
> PS.  I did clone the AqBanking repo and build and install the latest
> libraries on the same machine I am running GNC.  I am not sure if the
> GNC used the libraries distributed with it or the ones I built so
> YMMV.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> 
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> 
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists
>  for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 {
    char bankName="USAA Federal Savings Bank"
    char org="USAA Federal Savings Bank"
    char fid="67811"
    char 
serverAddr="https%3A%2F%2Fdf3cx-services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
    char appId="QMOFX"
    char appVer="2300"
    char headerVer="103"
    char clientUid=""
    int httpVMajor="0"
    int httpVMinor="0"
    char httpUserAgent="InetClntApp%2F3.0"
  } #backend
} #data
-

Notes:
  -- 'httpUserAgent' is currently not configurable through GNC v4.4.1, but it 
works when included in the file.  It has been added in newer AqBanking, look 
for support in next GNC release.
  -- 'CLIENTUID' can be found in OFXLog.txt generated by Quicken.  Signup for 
trial and cancel within 30 days no charge.
  -- 'your new USAA access id' can be found at https://www.usaa.com/accessid

You will need to disconnect accounts from within the AqBanking Wizard, download 
accounts with new user configuration, then reconnect accounts.  In my case, the 
new credit card account numbers in the accounts list are not a 100% match to 
the number found on your credit card.  There were enough common digits to know 
which was which, just be aware.  I was able to successfully download and update 
2 checking accounts, a savings account, and a credit card account.

I hope this helps.

Regards,

Bob

PS.  I did clone the AqBanking repo and build and install the latest libraries 
on the same machine I am running GNC.  I am not sure if the GNC used the 
libraries distributed with it or the ones I built so YMMV.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 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 to 
> turn on in Gnucash via environment variables. Directions are somewhere on the 
> wiki.
> 
> The ofx log will tell you if your login was declined. Sometimes, you even get 
> an ofx error as partial indication of why.
> --
> Dave Reiser
> dbrei...@icloud.com
> 
> 
> 
> 
> 
>> On Jan 29, 2021, at 9:16 PM, Jon Schewe  wrote:
>> 
>> 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 see any errors in the log window.
>> 
>> According to the log I'm using AqBanking v6.2.1.0stable.
>> 
>> 
>> On Thu, 2021-01-28 at 10:40 -0500, David Reiser via gnucash-user wrote:
>>> 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 <
 gnucash-user@gnucash.org
> wrote:
 
 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 do not have.
 
 Waiting on a callback from USAA.
 
 Has anyone else experienced these issues or know of a resolution?
 
 Thanks,
 
 Bob
 
 
 ___
 gnucash-user mailing list
 gnucash-user@gnucash.org
 
 To update your subscription preferences or to unsubscribe:
 https://lists.gnucash.org/mailman/listinfo/gnucash-user
 
 If you are using Nabble or Gmane, please see 
 https://wiki.gnucash.org/wiki/Mailing_Lists
 for more information.
 -
 Please remember to CC this list on all your replies.
 You can do this by using Reply-To-List or Reply-All.
>>> 
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> 
>>> To update your subscription preferences or to unsubscribe:
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> 
>>> If you are using Nabble or Gmane, please see 
>>> https://wiki.gnucash.org/wiki/Mailing_Lists
>>> for more information.
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List or Reply-All.
>>> 
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 to turn 
on in Gnucash via environment variables. Directions are somewhere on the wiki.

The ofx log will tell you if your login was declined. Sometimes, you even get 
an ofx error as partial indication of why.
--
Dave Reiser
dbrei...@icloud.com





> On Jan 29, 2021, at 9:16 PM, Jon Schewe  wrote:
> 
> 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 see any errors in the log window.
> 
> According to the log I'm using AqBanking v6.2.1.0stable.
> 
> 
> On Thu, 2021-01-28 at 10:40 -0500, David Reiser via gnucash-user wrote:
>> 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 <
>>> gnucash-user@gnucash.org
 wrote:
>>> 
>>> 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 do not have.
>>> 
>>> Waiting on a callback from USAA.
>>> 
>>> Has anyone else experienced these issues or know of a resolution?
>>> 
>>> Thanks,
>>> 
>>> Bob
>>> 
>>> 
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> 
>>> To update your subscription preferences or to unsubscribe:
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> 
>>> If you are using Nabble or Gmane, please see 
>>> https://wiki.gnucash.org/wiki/Mailing_Lists
>>> for more information.
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List or Reply-All.
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> 
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> 
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists
>> for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 see any errors in the log window.

According to the log I'm using AqBanking v6.2.1.0stable.


On Thu, 2021-01-28 at 10:40 -0500, David Reiser via gnucash-user wrote:
> 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 <
> > gnucash-user@gnucash.org
> > > wrote:
> > 
> > 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 do not have.
> > 
> > Waiting on a callback from USAA.
> > 
> > Has anyone else experienced these issues or know of a resolution?
> > 
> > Thanks,
> > 
> > Bob
> > 
> > 
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > 
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > 
> > If you are using Nabble or Gmane, please see 
> > https://wiki.gnucash.org/wiki/Mailing_Lists
> >  for more information.
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> 
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> 
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists
>  for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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: 
https://df3cx-services.1fsapi.com/casm/usaa/access.ofx (BID 67811)
Full request body string:
OFXHEADER:100
DATA:OFXSGML
VERSION:103
SECURITY:NONE
ENCODING:USASCII
CHARSET:1252
COMPRESSION:NONE
OLDFILEUID:NONE
NEWFILEUID:NONE




20210128115044.978[-5:EST]

XX
N
ENG

USAA Federal Savings Bank
67811

QMOFX
2300
-DB64-4AC0-A835-xx840640




-8F48-47B5-A984-xx03392E

MSGSET
0101

 




}}-[59]-

I am wondering if this will require aqbanking updates for OFXSGML.  I was able 
to download accounts with new user settings, but still fails to download 
transactions. User config:

int uniqueId="4557"
char backendName="aqofxconnect"
char userName="Robert B White"
char userId="x362"
char customerId="x362"
char country="us"
char bankCode="00"
int lastSessionId="0"

data {
   backend {
  char bankName="USAA Federal Savings Bank"
  char org="USAA"
  char fid="67811"
  char 
serverAddr="https%3A%2F%2Fdf3cx-services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
  char appId="QMOFX"
  char appVer="2300"
  char headerVer="103"
  char clientUid="-DB64-4AC0-A835-xx840640"
  int httpVMajor="0"
  int httpVMinor="0"
   } #backend
} #data



On January 28, 2021 at 11:33 AM, David Reiser  wrote:

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 setup to enter a clientUid.
--
Dave Reiser
dbrei...@icloud.com





On Jan 28, 2021, at 11:15 AM, Bob White  wrote:

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 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 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 do not have.

Waiting on a callback from USAA.

Has anyone else experienced these issues or know of a resolution?

Thanks,

Bob


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 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, 2021-01-28 at 10:40 -0500, David Reiser via gnucash-user wrote:
>> 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 <
>>> gnucash-user@gnucash.org
 wrote:
>>> 
>>> 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 do not have.
>>> 
>>> Waiting on a callback from USAA.
>>> 
>>> Has anyone else experienced these issues or know of a resolution?
>>> 
>>> Thanks,
>>> 
>>> Bob
>>> 
>>> 
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> 
>>> To update your subscription preferences or to unsubscribe:
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> 
>>> If you are using Nabble or Gmane, please see 
>>> https://wiki.gnucash.org/wiki/Mailing_Lists
>>> for more information.
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List or Reply-All.
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> 
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> 
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists
>> for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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, 2021-01-28 at 10:40 -0500, David Reiser via gnucash-user wrote:
> 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 <
> > gnucash-user@gnucash.org
> > > wrote:
> > 
> > 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 do not have.
> > 
> > Waiting on a callback from USAA.
> > 
> > Has anyone else experienced these issues or know of a resolution?
> > 
> > Thanks,
> > 
> > Bob
> > 
> > 
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > 
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > 
> > If you are using Nabble or Gmane, please see 
> > https://wiki.gnucash.org/wiki/Mailing_Lists
> >  for more information.
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> 
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> 
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists
>  for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 setup to enter a clientUid.
--
Dave Reiser
dbrei...@icloud.com





> On Jan 28, 2021, at 11:15 AM, Bob White  wrote:
> 
> 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 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 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 do not have.
>>> 
>>> Waiting on a callback from USAA.
>>> 
>>> Has anyone else experienced these issues or know of a resolution?
>>> 
>>> Thanks,
>>> 
>>> Bob
>>> 
>>> 
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> To update your subscription preferences or to unsubscribe:
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> If you are using Nabble or Gmane, please see 
>>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List or Reply-All.
>> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 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 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 do not have.
>> 
>> Waiting on a callback from USAA.
>> 
>> Has anyone else experienced these issues or know of a resolution?
>> 
>> Thanks,
>> 
>> Bob
>> 
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see 
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> 
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 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 do not have.
> 
> Waiting on a callback from USAA.
> 
> Has anyone else experienced these issues or know of a resolution?
> 
> Thanks,
> 
> Bob
> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[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 do not have.

Waiting on a callback from USAA.

Has anyone else experienced these issues or know of a resolution?

Thanks,

Bob


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.