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

Solution options for ECC6 sso

$
0
0

Dear experts,

 

We are exploring to implement single sign on for our SAP system. Our system is ECC6 on unix server and users use SAP GUI on win7. We have some study on Kerberos and looking for other alternatives. Besides Kerberos, do you have other options? You are appreciated if can provide related documentation and linkage,

 

Thanks,

Walter


Portal Logon Screen does not load after undeployment of .jar files in repository explorer in SAP Netweaver

$
0
0

Hi Experts,

 

Here's a brief background of what I was trying to do and the error I am facing:

I was trying to make changes in the log-on screen of our portal. I saw some tutorials online regarding SAP Netweaver and attempted to follow them however the changes I made did not reflect on the log-on page. In order to try to resolve this issue, I undeployed the previous .war files I have made. Unfortunately, I made the mistake of also undeploying some other files I thought were related to the .war files. Because of this, our log-on page is no longer displaying. Instead, it only shows a gray screen.

 

Below is a screenshot:

IE.JPG


Here is a screenshot of my Netweaver's repository explorer:

Repository Explorer_b.JPG

 

What happened was I undeployed the "tc~sec~ume~logon~ui_core" and the "tc~sec~ume~logon~logic_api".

 

I tried re-deploying them again as shown in  the screenshot but the problem still persists. I also did multiple server restarts after deployment.

 

I hope you will be able to help me get out of this predicament.


Thank you in advance.

Logon Screen Text EP7

$
0
0

Good day all

 

Does anybody know how to change the text on the Logon Screen (Get Support) on EP7?

 

The client does not have NWDS.

 

Your assistance is highly appreciated.

 

Regards,

Faeeda

how to rename (com.) the portal content folder, iview, role.,

$
0
0

Hi All,

 

How can we rename the folder name, folder id, role, workset, page and iview properties to a new company(brand) name?

 

For example, if we have com.xyz in the folder id prefix, we need to rename as com.abc.

 

Basically this is required to change the brand name in the each level of the portal package. The end user should not see the old brand name in any of the content including view, url, etc.,

 

Please help! Thanks in advance!

 

Regards,

Senthil

Integrating UI5 applications in EP with local system object

$
0
0

Dear all,

 

I developed a local UI5 test application for EP with NWDS and looking for a way to integrate in EP 7.4 SP2 as an iView. I found this on SAP Help:

 

Creating SAPUI5 iViews - Portal - SAP Library

 

This a bit slap mannered description doesnt worked for me, and I found also other people on SCN to have same problems: SAPUI5 iView does not work?

 

So in linked thread I found two approaches to solve this:

 

1.)Use of "generic" iVIews - no idea what codelink "generic" is, but could probably work with an URL iView. However, I dont want to use this workaround

 

2.)Creating of a local system object - a kind of loop to local system? Since delivered UI5 template needs a system object to work and use SAP_LocalSystem doesnt works, I probably need to create such one. I have never done something like this before and wasnt able to find any informations regarding this. Where is the case of creating and maintaining of such a loop-system-object for an SAP EP documented? How can I manage this? Why there is only one GPAR component for integrating UI5 content? I would expect a separate remote UI5 template and separate template for calling local deployed UI5 applications placed in PCD and marked as templates. Thank you in advance,

 

regards

Integrating GRC workitem with in SAP portal 7.3 UWL

$
0
0

Hi Team,

 

Is there any way to integrate portal with GRC system and see all Universal Work List (UWL) in portal 7.3?

 

our aim is to get all these (GRC) workflow items in portal UWL tasks list and access them from there without having to explicitly accessing GRC portal.

Please share any documents or wiki so that it will be so help ful to us.

 

Thanks in Advance,

 

Regards,

Daniel

Portal 7.40 JCo destinations

$
0
0

Hi,

 

I'm setting up Sales Compensation Analyst (insurance) business function on NW portal 7.40.

 

Configuration guide says, that I should define JCo destinations in portal content->web dynpro, but this item is not present in portal 7.40 anymore.

Setting Up JCo Connections - Business Package for ICM Analyst (SAP ERP) - SAP Library

 

 

I have screen of these settings from our former portal (7.01):

 

portalJCO701.png

 

Could you guide me where I can find it in 7.40 ?

 

Regards,

Martin

How do I access SAP Ticket keystore using jndi for ssl certificate

$
0
0

I am trying to convert my code for accessing the ldap server to use SSL, but I am unable to figure out how to access the keystore to use the certificate. The certificate is located in the TrustedCAs keystore. All of the examples I have seen have shown how to access it when it is located in the JRE/lib/security directory in a file. I have the following code:

 

Properties properties = new Properties();
properties.put( Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory" );
properties.put( Context.PROVIDER_URL, "ldap://ldapservername:636" );
properties.put( Context.REFERRAL, "ignore" );
properties.put(Context.SECURITY_PROTOCOL, "ssl"); 
properties.setProperty("javax.net.ssl.trustStore", "some entry showing keystore location??");
     properties.put( Context.SECURITY_AUTHENTICATION, "simple");
//properties.put( Context.SECURITY_PRINCIPAL, "userPrincipalName");
properties.put( Context.SECURITY_CREDENTIALS, "userPrincipalPassword" );
InitialDirContext context = newInitialDirectoryContext(properties);

 

 

The best I achieved was when I used

 

 

properties.put("java.naming.ldap.factory.socket" ,"com.sap.security.core.server.https.SecureConnectionFactory");

 

but I received the error:

 

Context error javax.naming.CommunicationException: ldapservername:636 [Root exception is iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier]

 

Any help would be greatly appreciated.

 

Thanks

 

Paul


"Refresh type" not present in POWL_QUERY

$
0
0

This is the ABAP Web dynpro POWL: FITV_POWL_TRIPS.

 

I get all other parameters but seem to be missing the dropdown called "Refresh type" where you configure at which actions the POWL Query is supposed to refresh.

 

It's currently set to manual so the only users who get new work items, are the ones who can find the "Refresh button"

 

Any clues on how to set the refresh rate?

Portal: Quicklink not available / or just ignored?

$
0
0


Hello Experts,

 

we updated our NetWeaver 7.31 System (Java only, NW 7.3 EHP1) with SAP Enterprise Portal from former SPS09 to SPS12.

Now we face the issue that Quicklinks, for example to Roles, Worksets or iViews do not work anymore.

When using an existing Quicklink the starting page of the Portal is displayed - no error message or empty page is to be seen.

It seems as if the Quick link is just ignored so the system is opened with its start page (if users change the order of top level navigation entries every time the first is shown).

 

I searched here but didn't find a message with the same problem.

 

Does anybody face this effects, too or have an idea how to solve this?

 

Thank you in advance for your ideas,

Marco

web dynpro java build problem after migrating from 7.0 to 7.31

$
0
0

Hi,

After migration form version 7.0 to 7.31, build ended with error like below:

 

....eclipse/workspace.jdi/LocalDevelopment/t/E65427........./gen_wdp/........./wdp/Resource......properties  (java.lang.reflect.InvocationTargetException)

 

I searched the internet but i did not find anything to help me to solve this problem.

How can i fix this problem?

 

Regards.

SRM PO Approval giving portal runtime error

$
0
0

Hi All,

 

When we click on SRM PO in UWL it is giving runtime error. In the trace files it displays

Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key ERROR_NODE_TITLE

 

I tried to find which application it is calling, but could not find that. Please help

 

FULL Exception Details are below

Exception ID:02:53_27/05/14_0042_115212150
[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
User : *********************
at com.sap.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:786)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:245)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:520)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:201)
at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
at com.sap.engine.services.servlets_jsp.server.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:126)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:441)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Caused by: com.sap.portal.prt.core.PortalRequestManagerException: PortalRuntimeException
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:112)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
at com.sap.portal.prt.pom.PortalNode.service(PortalNode.java:588)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:233)
... 51 more
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key ERROR_NODE_TITLE
at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
at java.util.ResourceBundle.getObject(ResourceBundle.java:371)
at java.util.ResourceBundle.getString(ResourceBundle.java:334)
at com.sapportals.portal.navigation.ErrorNavigationConnectorNode.getTitle(ErrorNavigationConnectorNode.java:155)
at com.sapportals.portal.navigation.NavigationNode.getTitle(NavigationNode.java:371)
at com.sapportals.portal.navigation.fpm.NavigationFpmListener.addToHistory(NavigationFpmListener.java:879)
at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doNavigatePhase(NavigationFpmListener.java:404)
at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doPhase(NavigationFpmListener.java:115)
at com.sapportals.portal.pb.fpm.FPMContainer.distributeEvent(FPMContainer.java:63)
at com.sapportals.portal.pb.fpm.FPM.doDocumentHook(FPM.java:179)
at com.sapportals.portal.prt.service.document.DocumentHookMulticaster.doDocumentHook(DocumentHookMulticaster.java:100)
at com.sapportals.portal.prt.service.document.DocumentHookMulticaster.doDocumentHook(DocumentHookMulticaster.java:99)
at com.sapportals.portal.prt.service.document.DocumentHookMulticaster.doDocumentHook(DocumentHookMulticaster.java:99)
at com.sapportals.portal.prt.service.document.DocumentHookService.doDocumentHook(DocumentHookService.java:119)
at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doDocumentHook(DocumentHookServiceNew.java:186)
at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(PortalHook.java:665)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:183)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
... 55 more

 

Regards,

Satish

Team Viewer upgrade issue from 7.0 to 7.3

$
0
0

Hello all:


We are upgrading our MSS from 7.0 to 7.3 and we migrated all the content from 7.0 to 7.3.

 

Issue is all our cusotm webdynpro stuff is working, but team viewer page is giving below error.

 

Cannot process an HTTP request to servlet [prt] in [irj] web application.
[EXCEPTION]
java.lang.NoClassDefFoundError: com/sap/pct/hcm/util/Util
at com.sap.pct.hcm.orgmanagementeventing.CKey.retrieve(CKey.java:452)
at com.sap.pct.hcm.teamviewer.TeamViewerPage.getJSCodeCheckCookie(TeamViewerPage.java:825)
at com.sap.pct.hcm.teamviewer.TeamViewerPage.getJSCodeOnLoad(TeamViewerPage.java:906)
at com.sap.pct.hcm.teamviewer.TeamViewerPage.getJavaScriptCode(TeamViewerPage.java:754)
at com.sap.pct.hcm.teamviewer.TeamViewerPage.doProcessBeforeOutput(TeamViewerPage.java:468)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:114)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:213)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:129)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:229)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
at com.sap.portal.prt.pom.PortalNode.service(PortalNode.java:588)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:233)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:520)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:201)
at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)

Could some one please help with this.

 

Appreciate all your help.

 

Thanks and regards,

Ratna.

unable to open Word Document by clicking link in portal

$
0
0

Hi,

 

In our enterprise portal we configured some links to Instruction documents for some of ESS Benefits like insurance. When user clicks on the link for the instructions document new IE window pop up saying 'Page cannot be displayed' instead of downloading / opening the document.

 

we are in process of upgrading our portal and the above scenario is working fine with our existing portal, the issue is with upgrade portal and only with IE. Chrome and Firefox browsers are downloading the instruction document.


Thanks

Ravi.

jco exeption error in webdynpro java

$
0
0

Hi Experts,

 

Iam getting the following error while click on the webdynpro application.

 

JCO destinations are successfull but when i click on iView it is throwing  error.

 

com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts.

 

Please find the below screen shot.

 

jcoerror.JPG

Please help me to reslove the error.

 

Thank you in advance.

 

 

Regards,

Jyothi


Add to Portal favorites option in new Headerless portal window

$
0
0

Hi,

 

Our requirement is to open all the BO iviews in a new headerless portal window. Also need to have an option of ADD TO PORTAL FAVORITES for these iviews.

We are able to open the iviews in headerless portal window but we are not able to see option of ADD TO PORTAL FAVORITES in the context menu even though the iview property for ADD TO PORTAL FAVORITES is set to YES.  Instead of add to portal favorites we are seeing "add to browser favorites" in the context menu for this headerless portal window.

Please let me know where to enable the property so that we can see ADD TO PORTAL FAVORITES option in context menu for Headerless portal window.

 

regards

Bharat

Calling SAP GUI for HTML

$
0
0

Dear Gurus!

 

we are facing a peculiar issue. I have created 2 'GUI for HTML' transaction iviews one connecting to 'copy of dev ': ECC:system number x, and the other connecting to 'copy of quality': ECC, System number y.

 

Both these ECC systems have same hostname but different system numbers and different system ID's ofcourse.

 

When I create GUI for Windows Transaction iview, correct system is opened say transaction 'SMEN'. However when I create GUI for HTML, the Dev ECC system is called nevertheless in both the iviews.

 

the behavior is the same even if I test with direct transaction using System Administrator--> support link.

 

We are on 7.4 portal with backend ECC 6.

 

Please advise

 

 

Regards,

Ankur Agarwal

Backend BSP session not closing on server after closing the window

$
0
0

Hi All,

 

We have SAP EP (7.0 SP21) and there is a BSP transaction ivew (Interaction Center ) intergrated in the portal. The issue is when the user performs any transactions inside the BSP and then closes the browser, session remains on the server till the timeout. Is there a way to end those sessions on server after closing the browser immediately?

 

Portal domain : xx.mycomp.com

ABAP system domain :mycom.com

 

 

Should the domains be same for the DSM of Portal to work or is there any solution that can be considered.

 

 

 

regards

Uday

Km content issue in portal 7.0

$
0
0

Hi Experts,

 

We are using porta 7.0 version, i have developed on dc with km concepts.

 

 

i have using km url through iframe screen elements in dc, i am the administrator foro km documents floder so i am able to see the km infortmation in portal, but user was not able to see the km content information in the portal.but user is able to see dc content ,not able to see km content only.

 

 

i have checked the permision of the km content floder, we want to show km content information to all user.

 

 

Could you please help how to reslove this issue.

 

 

Thank you in advance.

 

Regards,

Jyothi

Changes being made in the .jsp masthead does not reflect in SAP portal

$
0
0

Hi experts,

 

I am trying to increase our portal's idle time by modifying the com.sap.porta.navigation.masthead war file.I was able to deploy the new war file using SAP Netweaver but the changes I made were not being reflected in the portal.

 

Can anybody help?

Viewing all 2686 articles
Browse latest View live


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