Hi,
First of all, I want you to excuse my English. Here's the problem. We are using FoxPro DOS 2.6 for several years. Everything was running fine until we decided to upgrade the server to a Windows Server 2003. Now everything is working correctly excepting 1 program. This program is reading a few dbf files (maybe 200 files) to print a sales report. So basically, it's a loop doing "open the file, read the file, print data, deleted printed data, close the file". Since we are running Windows 2003, it's not possible to go trough all the process. FoxPro freezes saying "Error 111, Not able to write in a read only file" (This is the English translation of the French error message). This problem is strange because it's always freezing at a different line in the code. We did some test. Here are the results:
1-FoxPro on a Windows 2000 server, Windows XP Pro Client: Everything working perfectly.
2-FoxPro on a Windows 2003 server, Windows 98 SE Client: Everything working perfectly.
3-FoxPro on a Windows 2003 server, Windows XP Pro Client: Let's say 90% it's freezing saying error 111, and 10% it's working OK.
It seems that the problem is coming from Windows XP on the client side. We tried to add FILES=150 to config.nt, we tried to use command.com instead of cmd.exe, We tried to work with all the different compatibility modes, we tried to adjust memory size with no success.
Right now, we are lost, so any help or clue will be really appreciated.
Thank You
Francois Paquette.
First of all, I want you to excuse my English. Here's the problem. We are using FoxPro DOS 2.6 for several years. Everything was running fine until we decided to upgrade the server to a Windows Server 2003. Now everything is working correctly excepting 1 program. This program is reading a few dbf files (maybe 200 files) to print a sales report. So basically, it's a loop doing "open the file, read the file, print data, deleted printed data, close the file". Since we are running Windows 2003, it's not possible to go trough all the process. FoxPro freezes saying "Error 111, Not able to write in a read only file" (This is the English translation of the French error message). This problem is strange because it's always freezing at a different line in the code. We did some test. Here are the results:
1-FoxPro on a Windows 2000 server, Windows XP Pro Client: Everything working perfectly.
2-FoxPro on a Windows 2003 server, Windows 98 SE Client: Everything working perfectly.
3-FoxPro on a Windows 2003 server, Windows XP Pro Client: Let's say 90% it's freezing saying error 111, and 10% it's working OK.
It seems that the problem is coming from Windows XP on the client side. We tried to add FILES=150 to config.nt, we tried to use command.com instead of cmd.exe, We tried to work with all the different compatibility modes, we tried to adjust memory size with no success.
Right now, we are lost, so any help or clue will be really appreciated.
Thank You
Francois Paquette.