Posts

Showing posts with the label WebCenter Content Document Transfer Utility

How to use WebCenter Content Document Transfer Utility

In the previous article, we learnt about " How to Upload/Download files to/from Oracle WebCenter Content Server (UCM) ". In this article, we are going to learn how to use WebCenter Content Document Transfer Utility. We need to download WebCenter Content Document Transfer Utility from OTN and save in local machine. Steps to Upload Files to UCM i.                       Unzip 150521-REL10-oracle.ucm.fa_client_11.1.1.zip file. ii.                     Open command prompt. Set JAVA HOME to point the Jdk 1.7. C:\Users\XXX_ADMIN>set JAVA_HOME=C:\oracle\products\jdk1.7.0_76 C:\Users\XXX_ADMIN>SET PATH=%JAVA_HOME%\bin;%PATH% C:\Users\XXX_ADMIN>java -fullversion java full version "1.7.0_76-b13" iii.           ...