Hello Team,
I'm trying to upload files into UCM using Java or ODI ETL tool but I have no luck it is not working as expected. Every hour we need to upload files into UCM using the schedule way. Anyone has implemented such integration? if yes please share your steps or code/document it would be greatly helpful.
I've followed the below command but was not able to achieve my requirement.
java -classpath "oracle.ucm.fa_client_11.1.1.jar" C:\Users\local\Desktop\UCM_UPLOAD_FILES\150521-REL10-oracle.ucm.fa_client_11.1.1\ridc\oracle.ucm.client.UploadTool --url=https://myhost/_dav/cs/idcplg --proxyHost="myhost.com" --proxyPort="80" --username=Upload_user --password=Xtnjyz--primaryFile="C:\Users\local\Desktop\UCM_UPLOAD_FILES\test_UCM_Upload.csv" --dDocTitle="test_FileImport" --dDocAccount=ic/incentiveCompensationTransaction/import/ --log_file_name="upload.log" --checkout=true