Quantcast
Channel: SCN : Discussion List - SAP Enterprise Portal : Administration and Development
Viewing all 2686 articles
Browse latest View live

How to give access to the framework page configuration

$
0
0

Hi, all.

 

Is there a way to give access to the framework page configuration in EP 7.3 without granting "super admin" access. I noticed that when the page is launched under content admin, I keep getting the following error:

com.sap.portal.navigation.ConfigurationException: cannot retrive desktops

    at com.sap.portal.navigation.ConfigLoaderService.getDesktopsByFilter(ConfigLoaderService.java:369)

    at com.sap.portal.navigation.ConfigLoaderService.getExistingFrwpages(ConfigLoaderService.java:221)

    at com.sap.nav_configuration.navconfiguration.NavConfiguration.fillFrwkPages(NavConfiguration.java:563)

    at com.sap.nav_configuration.navconfiguration.NavConfiguration.wdDoInit(NavConfiguration.java:186)

    at com.sap.nav_configuration.navconfiguration.wdp.InternalNavConfiguration.wdDoInit(InternalNavConfiguration.java:142)

    ... 88 more

 

Not even granting system admin work, I have to grant super admin. I have been playing with the portal zone, bundles, etc and cannot come up with a solution. I couldn't find any documentation either. Please advise.

 

Thanks,

Jonathan.


could not create new user in LDAP using java ume api

$
0
0

Hello all,

 

we are using SAP Netweaver Application Server Java 7.40. I have to write a java program to create new user in LDAP:

....

IUserMaint user = UMFactory.getUserFactory().newUser(username);

...

IUserAccount userAccount = UMFactory.getUserAccountFactory().newUserAccount(username, user.getUniqueID());

 

By debugging i found the call "user.getUniqueID()" returned a null object. Why? I think the "uniqueID" should be created after running UMFactory.getUserFactory().newUser(username). Could someone help me? By the way the SAP Note 777640 i have read and configured our server following this article. But i got always the error:

 

com.sap.security.core.persistence.datasource.imp.ldap.LDAPBindException: Unique attribute is configured but during creation no unique attribute is provided nor fallback

 

 

Could someone help me? thx.

 

 

best regards,

Fanglin

How to Restrict Folder actions in documents tab

$
0
0

Hi All,

 

We are having Enterprise Portal 7.0 version integrated with BI for publishing of reports.

 

We have folder created in "Document" tab in portal server. Whenever we click on reports, we can see that we are having options of "cut, copy, delete, move etc".

 

But we don't want this options to be active for end users. Kindly help by letting me know that, how can I restrict those options for end users.2.jpg

 

Rewards can be assigned accordingly.

 

 

Regards,

Rudra Sarkar

Portal Customer Self Reg-Create User in AD automatically

$
0
0

Hi -

 

We want to enable self registration for customers. I understand there is an option on SAP portal to enable self registration. But looks like it creates the user only in UME. But we want the user to get created in AD as well as SAP GRC and ECC systems too. Is there a way we can achieve this?

Multiple Logon Page for same portal

$
0
0

hi experts ,

we have a requirement to have two different logon pages , i.e totally two different portal components , for a given EP server , can u please explain how to configure these two in the authscheme.xml file .

 

 

 

Regards

Govardan Raj

ESS access to upload in personnel file

$
0
0

Hi Team, Can you please tell me how can we give access to ESS role to upload file in personnel file ( ESS -> Employee information --> personnel file --> create element ) . I also attached screen shot for the same . Thanks Tarun

detailed navigation problem in ESS

$
0
0

Hi Experts ,

 

  We have created the custom Launchpad for ESS using the lpd_cust and its working fine in the portal, but the problem I am facing is I am unable to see the detailed navigation in the portal.Please find the below screenshot.

 

 

Capture.JPG

 

When I click on the Leave request, the application is loading fine but I am unable to navigate to the working time .

 

Capture.JPG

 

In the above screen shot I can see only the overview link ,if I want to navigate someother application once again I have click on ESS and check.For MSS navigation is coming fine as we are using standard menu .

 

I have checked in the other browsers as well.Can anyone tell me am I missing anything ??or what needs to set to fix the above issue??

When I am clicking on logoff button in portal 7.3, it is redirecting to some other page.

$
0
0

When I am clicking on log off button in portal 7.3, one other popup comes when I click on cancel it is redirecting to some other page.
I have downloaded standard masthead war file and trying to deploy it in portal but problem is remain same. Screen shot of page is here.


after clicking Log Off I got this screen

Untitled.png

 

and when I am clicking on cancel

 

 


Untitled1.png
Please help me.


unactioned open items in UWL- lifetime

$
0
0

Hi Team,

 

The actioned workitems in the UWl tend to exist for a maximum of 3 months but I am wondering, if the manager is on a leave and has not actioned the work items for more than 90 days, what exactly happens to such work items. Will they also be deleted from the system or when the manager gets back to work on the 99th day, he can still action them. Any pointers is highly appreciated.

 

Thanks in advance.

how is app url linked to https://hostname:portnum/irj/portal

$
0
0

dear experts,

 

im new to portal and have got one doubt , in my logon module we have the application url as i.e in portalapp.xml when we  click run we get this url

http://**.1**.7*.***:portnumber/irj/servlet/prt/portal/prtroot/com.****.LogonModule ... on giving this url we get the loginpage i.e customised login page will get displayed

 

 

now but when i give url

https://hostname:portnum/irj/portal  also the same login page will get displayed so  how this mapping is done i mean  ?

 

Regards

Govardan

Filtering Search Results by Device Type

$
0
0

Hello,

 

we've some content in the SAP Portal that is dedicated for different device types. The search somehow displays all the content and not the content for the users device type.

Is it possible to filter the search results in any way?

How to implement digital clock on AFP masthead in portal 7.4

$
0
0

Hi All

 

How to implement digital clock on Ajax frame work page on masthead layout in portal 7.4

 

 

Best Regards

Raju

Transaction Iview Giving HTTP 500 error, intermittenly.

$
0
0

Hi,

 

I have configured SSO between portal 7.02 and SAP ECC system for displaying few ECC Transaction Reports on Portal.

On portal, i have used SAP Transaction Iviews to display the SSO Configured Reports under one Portal Role.

 

The issue i am seeing is, whenever i access these reports one after the other, I end up in getting HTTP 500 error for some reports.

But on clicking again the same link, in portal it works without any error.

 

Please let me know, if you have any idea of how to get this resolved, reports should not throw any HTTP 500 error on random access of all 4 reports in any order and multiple times.

Calling Java from JSP in a form action

$
0
0

Hi experts,

 

I have an portal application with:

- portalapp.xml

- ChangePassw.java

- change.jsp

 

How can call to doContent or doPost from jsp.

 

My passwd.java:

public class ChangePassw extends AbstractPortalComponent

{

    @SuppressWarnings("null")

  public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)

    {

...

...

}

 

My change.jsp:

...

<FORM name="helpForm" method="post" action="login.ChangePassw">

...

 

My portalapp.xml:

...

    <component name="ChangePassw">

      <component-config>

        <property name="ClassName" value="login.ChangePassw"/>

        <property name="SafetyLevel" value="no_safety"/>

        <property name="LocalModeAllowed" value="true"/>

        <property name="ComponentType" value="servlet"/>

      </component-config>

...

 

What are wrong? The error is:

com.sap.portal.prt.broker.PortalModuleNotFoundException: Could not retrieve portal application login

 

 

Thanks in advance,

Regards,

Using standard FORM for java web application authentication

$
0
0

Hi Expert,

 

I would like the user to be authencated first before accessing my java web application that running on SAP Portal 7.31. I have configured using the standard authentication "FORM" method in web.xml and web-j2ee-engine.xml, but it seems to be nothing happen and user still can access directly to the application without authentication. Please let me know if I miss out any step or there is any other approach for web application using standard authentication method. Thanks.

 

I can see the properties are generated in the NWA as below:

authentication.JPG

 

Best Regards,

SweeTiong Ng


Oradata folder is not created while Java Systemcopy!!!

$
0
0

Hi Experts,

 

 

While doing System copy in as JAVA system getting error like ORA-01652: unable to extend temp segment by 128 in tablespace PSAPTEMP,

for this trying increase tablespace by using alter tablespace "PSAPTEMP add tempfile 'e:\oracle\app\oradata\zoom\temp02.dbf' size 1g autoextend on;"

 

but in Oracle folder path oradata folder is not cretaed.

 

Please let me know what could be the problem?

 

Oracle version:11.0.2.0

 

 

Warm regards,

Sayendra.M

9591654386

SSO to Portal 7.3

$
0
0

Dear Experts,

 

Our team requires have an SSO established from External System to SAP Portal. Can some one please help me with the procedure.

 

They want to have a link in the External application pointing to Enterprise Portal with which they can access the Portal without user authentication.

 

Please help.

 

Kind Regards,

Jelbin

Change the WDA iview icon in SAP Portal

$
0
0

Hello Experts,

I just want to change the icons of the WDA iviews those are integrated in SAP Portal

Plz help me out.

 

Thanks,

Reg: Sorting Portal Roles

$
0
0

Hello Guru's,

 

I have 10 Portal Roles and I want to sort these roles, I did the below steps:

 

1. Went to each Role and change the Sort Priority.

2. Ensure the Portal Service is having Sort Initial Nodes is set to 1.

 

Current Portal Version: 7.40

 

Restarted Service and also Portal.

And Cleared the Cache.

 

But the roles are not displaying in the order I maintained.

 

Example:

Role  Sort Priority

D         1

C         2

A         3

B         4

 

But when displaying it is displaying as

 

BCAD Instead of DCAB.

 

Please help me in fixing the issue.

 

Thanks,

Pramod

How to Restrict Folder actions in documents tab

$
0
0

Hi All,

 

We are having Enterprise Portal 7.0 version integrated with BI for publishing of reports.

 

We have folder created in "Document" tab in portal server. Whenever we click on reports, we can see that we are having options of "cut, copy, delete, move etc".

 

But we don't want this options to be active for end users. Kindly help by letting me know that, how can I restrict those options for end users.2.jpg

 

Rewards can be assigned accordingly.

 

 

Regards,

Rudra Sarkar

Viewing all 2686 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>