Hi,
My requirement is to install the UCF at client machine end with out webtop/DFC environment.
Is there any ways to install UCF for content transferring.
Plz guide me..........
Regards
laxmi
Ever try Google?
http://www.google.ie/search?q=UCF+preinstall+on+client
Preinstall has been supported for a long time
http://developer.emc.com/developer/Articles/PreInstallingUCF.htm
https://community.emc.com/thread/1539
I Brian,
I have done same thing like using one command (java) and tried to install UCF .
same query i posted in below link which u posted to me.
this is the procedure i followed .Here instead of using any webtop url & path which is pointing to "ucf.installer.config.xml" in server.
The UCF should be installed when automatically when user hit the url at clent end.
java -cp ... com.documentum.ucf.client.install.TestInstall server_host relative_path_to_ucf.installer.config.xml
Where:
server_host is the URL to the WDK application server host
relative_path_to_ucf.installer.config.xml is the path relative to the WDK application root directory
For example:
java -cp "\\some network path\ucfinit.jar" com.documentum.ucf.client.install.TestInstall "http://server_host:8080/webtop" "/wdk/contentXfer/ucf.installer.config.xml"
The classpath parameter cp
refers to the path to one of the following jars: