Last active
August 29, 2015 14:10
-
-
Save c0rp-aubakirov/ee593d2b7b323120975a to your computer and use it in GitHub Desktop.
This ghist is for post in my blog, about documentum problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<?dctm fileVersion="5.3.0.1" compatibilityVersion="5.3.0.1"?> | |
<ucfInstaller codebase="" loggerLevel="INFO"> | |
<app id="shared" version="7.0.0000.0507a" compatibilityVersion="5.3.0"/> | |
<platform os="all" arch="all"> | |
<runtime type="all" version="any"> | |
<nativelibs> | |
<lib version="7.0.0000.0507" href="ucf-client-installer.zip"/> | |
</nativelibs> | |
<defaults> | |
<ucfHome value="$java{user.home}/Documentum/.ucf" /> | |
<ucfInstallsHome value="$java{user.home}/Documentum/.ucf" /> | |
<configuration name="com.documentum.ucf"> | |
<option name="user.dir"> | |
<value>$java{user.home}/Documentum</value> | |
</option> | |
<option name="export.dir"> | |
<value>$ucf{user.dir}/Export</value> | |
</option> | |
<option name="checkout.dir"> | |
<value>$ucf{user.dir}/Checkout</value> | |
</option> | |
<option name="viewed.dir"> | |
<value>$ucf{user.dir}/Viewed</value> | |
</option> | |
<option name="registry.mode" persistent="true"> | |
<value>file</value> | |
</option> | |
<option name="registry.file"> | |
<value>$ucf{user.dir}/documentum.ini</value> | |
</option> | |
<option name="temp.working.dir" persistent="true"> | |
<value>$ucf{user.dir}/.Temp</value> | |
</option> | |
<option name="logs.dir" persistent="true"> | |
<value>$ucf{user.dir}/.Logs</value> | |
</option> | |
<option name="tracing.enabled" persistent="true"> | |
<value>false</value> | |
</option> | |
<option name="file.poll.interval" persistent="true"> | |
<value>60</value> | |
</option> | |
<option name="ucf.launcher.executablefile.pathcheck" persistent="true"> | |
<value>false</value> | |
</option> | |
<option name="optimal.chunk.size" persistent="true"> | |
<value>262144</value> | |
</option> | |
<option name="client.engine.timeout" persistent="true"> | |
<value>600</value> | |
</option> | |
<option name="command.file.poll.interval" persistent="true"> | |
<value>10</value> | |
</option> | |
<option name="enable.registry.migration"> | |
<value>true</value> | |
</option> | |
</configuration> | |
</defaults> | |
</runtime> | |
</platform> | |
<platform os="windows" arch="all"> | |
<runtime type="java" version="1.7.0.07" href="win-jre1.7.0_07.zip" | |
exePath="jre1.7.0_07\bin\java.exe"> | |
<!-- The ES1_MRE.exe is used to convert dm_message_archive emcmf format files to .msg files | |
<executables> | |
<executable version="6.5.0" | |
href="ES1_MRE.exe" | |
installOptions='/s /v"/qn"' | |
uninstallOptions='/s /x /v"/qn"'/> | |
</executables> | |
--> | |
<jars> | |
<jar version="7.0.0000.0507" href="ucf-ca-office-auto.jar" /> | |
<jar version="7.0.0000.0507" href="jacob.jar" /> | |
<jar version="7.0.0000.0507" href="ExJNIAPIGateway.jar"/> | |
</jars> | |
<nativelibs> | |
<lib version="7.0.0000.0507" href="UCFWin32JNI.dll"/> | |
<lib version="7.0.0000.0507" href="jacob.dll"/> | |
<lib version="7.0.0000.0507" href="ExJNIAPI.dll"/> | |
</nativelibs> | |
<defaults> | |
<ucfHome value="$java{user.home}/Documentum/ucf"/> | |
<ucfInstallsHome value="$java{user.home}/Documentum/ucf"/> | |
<configuration name="com.documentum.ucf"> | |
<option name="temp.working.dir" persistent="true"> | |
<value>$ucf{user.dir}/Temp</value> | |
</option> | |
<option name="logs.dir" persistent="true"> | |
<value>$ucf{user.dir}/Logs</value> | |
</option> | |
<!-- here is what I added --> | |
<option name="java.startup.options"> | |
<value>-Djava.net.preferIPv6Addresses=false</value> | |
</option> | |
<option name="java.startup.options"> | |
<value>-Djava.net.preferIPv4Stack=true</value> | |
</option> | |
<option name="java.startup.options"> | |
<value>-Djava.net.preferIPv4Addresses=true</value> | |
</option> | |
<option name="java.startup.options"> | |
<value>-Djava.net.preferIPv6Stack=false</value> | |
</option> | |
<!-- until this--> | |
</configuration> | |
</defaults> | |
</runtime> | |
<runtime type=".net" href="Emc.Documentum.Ucf.Client.Impl.application"> | |
<!-- The ES1_MRE.exe is used to convert dm_message_archive emcmf format files to .msg files | |
<executables> | |
<executable version="6.5.0" | |
href="ES1_MRE.exe" | |
installOptions='/s /v"/qn"' | |
uninstallOptions='/s /x /v"/qn"'/> | |
</executables> | |
--> | |
<defaults> | |
<ucfHome value="$java{user.home}/Documentum/ucf-net"/> | |
<ucfInstallsHome value="$java{user.home}/Documentum/ucf-net"/> | |
<configuration name="com.documentum.ucf"> | |
<option name="registry.mode" persistent="true"> | |
<value>windows</value> | |
</option> | |
<option name="temp.working.dir" persistent="true"> | |
<value>$ucf{user.dir}/Temp</value> | |
</option> | |
<option name="logs.dir" persistent="true"> | |
<value>$ucf{user.dir}/Logs</value> | |
</option> | |
</configuration> | |
</defaults> | |
</runtime> | |
</platform> | |
<platform os="mac" arch="ppc"> | |
<runtime type="java" version="1.5.0" href=""> | |
<jars> | |
<jar version="7.0.0000.0507" href="All-MB.jar"/> | |
<jar version="7.0.0000.0507" href="mac_utilities.jar"/> | |
<jar version="7.0.0000.0507" href="MacOSXForker.jar"/> | |
</jars> | |
<nativelibs> | |
<lib version="7.0.0000.0507" href="libMacOSXForkerIO.jnilib"/> | |
</nativelibs> | |
</runtime> | |
</platform> | |
<platform os="solaris" arch="sparc"> | |
<runtime type="java" version="1.5.0" href=""> | |
<nativelibs> | |
<lib version="7.0.0000.0507" href="libUCFSolarisJNI.so"/> | |
<lib version="7.0.0000.0507" href="libUCFSolarisGNOME.so"/> | |
</nativelibs> | |
</runtime> | |
</platform> | |
<platform os="hp-ux" arch="pa_risc"> | |
<runtime type="java" version="1.5.0" href=""/> | |
</platform> | |
<platform os="aix" arch="power_rs"> | |
<runtime type="java" version="1.5.0" href=""/> | |
</platform> | |
<platform os="linux" arch="i386"> | |
<runtime type="java" version="1.5.0" href=""> | |
<nativelibs> | |
<lib version="7.0.0000.0507" href="libUCFLinuxJNI.so"/> | |
<lib version="7.0.0000.0507" href="libUCFLinuxGNOME.so"/> | |
<lib version="7.0.0000.0507" href="libUCFLinuxKDE.so"/> | |
</nativelibs> | |
</runtime> | |
</platform> | |
</ucfInstaller> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment