Re: SMB2

2015-07-19 Thread Allen
went away. Anyway the final line is alaska software SMB2 fix is not for the same issue. Plus they supply it for own users so not sure about the legality of its use. Thanks for trying though Al -Original Message- From: Fernando D. Bozzo Sent: Friday, July 17, 2015 8:41 PM To: profoxt

Re: SMB2

2015-07-19 Thread Allen
ok I put a wait with a timeout in it between using the table and deleting. It worked. So it appears to be a windows bug or option whatever you want to call it. It takes windows some time to work out that the dbf has been used and reports as still in use when the delete comes in. Al -Origin

Re: SMB2

2015-07-17 Thread Allen
Thank you Fernando Al -Original Message- From: Fernando D. Bozzo Sent: Friday, July 17, 2015 8:41 PM To: profoxt...@leafe.com Subject: Re: SMB2 Hi Allen: This topic have been discussed many times on various forums, and the latest information I have (I think that from a discussion on

Re: SMB2

2015-07-17 Thread Fernando D. Bozzo
Hi Allen: This topic have been discussed many times on various forums, and the latest information I have (I think that from a discussion on Foxite) is that this fix is working for many people with the same problem: http://www.alaska-software.com/community/smb2.cxp Regards.- 2015-07-17 14:18

Re: SMB2

2015-07-17 Thread Allen
o: profoxt...@leafe.com Subject: Re: SMB2 On Fri, Jul 17, 2015 at 11:22 AM, Allen wrote: An idea Peter. I have got over the issue at the moment by running what I need to on another machine. But I would like to know why it fails. Al me, too. if file(blar) delete blar endif IME, when I get

Re: SMB2

2015-07-17 Thread Ted Roche
On Fri, Jul 17, 2015 at 11:22 AM, Allen wrote: > An idea Peter. I have got over the issue at the moment by running what I > need to on another machine. But I would like to know why it fails. > Al > me, too. > if file(blar) >delete blar > endif IME, when I get this wrong, it's usually becau

Re: SMB2

2015-07-17 Thread Allen
Having noticed windows 8.1 slow releasing a flash drive I can believe this could happen. Al -Original Message- From: Peter Cushing Sent: Friday, July 17, 2015 5:35 PM To: profoxt...@leafe.com Subject: Re: SMB2 On 17/07/2015 16:22, Allen wrote: An idea Peter. I have got over the

Re: SMB2

2015-07-17 Thread Peter Cushing
On 17/07/2015 16:22, Allen wrote: An idea Peter. I have got over the issue at the moment by running what I need to on another machine. But I would like to know why it fails. Al I would check if windows is just slow letting go of the file first but putting in an inkey(5) before the delete to se

Re: SMB2

2015-07-17 Thread Allen
An idea Peter. I have got over the issue at the moment by running what I need to on another machine. But I would like to know why it fails. Al -Original Message- From: Peter Cushing Sent: Friday, July 17, 2015 4:25 PM To: profoxt...@leafe.com Subject: Re: SMB2 On 17/07/2015 14:40

Re: SMB2

2015-07-17 Thread Peter Cushing
On 17/07/2015 14:40, Allen wrote: Hi Alan the flt2 table is only used by the local machine and after the use it appears as if it is still used for a few seconds (maybe I dont know) and the delete comes back with the error. Like its still open. If this table is only used by the local machine

Re: SMB2

2015-07-17 Thread Allen
ah norton and the like. ok thanks Tracy Al -Original Message- If the Server is doing it locally, SMB2 is not part of the equation. I would investigate anti-virus and backup tools. ___ Post Messages to: ProFox@leafe.com Subscription

Re: SMB2

2015-07-17 Thread Allen
--- From: Alan Bourke Sent: Friday, July 17, 2015 3:09 PM To: profoxt...@leafe.com Subject: Re: SMB2 I'm unclear as to why DoEvents() would have anything to do with closing files. Regarding drive caching, I haven't had to touch that since Windows 2000 days so I doubt that's an issu

RE: SMB2

2015-07-17 Thread Tracy Pearson
he is disabled. So the only thing I can think of is SMB2. Is this likely > and if so how do I turn it off. > Al > Allen, If the Server is doing it locally, SMB2 is not part of the equation. I would investigate anti-virus and backup tools.

Re: SMB2

2015-07-17 Thread Alan Bourke
I'm unclear as to why DoEvents() would have anything to do with closing files. Regarding drive caching, I haven't had to touch that since Windows 2000 days so I doubt that's an issue. You also really don't want to turn SMB2 off and shouldn't have to these days,

SMB2

2015-07-17 Thread Allen
the dbf, doevents, then try to delete it. I get file access denied. So I assume windows has not closed the file even though I put a doevents in. All users have total control on this directory. The disk drives write ahead cache is disabled. So the only thing I can think of is SMB2. Is this likely

Re: SMB2 Workstation Cache Configuration

2015-05-28 Thread Alan Bourke
Another thing to consider is that with Server 2012 / Windows 8 you will be on SMB3 which so far seems solid in VFP terms. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail

RE: SMB2 Workstation Cache Configuration

2015-05-27 Thread Tracy Pearson
Alan Bourke wrote on 2015-05-27: > Useful to have in the armoury however (a) That's XBase++ and may or may > not apply to VFP and (b) I've never had to do what it mentions, in other > words the implication from them is that you MUST do it, and maybe you do > with XBase++, but you don't necessa

RE: SMB2 Workstation Cache Configuration

2015-05-27 Thread Richard Kaye
esday, May 27, 2015 11:34 AM To: profoxt...@leafe.com Subject: Re: SMB2 Workstation Cache Configuration Useful to have in the armoury however (a) That's XBase++ and may or may not apply to VFP and (b) I've never had to do what it mentions, in other words the implication from them is t

Re: SMB2 Workstation Cache Configuration

2015-05-27 Thread Alan Bourke
Useful to have in the armoury however (a) That's XBase++ and may or may not apply to VFP and (b) I've never had to do what it mentions, in other words the implication from them is that you MUST do it, and maybe you do with XBase++, but you don't necessarily with VFP. -- Alan Bourke alanpbourk

SMB2 Workstation Cache Configuration

2015-05-27 Thread Ted Roche
ter file server -- application is checking file size, last update date or file existence. The small installation file is located here: http://www.alaska-software.com/community/smb2.cxp I have read of other solutions to force SMB2 to behave in a compatible manner. I'd be interested to hear if this

RE: Index and DBF corruption in SMB2 environments.

2012-11-08 Thread Tracy Pearson
Alan Bourke wrote on 2012-11-08: > I turned up this Microsoft Article a while back: > > "Data corruption when one user on a computer that is running Windows 7 > or Windows Server 2008 R2 updates a shared file that is open on multiple > computers by using SMB Version 2 > Article ID: 2618096"

Re: Index and DBF corruption in SMB2 environments.

2012-11-08 Thread MB Software Solutions, LLC
On 11/8/2012 9:29 AM, Alan Bourke wrote: I turned up this Microsoft Article a while back: "Data corruption when one user on a computer that is running Windows 7 or Windows Server 2008 R2 updates a shared file that is open on multiple computers by using SMB Version 2 Article ID: 2618096" It give

Index and DBF corruption in SMB2 environments.

2012-11-08 Thread Alan Bourke
I turned up this Microsoft Article a while back: "Data corruption when one user on a computer that is running Windows 7 or Windows Server 2008 R2 updates a shared file that is open on multiple computers by using SMB Version 2 Article ID: 2618096" It gives details on obtaining supported hotfixes f

Utility to toggle SMB2 on and off. for WIndows 7

2012-04-26 Thread Michael Madigan
Much easier than talking someone through it over the phone.  http://www.symantec.com/connect/downloads/smb2-toggle-too-mikes-tool-set  ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free