cancel
Showing results for 
Search instead for 
Did you mean: 

Portal screen blank (just logout button) for non-super-admin users

Amey-Mogare
Contributor
0 Kudos

Hi,

I am facing following issue with Portal: -

Issue: -

When a user with following roles logs into Portal, he sees just a error balloon at top left of screen and a horizontal line and below that, logout button.

Roles: MySpace (custom role)

Groups: Everyone, Authenticated Users

However, when a user with admin authorizations logs in, he sees entire portal screen.

Background: -

1. We have created :

- a custom theme.

- a custom masthead.

- copy of Default Framework page with above masthead iView.

- copy of Default Portal desktop with above framework page & theme only.

2. Added an IF condition at top in Master Rule Collection: - IF user = *, THEN portal desktop = <our desktop>

3. All above objects contain "MySpace" role in their permissions section.

NWA default trace: -

I see following errors in default trace, but not sure if they are related: -

1. com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.system_admin_ws/com.sap.portal.themes/com.sap.portal.portalDisplayRules/com.sap.portal.contentCatalogTreeRules)

2. application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error. The error is: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Found no client for parameter: null, useragent: Mozilla/4.0 (compatible;)

Caused by: com.sap.tc.webdynpro.services.cal.core.exceptions.WDClientException: Found no client for parameter: null, useragent: Mozilla/4.0 (compatible;)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Your below error can be rectified...

1. com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.system_admin_ws/com.sap.portal.themes/com.sap.portal.portalDisplayRules/com.sap.portal.contentCatalogTreeRules)

open system admin role in portal...and select permissions from level 2 navigation.

Now navigate to below PCD path.

portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.system_admin_ws/com.sap.portal.themes/com.sap.portal.portalDisplayRules/com.sap.portal.contentCatalogTreeRules

Assign your user or group the end user permissions with read access.

Amey-Mogare
Contributor
0 Kudos

Hi Saurabh,

Yes, I set read access with end-user for this role.. but still no portal displayed for users with this role.

Any more ideas?

Please help.

Former Member
0 Kudos

In your steps...

- copy of Default Framework page with above masthead iView.

- copy of Default Portal desktop with above framework page & theme only.

have to selected "Paste as delta link" ?

or you have just pasted it ?

Amey-Mogare
Contributor
0 Kudos

Just pasted it into the folder I created... Not as a delta link..

Former Member
0 Kudos

I believe this is root of your error.

Paste it as delta link.

Read below for more clarification......

http://help.sap.com/saphelp_nw70/helpdata/en/9e/7d96d7087311d7b84600047582c9f7/content.htm

Your permissions will then be inherited from source object.

Amey-Mogare
Contributor
0 Kudos

Yesss, this solved my issue!

Thanks Saurabh!

Answers (0)