Clear caches following below steps:
IE clear cache:
1.1 Open Internet Explorer 9.
1.2 Click on the "Tools" menu icon at the top right side of the page and select "Internet Options".
1.3 This should default with the "General" tab selected."
1.4 In the "Browsing History" section, click the "Delete" button. In the pop-up that appears, select all items that you want to delete. As a minimum select Temporary Internet Files, History and Cookies. Click "Delete".
1.5 Wait for your computer to complete the process; and once it has finished, your cursor will re-appear and you can proceed to the next step.
UCF cache cleaning Guidelines:
2.1 In Windows Explorer, locate the following folder and delete the ‘ucf’ folder in the path ‘C:\Users\<your userid>\Documentum’
Note: If you receive ‘The action can’t be completed because the folder or a file in it is open in another program’ pop up message then close all the open windows, Log Off of the system, Log back in and try again.
JRE cache cleaning Guidelines
3.1 Go to start -> Control Panel -> Programs
3.2 When Programs window opens, double click on ‘java’ icon, it opens the ‘Java Control Panel’ window
3.3 Click on ‘Settings’ under ‘Temporary Internet Files’
3.4 Click on ‘Delete Files’ , make sure all the check boxes are selected and click ‘Ok’ until you are out of ‘Java Control Panel’
3.5 In Windows Explorer, locate the following folder and delete the ‘Sun’ folder under 'C:\Users\<your userid>\AppData\LocalLow'
UCF Client logging Guidline
UCF Client logs are extremely useful when diagnosing ACS and BOCS content transfer issues.
They can be used to confirm that the requests are being directed to the appropriate ACS or BOCS
depending on the users’ network location, highlight connectivity issues from the client, and verify
that failover is occurring as expected in the case that a particular server is not available.
UCF client logging is enabled on the end user’s machine.
Edit the ucf.client.logging.properties file, located at:
C:\Documents and Settings\\Documentum\ucf\\shared\config
For best results, set the log level to FINEST, as shown below.
handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler
.level=FINEST
#-------------------
java.util.logging.FileHandler.pattern=C:/Documentum/logs/ucf.client%u.log
java.util.logging.FileHandler.limit=10485760
java.util.logging.FileHandler.count=10
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
java.util.logging.FileHandler.encoding=UTF-8
#-------------------
java.util.logging.ConsoleHandler.level=OFF
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter