| View previous topic :: View next topic |
| Author |
Message |
Nick Weaver Guest
|
Posted: Wed Apr 20, 2005 11:40 am Post subject: Paradox issues with Deploying Thin Clients |
|
|
We are attempting to use thin clients which connect to a Citrix server to
run a hosted Delphi application. However, when the 2nd thin client attempts
to open the database, the Delphi program throws a "Sharing violation" error
for file ...TempDel1.MB. Is there any way for multiple database
connections to use the same "temp" files or some way to set Delphi to allow
this? The thin clients have no harddrive, so using a local Private
Directory in the program isn't working. Thanks!
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Wed Apr 20, 2005 2:04 pm Post subject: Re: Paradox issues with Deploying Thin Clients |
|
|
You can configure Citrix to give each user a private C: drive. In your
application set the Session.PrivateDir property to a folder on that
drive.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
|
|
| Back to top |
|
 |
Nick Weaver Guest
|
Posted: Fri Apr 29, 2005 8:12 pm Post subject: Re: Paradox issues with Deploying Thin Clients |
|
|
Would you know how one might configure Citrix to do that? I have been
struggling for the last week trying to get the users' "temp" directories to
be uique but anytime I refer in code to "C:WindowsTemp" it gives a sharing
violation error. Thank you for your help.
"Bill Todd" <no (AT) no (DOT) com> wrote
| Quote: | You can configure Citrix to give each user a private C: drive. In your
application set the Session.PrivateDir property to a folder on that
drive.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
|
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Fri Apr 29, 2005 8:52 pm Post subject: Re: Paradox issues with Deploying Thin Clients |
|
|
Sorry, I am not a Citrix administrator. Every Citrix or Terminal
Services environment I have ever seen has already been configured to
give each user a private C: drive.
--
Bill Todd (TeamB)
|
|
| Back to top |
|
 |
|