8.10 Remote Development Citrix

OracleDBA

Member
Came across this in remote development that the debugger locks up when multiple users access at the same time due to a sharing violation with the log that gets created on the C:\.

Is there something in the TSE profiles that could be changed to fix this issue?

Any other suggestions?

Thanks
 
Change the JDE.INI for each user to point to their TSE home directory.

For instance, in the [DEBUG] section of the JDE.INI:

DebugFile=P:\WINDOWS\jdedebug.log
JobFile=P:\WINDOWS\jde.log

If the users home directory happens to be mapped as P:

If they don't have a TSE home directory and separate profile directory - create them through your NT admin tool of choice. You can use locally attached disk or network shares.
 
Back
Top