Folks,
I'm working on a VFP 9 app that is having issues with Citrix. Or at least
that is their explanation. This client upgraded both Citrix and their
Windows 2003 Server to something like Windows 2008 or 2012, I don't
remember at the moment.
Anyway, they're getting random errors in code that's perfectly solid -
something as simple at this:
USE <whatever VFP .DBF table>
BROWSE
...and the Browse will throw an error of "Table not open." on rare
occasion.
Thoughts on where to look?
TIA,
Bill Anderson
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: https://leafe.com/archives/byMID/CA+O1enGpYVbvofsRj5sEMZ5M0J0nwtR8ZBV3BXYZcLu834tqTA@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Author: MB Software Solutions, LLC
Posted: 2021-03-16 00:10:41 Link
WAG: SET TABLEVALIDATE TO 0 ???
On 3/15/2021 5:40 PM, Bill Anderson wrote:
> Folks,
>
> I'm working on a VFP 9 app that is having issues with Citrix. Or at least
> that is their explanation. This client upgraded both Citrix and their
> Windows 2003 Server to something like Windows 2008 or 2012, I don't
> remember at the moment.
>
> Anyway, they're getting random errors in code that's perfectly solid -
> something as simple at this:
>
> USE <whatever VFP .DBF table>
> BROWSE
>
> ...and the Browse will throw an error of "Table not open." on rare
> occasion.
>
> Thoughts on where to look?
>
> TIA,
>
> Bill Anderson
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
> text/plain (text body -- kept)
> text/html
> ---
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: https://leafe.com/archives/byMID/3c4e15ce-89cb-2829-440d-cd47574beb0a@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
2nd/3rd WAG: tables are on a networked share, and connection is timing out
because...
... Windows feature of disconnecting "idle" network connections, or
... slow anti-virus scanning isn't allowing access.
On Mon, Mar 15, 2021 at 5:41 PM Bill Anderson <billand88@gmail.com> wrote:
> Folks,
>
> I'm working on a VFP 9 app that is having issues with Citrix. Or at least
> that is their explanation. This client upgraded both Citrix and their
> Windows 2003 Server to something like Windows 2008 or 2012, I don't
> remember at the moment.
>
> Anyway, they're getting random errors in code that's perfectly solid -
> something as simple at this:
>
> USE <whatever VFP .DBF table>
> BROWSE
>
> ...and the Browse will throw an error of "Table not open." on rare
> occasion.
>
> Thoughts on where to look?
>
> TIA,
>
> Bill Anderson
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
> text/plain (text body -- kept)
> text/html
> ---
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: https://leafe.com/archives/byMID/CACW6n4utap9gV1s=vODUtC_q8baw20S0sb6sBOSDA1Rs3v3wvA@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
2nd/3rd WAG: tables are on a networked share, and connection is timing out
because...
... Windows feature of disconnecting "idle" network connections, or
... slow anti-virus scanning isn't allowing access.
On Mon, Mar 15, 2021 at 5:41 PM Bill Anderson <billand88@gmail.com> wrote:
> Folks,
>
> I'm working on a VFP 9 app that is having issues with Citrix. Or at least
> that is their explanation. This client upgraded both Citrix and their
> Windows 2003 Server to something like Windows 2008 or 2012, I don't
> remember at the moment.
>
> Anyway, they're getting random errors in code that's perfectly solid -
> something as simple at this:
>
> USE <whatever VFP .DBF table>
> BROWSE
>
> ...and the Browse will throw an error of "Table not open." on rare
> occasion.
>
> Thoughts on where to look?
>
> TIA,
>
> Bill Anderson
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
> text/plain (text body -- kept)
> text/html
> ---
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: https://leafe.com/archives/byMID/CACW6n4utap9gV1s=vODUtC_q8baw20S0sb6sBOSDA1Rs3v3wvA@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Thanks Ted! Passed it onto the powers that be...
Bill Anderson
On Tue, Mar 16, 2021 at 3:30 AM Ted Roche <tedroche@gmail.com> wrote:
> 2nd/3rd WAG: tables are on a networked share, and connection is timing out
> because...
>
> ... Windows feature of disconnecting "idle" network connections, or
> ... slow anti-virus scanning isn't allowing access.
>
>
>
> On Mon, Mar 15, 2021 at 5:41 PM Bill Anderson <billand88@gmail.com> wrote:
>
> > Folks,
> >
> > I'm working on a VFP 9 app that is having issues with Citrix. Or at least
> > that is their explanation. This client upgraded both Citrix and their
> > Windows 2003 Server to something like Windows 2008 or 2012, I don't
> > remember at the moment.
> >
> > Anyway, they're getting random errors in code that's perfectly solid -
> > something as simple at this:
> >
> > USE <whatever VFP .DBF table>
> > BROWSE
> >
> > ...and the Browse will throw an error of "Table not open." on rare
> > occasion.
> >
> > Thoughts on where to look?
> >
> > TIA,
> >
> > Bill Anderson
> >
> >
> > --- StripMime Report -- processed MIME parts ---
> > multipart/alternative
> > text/plain (text body -- kept)
> > text/html
> > ---
> >
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: https://leafe.com/archives/byMID/CA+O1enHbr7DN52L7PCzrw4bM=D1QPos8RUS=FMWBo3tJTWYMpQ@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.