Hi Anandavalli,which version of Documentum are you using? If you can see the folders and cabinets in the browse tree, you should also be able to see the content in the result list to the right. To analyse this further, could you please enable debug mode and send more detailed stacktrace/log information when this browsing behavior occurs. Just open the file log4j.properties in WEB-INF/conf/cmis with a text editor and change the following entrylog4j.rootLogger=WARN,owd_console
tolog4j.rootLogger=DEBUG,owd_console
to enable DEBUG mode.What exactly do you mean with switching to ANY other tab? Really any other tab? In general, there are only two possible mis-configuration issues, where exactly this exception/error can occur:1. The exception can occur when clicking on the "Seach" master plugin or tab as you named it: Currently some of the included searches are configured for Alfresco and CMIS, where the term "Main Repository" is used for the main Alfresco repository. Solution: If you delete (copy the files to some other location to have a backup)search_for_document_in_path.xml and search_for_folders_in_path.xml from WEB-INF/cmis/owsearchtemplates all Alfresco pre-configured search templates are gone and the error should not longer occur when clicking on the "Search" master plugin.2. The error can also occur when clicking on the "Browse (register mode)" plugin/tab, as in owplugins.xml in WEB-INF/conf/cmis this plugin is configured to use<StartupFolder>/Main Repository/Data Dictionary/</StartupFolder>
as it is preconfigured for Alfresco and CMIS again. Solution: Changing the default entry to<StartupFolder>/</StartupFolder>
should enable you to use this plugin also for Documentum. :!: Please restart your application server after you changed any configuration and check it the error is still occuring after re-logging in to Documentum via OpenWorkdesk Community Edition and CMIS.