From: Patrick Plitzner Date: Fri, 17 Feb 2017 15:30:01 +0000 (+0100) Subject: Extend troubleshooting site X-Git-Tag: 4.6.0^2~53 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/37373dbd9e55c84c1738a9f24a35301555fce43b Extend troubleshooting site - added problem is user home is on a network drive --- diff --git a/src/site/fml/troubleshooting.fml b/src/site/fml/troubleshooting.fml index a27c259c6..5769f0c18 100644 --- a/src/site/fml/troubleshooting.fml +++ b/src/site/fml/troubleshooting.fml @@ -78,5 +78,26 @@ class "GtkWidget" style "eclipse"

+ + + Note for using the EDITor in a Windows Domain/Active directory + +

Using the EDITor from a user account in an active directory is possible but in the case user profile folders are located on network folders, one of the following problems may occurr, when working with CDM databases:

+

+ 1) Problems are known, if the user profile path is an UNC path (e.g. "\\server\share"). + 2) CDM Information may be written to the local machine's profile copy (if the %USERPROFILE% evironment variable is set respectively) and get lost during synchronization. +

+

+ If one of the described problems occurs, the following workaround can solve the problem: +

+

+ - Connect a network drive with the UNC path of your network profile root folder (if that is not already done within your group policies). (Make sure to check the option to reconnect the drive on the next login.) + - Start the EDITor with the additional command line option "-Duser.home=I:\", where "I" should be replaced by the letter used for the network drive. +

+

+ Now all CDM Information will directly be accessed on the network resource. (Note that with such a configuration, it is not recommended to run multiple instances of the EDITor in different machines of the domain using the same user profile in parallel.) +

+
+