You have configured Federated portal network between two portals and When a remote role(through RRA- remote role assignment) is accessed on consumer portal, then DTN does not show any entry for the role,hence no content in content area. The same role shows DTN entries on producer portal.
Troubleshooting steps:
- Gather diagtool traces for the issue simultaneously on consumer and producer portal with increased severity for the locations:
com.sap.portal.fpn = All
com.sap.portal.ivs.globalPortal = All,
com.sap.portal.SOAPLogger = All,
com.sap.engine.services.rmi_p4 = All - Analyze the traces for Red Errors and you will see the below information:
Starting trying to retrieve remote data provider for alias 'sapbap'
Found cache handler com.sap.portal.ivs.global.jndibridge.objectmanager.cache.handlers.NavigationCacheHandler for rule NAVIGATION
GPCacheGet : start get request : key sapbap:portal_content/at.biac.bi.ct/cas/roles/sales_wst:NAVIGATION : group sapbap : Thread 133 : System.currentTimeMillis 1402559516498
GPCacheGet : start getting from CML cache : realkey 44fda1fa19f7bf15ef43a13178b9243c : Thread 133 : System.currentTimeMillis 1402559516499
GPCacheGet : end getting from CML cache : realkey 44fda1fa19f7bf15ef43a13178b9243c : ObjectId (0=null) 1224705374 : Thread 133 : System.currentTimeMillis 1402559516499
Found no result for attrName com.sapportals.portal.navigation.FolderEntry
No results found for attribute value/s. - It seemed to be a cache issue
- Clear FPN cache: http://help.sap.com/saphelp_nw73/helpdata/en/49/520064ab682222e10000000a42189d/content.htm
- The issue was solved