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.
Greetings!
For years I have been able to copy files to another computer by using a
command like this from VFP's Command Window: "copy file my.exe to
y:\folder". After I received a Windows Update a few months ago, it no
longer works. I get the error "cannot create file". It's not a huge
problem because I can use File Explorer to copy/paste the file, but it
saves a step.
Just wondering what the Windows Update may have changed? I'm using
Windows 10 Home and VFP9.
Thanks.
Ken Watkins
--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
--- 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/emd201ca7a-be3f-4777-9613-5b698a03fefd@dad2
** 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.
VFP's file permissions have changed with the update. You will have to grant
file create, modify and delete to VFP and your application.
On Sun, May 26, 2024, 11:00 AM Ken Watkins <kwat2235@gmail.com> wrote:
> Greetings!
>
> For years I have been able to copy files to another computer by using a
> command like this from VFP's Command Window: "copy file my.exe to
> y:\folder". After I received a Windows Update a few months ago, it no
> longer works. I get the error "cannot create file". It's not a huge
> problem because I can use File Explorer to copy/paste the file, but it
> saves a step.
>
> Just wondering what the Windows Update may have changed? I'm using
> Windows 10 Home and VFP9.
>
> Thanks.
>
> Ken Watkins
>
> --
> This email has been checked for viruses by Avast antivirus software.
> www.avast.com
>
> --- 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/CADaZP2nKn-K1NEwW4DcfEC272HBzZ5e8nrjXiXb3rJc7=9cksQ@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 Richard, I'll give it a shot!
------ Original Message ------
From: "Richard Quilhot" <quilhotr@gmail.com>
To: "ProFox Email List" <profox@leafe.com>
Sent: 5/26/2024 12:01:02 PM
Subject: Re: Network issue
>VFP's file permissions have changed with the update. You will have to grant
>file create, modify and delete to VFP and your application.
>
>On Sun, May 26, 2024, 11:00 AM Ken Watkins <kwat2235@gmail.com> wrote:
>
>> Greetings!
>>
>> For years I have been able to copy files to another computer by using a
>> command like this from VFP's Command Window: "copy file my.exe to
>> y:\folder". After I received a Windows Update a few months ago, it no
>> longer works. I get the error "cannot create file". It's not a huge
>> problem because I can use File Explorer to copy/paste the file, but it
>> saves a step.
>>
>> Just wondering what the Windows Update may have changed? I'm using
>> Windows 10 Home and VFP9.
>>
>> Thanks.
>>
>> Ken Watkins
>>
>> --
>> This email has been checked for viruses by Avast antivirus software.
>> www.avast.com
>>
>> --- 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/em91eb148a-97ba-4a29-a09a-4d57d1832eaa@dad2
** 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.
Did you recently change the user that runs VFP (Run as Administrator)?
By default the administrator user doesn't see the mappings of the logged in
user.
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Ken
Watkins
Sent: Sunday, May 26, 2024 3:18 PM
To: profoxtech@leafe.com
Subject: Re[2]: Network issue
Thanks Richard, I'll give it a shot!
------ Original Message ------
From: "Richard Quilhot" <quilhotr@gmail.com>
To: "ProFox Email List" <profox@leafe.com>
Sent: 5/26/2024 12:01:02 PM
Subject: Re: Network issue
>VFP's file permissions have changed with the update. You will have to grant
>file create, modify and delete to VFP and your application.
>
>On Sun, May 26, 2024, 11:00 AM Ken Watkins <kwat2235@gmail.com> wrote:
>
>> Greetings!
>>
>> For years I have been able to copy files to another computer by using a
>> command like this from VFP's Command Window: "copy file my.exe to
>> y:\folder". After I received a Windows Update a few months ago, it no
>> longer works. I get the error "cannot create file". It's not a huge
>> problem because I can use File Explorer to copy/paste the file, but it
>> saves a step.
>>
>> Just wondering what the Windows Update may have changed? I'm using
>> Windows 10 Home and VFP9.
>>
>> Thanks.
>>
>> Ken Watkins
>>
>> --
>> This email has been checked for viruses by Avast antivirus software.
>> www.avast.com
>>
>> --- 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/009301dab10b$999e83b0$ccdb8b10$@powerchurch.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.
Windows Update won't have changed anything. They would not break permissions like that. It'll be AV or something.
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm
_______________________________________________
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/ab389897-6a8a-4425-9095-8b9b92394094@app.fastmail.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.