Re: Network refresh problems.
From: Jan (nomail_at_nowhere.com)
Date: 03/15/05
- Next message: Gene Wirchenko: "Re: GETFILE question"
- Previous message: Paul Pedersen: "Re: C000005 fatal error foxpro6.0"
- In reply to: Paul Lee: "Network refresh problems."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Mar 2005 04:42:00 +1100
Paul,
If you are running Windows NT/2000/XP on your workstations and or server you
may find the problem to be caused by opportunistic locking. If you google
"opportunistic locking" you will find some interesting articles.
We resolved some major data corruption issues in VFP8 & XPProSP2 with
SBS2000 on the server by disabling opportunistic locking.
We used these files:-
Cut and paste the following into a file called woplocks.reg
and run it on the workstations
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkStation\Parameters]
"EnableOplockForceClose"=dword:00000001
"EnableOplocks"=dword:00000000
"UseOpportunisticLocking"=dword:00000000
Cut and paste the following into a file called soplocks.reg
and run it on the server or any machine that shares files
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"EnableOplockForceClose"=dword:00000001
"EnableOplocks"=dword:00000000
HTH
Jan
"Paul Lee" <no@spam.please> wrote in message
news:Xns96197712B3E4DJD0MS@207.46.248.16...
> We have one application that users launch from server.
> We use a timer to refresh the screen data every 10
> seconds. The displayed data is from a cursor that
> collects data from a main table and associated ones.
>
> However in some installations workstations do not
> see the updated data - unless they exit the app
> and re-enter fresh. We use VFP8 and old style
> Fox2x tables. I have placed FLUSH and closed and
> opened the table each time to try correct refresh
> but it seems in SOME installations it does not work
> properly.
>
> Any suggestions what could be the problem.
- Next message: Gene Wirchenko: "Re: GETFILE question"
- Previous message: Paul Pedersen: "Re: C000005 fatal error foxpro6.0"
- In reply to: Paul Lee: "Network refresh problems."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|