We have installed EP6 SP1 and PDK Package for SP1. We have deployed our par (Custom applications) files in SP1. We tried to test the custom iViews using Component Inspector .it gives "iView not found error". But when we created iView (Content Management ->New iView from par file) based on the same application, it working properly. I think there is some problem with PDK BP for SP1.
We learnt from help files that from SP1 onwards, one cant access iViews using URL becase of security zone defined here. is there any problem in security zone defined for PDK iViews??.
EP Content Developer News, Hints
could you please check following:
The deprecated EP5 IUser Interface isAdmin() per default returns true
if the IUser object is assigned to one of following roles:
pcd:portal_content/administrator/super_admin/super_admin_role
pcd:portal_content/administrator/content_admin/content_admin_role
pcd:portal_content/administrator/system_admin/system_admin_role
pcd:portal_content/administrator/user_admin/user_admin_role
In order to check:
- logon to the portal with an adminitrator's account
- goto UserAdministration -> RoleAssignment
- Search fur the user who encounters the defect of isAdmin=false
and check if this user is assigned to one of the above mentioned
roles. If the user is not assigned to these roles isAdmin() returns
false.
Normally this should be your result:
You check the role assignment and find out that
that logon user is assigned to "com.sap.portal.super_admin_role".
You changed the assigned role from "com.sap.portal.super_admin_role"
to "super_admin_role" and Compoent manager is rendered normally.
So this issue should be resolved.
Best regards,
Oliver
Add a comment