Quantcast
Channel: SCN : Discussion List - SAP Enterprise Portal
Viewing all 3723 articles
Browse latest View live

Ajax framework Sap portal Chrome

$
0
0

Hello,

 

I'm trying to apply my framework ajax page in the portal. It works fine in Internet Explorer but in Google Chrome the iview containing Portal ressources (com.sap.portal.AFPResources) is displayed in the portal.

 

Could you please tell me how I can hide this iview in chrome please ?

 

KR,

 

Cédric


Custom portal logon jsp changes not reflected

$
0
0

We want to develop a custom logon screen for the portal (version 7.4). Note 1935486 points to the official documentation ( http://help.sap.com/saphelp_nw73/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm ). We follow the steps there but any changes we make to the jsp files are not reflected on the logon screen.


We are sure that the portal is using the newly deployed logon screen and not the default one since we can change its branding (and its alias) from the configuration page on http://<host>:<port>/nwa/auth. We are puzzled as there is no deployment or any other error, yet the changes on the jsp pages are not shown.


Any suggestion will be much appreciated.

Required BP for ESS & MSS configurations

$
0
0

Hi Experts,

 

  Can any one tell me the what are  the required Business packages for configuring the ESS and MSS in EP 7.4 and ECC 6?

 

I have found this doc in scn ESS and MSS configuration in SAP Portal 7.3 , here they are using WD ABAP, But my requirement is to use the Webdynpro Java.

 

Can anyone help on this....?

 

 

 

 

Regards,

Anil

Change Fiori login screen

$
0
0

Hi,

 

I would like to customize the Fiori login screen and replace the logo.

 

I tried theme designer, but didn't succeed.

 

I have also tried using transaction SE80 > BSP > /UI2/LAUNCHPAGE but cant find anything useful.

 

thanks in advance,

Eyal.

web dispatcher configuration for standalone engine

$
0
0

Hello,

 

I have installed web dispatcher on standalone engine windows.

could you please help providing configuration step and how to map the HTTP request to UNIX system.

 

Regards,

Manoj J

Portal effects by EHP upgrade

$
0
0

Hi Admin/Team,

 

I am buddy to SAP portal.

 

I have requested earlier this thread but deleted automatically, still i did not find the related notes/documents for the query. So again writing this.

 

We are going through portal and ECC  EHP  upgrade (latest).

 

kindly let me know,

 

1) Waht are the effects will happen to existing portal (Consumer and producers)

2) Once upgrade is completed , do we need to do the configurations again to the portal, If yes what are all the configurations (documents or details)

3) Waht are all the additional features comes with EHP upgrade in EP

4) Known issues once the upgrade completed to the portal

5) Are there any resurrections for the portal upgrade  in terms of SP levels t(he minimum package levels we need to maintain to portal upgrade)

 

We have SRM,BI, ECC portals accessible through central portal.

 

 

I searched even SMP for docs, i got them but these queries still reamin as i said earlier i am buddy to portal.

 

Please help.

 

Thanks,

Sankar.

Disable or Auto deletion of Personalization in Portal 702

$
0
0

Dear all,

 

we have a portal based on NW 702 SPS9. We are wondering if there is away we schedule somehow automatic deletion of the Personalization Clean up (system administration > Support > Portal Content Directory > Personalization Cleanup) check the screenshot. For now we go there and manually delete these objects. Can this be done automatically or can we disable this at all?

 

Do not mix this with the AllowUserPersonalization ..its already set to FAILS in our environment.

 

Thank you

Vladi

BR

Regarding SAP Netweaver & BI/BW

$
0
0

Dear Experts,

 

I want to know about SAP Netweaver & SAP BI/BW.

 

How can I learn SAP Netweaver Portal?

Can any one tell how to use this portal?

 

What is exactly use of BI & BW?

 

If any one have study material or links or any related thread please tell me.

Thank you.

 

 

 

 

Thanks & regards,

santhosh.


Different KM auth schemes for different folders?

$
0
0

Hi experts,

 

is there a possibilty to use different auth schemes for different KM folders? I'd like to use auth scheme anonymous for public documents so that it is possible to access these documents without login. Therefore I changed the auth scheme of the KM document iView to anonymous but not all KM documents should be reachable without login. For this reason I wanted to use the default scheme so that it is possible to use the SPNego login. If I use anonymous and change the permissions of the folders (e.g. to authenticated users instead of everyone) the portal does not automatically determine the login information of the kerberos ticket and throws a "permission denied" error if I try to access a document without login.

 

Do you have any idea to solve this?

 

Many thanks in advance & kind regards

Danny

Swapping the location of branding page and login table of the logon page

$
0
0

Hi Experts,

 

In our portal logon page  by default the branding image is on left and the login id details are on right. Now I need to swap these items , i.e branding image on right and login id details on left.So please let me know the way to do this. The version is SAP 7.3

 

Regards,

Anand

User mapping issue using SAP net weaver developer studio

$
0
0

Dear All,

I am getting below error when updating user mapping in SAP Enterprise Portal. I was able to update the data through SAP portal but not through the below code.

Code:

  1. userMapData.setSystemAlias(“WebEx”);
  2. mappingData.put(UmeConstants.USERNAME,"user id");

                                                               mappingData.put(UmeConstants.PASSWORD,"pasword");

 

if(!userMapData.setMappingData(newUser,mappingData,logger)){

errorMessage=newErrorMessage("Set user maaping data for + "+newUser.getDisplayName()+" failed.","ApolloUMECreateUser.setUserMappingData()");

                                                              

publicbooleansetMappingData(IUseriUser,MaplogonData,UmeLoglogger){

        //logonData needs to be able to be null to clear the user mapping!

        if(iUser!=null){ 

            try{

                  IUserMappingDatamappingData=iUserMapping.getUserMappingData(systemAlias,iUser,logonData);

                //IUserMappingService iums = (IUserMappingService)PortalRuntime.getRuntimeResources().getService(IUserMappingService.KEY);

                //IUserMappingData mappingData = iums.getMappingData (systemAlias, iUser);

                mappingData.storeLogonData(logonData);

                        returntrue;

            }

            catch(IOExceptionioe){

returnfalse;

            }

            catch(Exceptione){

                        returnfalse;

            }

        }

        returnfalse;

    }

 

Error:

#1.5#00155D007802007D0000417100000B480004F636722D1228#1396613610296#com.sap.security.core.umap.imp.UserMappingDataImp#ibm.com/ibm.com.tivoli.im.umeagent#com.sap.security.core.umap.imp.UserMappingDataImp.saveLogonDataInternal(Map, boolean)#Guest#0##n/a##88b1fdb2bbf211e3a6ac00000032f136#SAPEngine_Application_Thread[impl:3]_24##0#0#Error##Java###Cannot save logon data for principal {0} because there is no mapped backend user ID in the logon data map to save.#1#"user id, password" (unique ID: "USER.PRIVATE_DATASOURCE.un:aujastest31")#

#1.5#00155D00780200740000411600000B480004F636722D12D8#1396613610296#System.err#ibm.com/ibm.com.tivoli.im.****umeagent#System.err#Guest#0##n/a##88cc4ee9bbf211e3b0a300000032f136#SAPEngine_Application_Thread[impl:3]_33##0#0#Error##Plain###Apr 4, 2014 5:43:30 PM com.ibm.tim.agents.UmeAgent [SAPEngine_Application_Thread[impl:3]_33] Info: Created the Writer

#

#1.5#00155D007802007D0000417200000B480004F636722D18DA#1396613610296#com.sap.security.core.umap.imp.UserMappingDataImp#ibm.com/ibm.com.tivoli.im.umeagent#com.sap.security.core.umap.imp.UserMappingDataImp#Guest#0##n/a##88b1fdb2bbf211e3a6ac00000032f136#SAPEngine_Application_Thread[impl:3]_24##0#0#Error##Java###storeLogonData(Map)

[EXCEPTION]

{0}#1#com.sap.security.api.UMException: Mapped backend user ID not specified.

      at com.sap.security.core.umap.imp.UserMappingDataImp.saveLogonDataInternal(UserMappingDataImp.java:280)

      at com.sap.security.core.umap.imp.UserMappingDataImp.saveLogonData(UserMappingDataImp.java:251)

      at com.sap.security.core.umap.imp.UserMappingDataImp.storeLogonData(UserMappingDataImp.java:223)

      at com.ibm.tivoli.integration.im.agents.umeagent.sap.usermapping.UserMapData.setMappingData(UserMapData.java:106)

      at com.ibm.tivoli.integration.im.agents.umeagent.sap.UMECreateUser.setUserMappingData(UMECreateUser.java:381)

      at com.ibm.tivoli.integration.im.agents.umeagent.sap.UMECreateUser.UMECreateSAPUser(UMECreateUser.java:118)

      at com.ibm.tim.agents.UmeAgent.UMEProcessAddRequest(UmeAgent.java:207)

      at com.ibm.tim.agents.UmeAgent.processRequest(UmeAgent.java:134)

      at com.ibm.tim.agents.UmeAgent.doPost(UmeAgent.java:89)

      at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)

      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)

      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)

      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)

      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)

      at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)

      at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)

      at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)

      at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)

      at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

      at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

      at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

      at java.security.AccessController.doPrivileged(Native Method)

      at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)

      at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

 

#

SAP EP 7.3 SP10 upgrade issue : Unable to connect to SRM sytem

$
0
0

Hi All,

 

 

 

 

Recently we upgraded the portal to SAP EP 7.3 SP10. After this upgrade we are getting issues while connecting to SAP SRM system.Initially the error was : Cannot connect to provider.Problem occurred while creating the JCO destination.

 

We followed the the SAP NOTE 0001133821 and created a RFC Destination to connect the SRM System from Portal.

 

Now we are getting a different error i.e Unable to perform request,inform system admin.

1.jpg

 

 

In http trace, at the time of error it shows the result as 'Aborted'.


Could you please give some inputs so that we can troubleshoot this issue.


Thanks & Regards,


Pradeep



CTS+ Configuration

$
0
0

Hi Experts,

 

I am working on configuration of CTS+ with two non abap (source & target ) systems.

Can anyone guide me for which specifics steps I should follow with appropriate sequence?

 

Thanks in advance.Any Help is Appreciated.

 

Regards ,

Parag.

feedback on 1995970

$
0
0

hi

 

   we have same problem as this notes mentioned,but after we reinstall the portal 7.31 and apply spstack 10, the problem is still same. but according to notes after sp 10 pl9 ,it should be solved.

 

thanks

 

larry zhu

SAP Portal Blank Screen- URGENT

$
0
0

Hi Guys,

 

I was trying to edit the standard LogonHelpApp by deleting the "Cancel Button" from the ResetPasswordPage jsp. I started by importing the tc~sec~ume~logon~ui.war into NWDS 7.31 edited the JSP to delete the cancel button and deployed it to the server. Then I changed the property Alias of the aplication for customizing login pages (ume.logon.application.ui_resources_alias) but then when i checked the login page of the portal. Everything is gone! The login page even the /nwa/auth is just showing a blank screen.


Kindly let me know what I should do. Thanks a lot!


Change Fiori login screen

$
0
0

Hi,

 

I would like to customize the Fiori login screen and replace the logo.

 

I tried theme designer, but didn't succeed.

 

I have also tried using transaction SE80 > BSP > /UI2/LAUNCHPAGE but cant find anything useful.

 

thanks in advance,

Eyal.

All iViews are empty in General Information Workset

$
0
0

We are running ERP2005 and EP 7.0 SP8 with ESS/MSS on the newest patches. The Workset MSS -> Team -> General Information (com.sap.pct.erp.mss.generalinfo_employeesearch) opens in a new Window. All iViews in this new window are empty, including the Employee Search iView (com.sap.pct.erp.mss.generalinfo_employeesearch). When I open the Employee Search iView in a new window, it works fine. The same problem occurs in every Workset under Employee Information: Personal Development (com.sap.pct.erp.mss.personal_development) and Compensation Information (com.sap.pct.erp.mss.compensation_information).

I have a suspicion that we missed something in the customizing process, can anyone help us with this problem.

 

Kind regards

Morten Prom.

How to integrate GIS Maps to Netweaver Portal?

$
0
0

Hello Experts,

 

We GIS Maps integrated  in SAP netweaver Portal 7.3 eph1 , but we got a requirement to upgrade GIS to higher Version and the problem is in the higher versions of GIS it would ask User to Enter Password without which user cannot access GIS Maps.

 

Current System:

 

We have created a URL iview and have given the url of GIS Maps , so when the User Logs into Portal he/she can see the GIS tab, Click on it and access GIS Maps.

 

New System:

 

Once the user Log into Portal and clicks on Maps Tab it is will again ask the user to enter  Password  without which Maps are not accessible if i use the same method as above to integrate the Maps into SAP Portal.

 

so Could you please let me the Best Possible way to integrate the GIS Map so that it makes use of SSO and will not prompt the user to enter Username/Password again & again.

 

Many Thanks For the Help !

 

Regards,

Pandu.

Corrupt response with overlapping JCA/JCO connections

$
0
0

Hi,


 

We're using JCA connections (JCO under the hood) to connect from the portal to an ECC back-end using SSO. Normally everything works fine, and we can call bapis and get the data back to the portal. The requests are coming from a browser initially and these are being reformatted into JCA calls by a DC, and the results reformatted into JSON and returned to the browser.

 

 

However, if the application on the browser submits a second request before the first one has returned, we get a 'double response' back at the browser for one call, and nothing in the second one (or vice versa). This appears to be related to the JCA/JCO connection since I have proved that if the requests just get information from the portal everything is fine, ie. the portal can cope with multiple requests from the same http session. It is worth stressing that the requests destined for the back-end have to overlap for the problem to occur - sequential bapi calls are fine.

 

 

In the JCA/JCO situation, I would have thought that each request would get it's own thread on the portal server, and each of these thread's would run through the same code independently and get an independent connection to the back end (note that I do not have any static objects that could affect this) ? They obviously don't because of the mashed up response - anyone got any idea why ?

 

 

Thanks for your attention,

 

 

Nick

Can POWL work items be executed from Portal???

$
0
0

Hi All,

 

May any one tell me if POWL work items from any other system (GRC, for example) be executed in Portal?

 

As of now, the POWL item is visible in Portal. However, it can not be executed and give below error:

 

Zlauncherror.JPG

Not sure how to troubleshoot this and get these POWL items executed from Portal. Any help on this would be a great help!

 

Regards,

Faisal

Viewing all 3723 articles
Browse latest View live


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