Is it possible that two machines are logging into TS with the same login?? Dan Goldberg
_____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Lustig Sent: Tuesday, November 25, 2008 11:40 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Form does not exist << Yes, each user has there own user ID, password and documents/settings folders etc. However, currently, all users call the exe from the same folder, I..E G:\Data\Apps. The EXE and associated DLL's all reside here and all users call / access the same files. Is this a good practice? Should I have separate EXE/DLL for each user? >> No, this is completely appropriate. One copy of the application is the way to go. << The EXE sets the temp folder to the terminal server's temp file : C:\WinNT\Temp (This is a Windows 2000 terminal server) >> If you use the TMP setting in the config file, R:Base should automatically use the user's own TEMP directory, so there shouldn't be a conflict. I would avoid using the same scratch directory for all users if possible, although you'll still be paying the overhead to have each user write their scratch files to the same physical hard drive. -- Larry

