Extend troubleshooting site
[taxeditor.git] / src / site / fml / troubleshooting.fml
index a27c259c6473204b6d40dbff139dbb3678e40df7..5769f0c18dbfc9795e074aec9ce60b9d9c7d3ab8 100644 (file)
@@ -78,5 +78,26 @@ class "GtkWidget" style "eclipse"
                                </p>
                        </answer>
                </faq>
+               <faq id="windows_domain_active_directory">
+
+                       <question>Note for using the EDITor in a Windows Domain/Active directory</question>
+                       <answer>
+                       <p>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:<p>
+            <p>
+            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.
+            </p>
+            <p>
+            If one of the described problems occurs, the following workaround can solve the problem:
+            </p>
+            <p>
+            - 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.
+            </p>
+            <p>
+            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.)
+            </p> 
+                       </answer>
+               </faq>
        </part>
 </faqs>