Razzak, Thanks for the answers.
I connect to my computer at the office using a VPN and Remote desktop connection so I am actually using my computer at the office. I did finally find the advanced settings you mentioned in the thread I was talking about. For the User variables here are the settings: Under the TEMP variable it says C:\Doucuments and settings\Jim\Local Settings\Temp Under the TMP variable it says C:\Doucuments and settings\Jim\Local Settings\Temp For the system variables it says: For TEMP C:\WINDOWS\Temp For TMP C:\WINDOWS\Temp I believe I am the only one who has this problem since my office people have not said anything to me, at least not recently. I do an UNLOAD and rebuild using your suggested routine you sent to me on a regular basis. I shoot for once per week and have not gotten any errors this year. James Belisle -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Wednesday, April 06, 2011 11:38 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: I/O problems At 12:04 PM 4/6/2011, Jim Belisle wrote: >I should have explained I am in windows XP and also attached remotely >to this computer. Will I still be able to make the changes remotely? If you are using the remote desktop or terminal server, your local computer has nothing to do with it. You will need to take care of the computer/server running those services as well as R:BASE application. The other thing you need to answer is, who is having a problem? You on the remote desktop/terminal server, or everyone else on the network running your application? If everyone is having the same problem running your application, you will need to carefully re-visit your code, including the process of creating TEMPorary tables or views, especially when using global variables, WHILE ... ENDWHILE loops, and making sure that all global variables are pre-defined up-front, having correct data types. Last but not least, when was the last time you checked the health and integrity of your database? When was the last time you UNLOAD ALL and re-built the entire database? Hope that provides you with some blue's clues ... Very Best R:egards, Razzak.

