Re: Error 108 - File is in use by another user on INSERT INTO line

2020-12-16 Thread Koen Piller
Wild guess: Use myFile shared Koen Op di 15 dec. 2020 om 19:00 schreef MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> > VFP9SP2 - Citrix/VMWare server, Win10 desktop image on client > > My error handling tripped on this simple line: > > INSERT I

Re: Error 108 - File is in use by another user on INSERT INTO line

2020-12-16 Thread Alan Bourke
Error 108? Assuming it's intermittent: Someone else has it open exclusively. Citrix\RDP scenario - are there 'ghost' instances of your EXE still running on the server from remote user sessions that didn't terminate properly, that might have the file open ? On-access antivirus scan is having a

Re: Error 108 - File is in use by another user on INSERT INTO line

2020-12-15 Thread MB Software Solutions, LLC
I'll double-check it.  Pretty sure I set that to ZERO after the last time you guys recommended that.  ;-) On 12/15/2020 3:41 PM, Jürgen Wondzinski wrote: Hi Mike, see HELP for SET TABLEVALIDATE. You either haven't set that setting (then the default value is 1+2) or you got it wrong :) The

RE: Error 108 - File is in use by another user on INSERT INTO line

2020-12-15 Thread Jürgen Wondzinski
Hi Mike, see HELP for SET TABLEVALIDATE. You either haven't set that setting (then the default value is 1+2) or you got it wrong :) The "correct" value would be 1+4 = 5 or a plain 0 wOOdy -Ursprüngliche Nachricht- Von: ProFox Im Auftrag von MB Software Solutions, LLC Gesendet: Die

Re: Error 108 - File is in use by another user on INSERT INTO line

2020-12-15 Thread MB Software Solutions, LLC
On 12/15/2020 12:59 PM, MB Software Solutions, LLC wrote: VFP9SP2 - Citrix/VMWare server, Win10 desktop image on client My error handling tripped on this simple line:                         INSERT INTO broker!doclinks (ifileid,idoctypeid,crange) VALUES (thisform.oFile.iid,liDocTypeID,ALLTRIM