Quantcast
Channel: SCN : All Content - SAP Enterprise Portal
Viewing all 3876 articles
Browse latest View live

SAP Netweaver gateway oData Service is running through direct link but not through portal

$
0
0

Hi ,

 

I have built a UI5 application which is consuming netweaver gateway oData service.

When i am running the application from gateway client or through application direct link, the service is running fine but through portal the service is throwing error "Invalid Key Predicate".

When i copy the query of the service through portal and run through gateway client it works fine but through portal it is giving error.


Query : sap/opu/odata/SAP/ZHNEWLEAVE_SRV/GetLeaveQuotaSet(Pernr='43',Awart='1001',Leaveno='',Trtyp='C')


Below is the console error screen shot of browser.

Error Screen shot.png


Connect to SAP Gateway failed. Partner not reached

$
0
0

Hi,

After creating a new system in System Landscape Directory, I am trying to maintain that system alias under Universal Worklist Configuration.

However, I am getting the following error while trying to re-register the UWL system alias:-

 

"Could not get connection for alias: Contact your System administrator".

 

Also, in the nwa error log, the below error is generated in developer traces:-

 

RFC_ERROR_COMMUNICATION: Connect to SAP Gateway failed

ERROR:           partner '<oIP >:sapgw01' not reached

ERRNO TEXT   WSAECONNREFUSED: Connection Refused

 

Can anyone tell me how to solve this..

 

Thanks

workflow description text not aligned from portal inbox

$
0
0

Hi experts,

 

We have a workflow task for sales order creation. We are creating sales order in ECC and after sending it, its coming to the approver's inbox in portal.

But when the work item is opened, the task description is not aligned properly.

 

The task when opened from portal inbox:

portal workflow.PNG

The task when opened from ECC:

 

ecc task.PNG

Please let me know if any settings need to be changed in portal.

 

Thanks

Deepak

Logs while changing user profile from UME

$
0
0

Dear All,

 

I want to check security logs to find out who modified user details from UME, like any role\group added , password changed or something changed in user profile.

 

Also I want to create small application that will log entry for all above requirement so that it would be helpful for us in security audit. Kindly let me know anything else needed from my side. Thanks

 

Regards,

Mayank Jain

Unable to get the UWL Service from CE7.2

$
0
0

I am trying to get UWL service from NWCE 7.2 in EJB. But getting the below exception.

 

 

java.lang.ClassCastException: class com.sap.netweaver.bc.uwl.core.portal.UWLPortalService:WCE_PRIVATE_CL_sap.com/com.sap.netweaver.bc.uwl@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@3f107d25@alive incompatible with interface com.sap.netweaver.bc.uwl.IUWLService:demo.levi.com/uwllibear@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@78cc9f20@alive

 

The code i am using is as below.

 

Properties env = new Properties();            env.put(InitialContext.INITIAL_CONTEXT_FACTORY, "com.sapportals.portal.prt.registry.PortalRegistryFactory");            // create initial context            InitialContext ctx = new InitialContext(env);            // retrieve UWL service            IUWLService uwlService = (IUWLService) ctx.lookup("/broker/services/" + IUWLService.ALIAS_KEY);

I have created External Library DC with UWL API's and referenced it to EJB Project. I have directly downloaded the jar files from the server.

 

I am getting the same error even when tried to get UWL service in WDJ application with the below code.

 

IUWLService uwlService = (IUWLService) WDPortalUtils.getServiceReference( IUWLService.ALIAS_KEY);

Any help and suggestions would be appreciated.

Portal error after upgrade to 7.4

$
0
0

Hello ,

 

we did last week a BW upgrade from 7.0 to 7.4 , ABAP and JAVA , splitted stacks. After the upgrade the BW portal doesn't work anymore. When calling the portal link in browser , following error comes up:

 

Error: Application error occurred during the request processing.

SAP Technology Troubleshooting Guide

Details:     WebApplicationException log ID is [C0000A017823004100000000000051F9].

 

 

The log in detail ( /usr/sap/SID/J03/j2ee/cluster/server0/log/ )

 

#2.#2016 02 03 09:53:51:724#+0100#Error#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#

com.sap.ASJ.web.000137#EP-PIN-PRT#sap.com/irj#C0000A017823004100000002000051F9#33154850000000004#sap.com/irj#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#J2EE_ADMIN#1##0A217D33CA4F11E5933B000001F9E722#80989fbdca5311e5b6a3000001f9e722##0#Thread[HTTP Worker [@412233480],5,Dedicated_Application_Thread]#Plain##

Cannot process an HTTP request to servlet [prt] in [irj] web application.

For more details on the problem please check traces searching by logId: C0000A017823004100000000000051F9#

 

#2.#2016 02 03 09:53:51:726#+0100#Error#com.sap.engine.services.servlets_jsp.ISE500#

com.sap.ASJ.web.000500#EP-PIN-PRT#sap.com/irj#C0000A017823004100000003000051F9#33154850000000004#sap.com/irj#com.sap.engine.services.servlets_jsp.ISE500#J2EE_ADMIN#1##0A217D33CA4F11E5933B000001F9E722#80989fbdca5311e5b6a3000001f9e722##0#Thread[HTTP Worker [@412233480],5,Dedicated_Application_Thread]#Plain##

500 Internal Server Error is returned for HTTP request [http://ltgvlbd1.ltg-sap.os.itelligence.de:50300/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fEmil_Loeffelhardt!2fcom.loeffelhardt.dektop!2fcustomizedDesktop!2fframeworkPages!2fframeworkpage!2fcom.sap.portal.innerpage]:

  component [prt],

  web module [irj],

  application [sap.com/irj],

  DC name [sap.com/irj],

  CSN component[EP-PIN-PRT],

  problem categorization [com.sap.ASJ.web.000137],

  internal categorization [1449841995].

 

[EXCEPTION]

java.lang.NoSuchMethodError: com.sapportals.portal.navigation.NavigationEventsHelperService.getFrameworkPage(Lcom/sapportals/portal/prt/component/IPortalComponentRequest;)Lcom/sap/portal/pcm/page/IPage;

        at com.sap.portal.navigation.LightDetailedNavigationTree.doOnNodeReady(LightDetailedNavigationTree.java:83)

        at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:390)

        at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$1.service(RequestDispatcherFactory.java:168)

        at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:292)

        at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.handleEvent(RequestDispatcherFactory.java:158)

        at com.sap.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:242)

        at com.sap.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:341)

        at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:349)

        at com.sapportals.portal.pb.PageBuilder.createAndAddEmbeddediView(PageBuilder.java:198)

        at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:470)

        at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:281)

        at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:712)

        at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:390)

        at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:890)

        at com.sap.portal.prt.component.CachablePortalComponent.handleEvent(CachablePortalComponent.java:407)

        at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$1.service(RequestDispatcherFactory.java:168)

        at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:292)

        at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.handleEvent(RequestDispatcherFactory.java:158)

        at com.sap.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:242)

        at com.sap.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:341)

        at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:349)

        at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:465)

        at com.sapportals.portal.prt.connection.ServletConnection._handleRequest(ServletConnection.java:224)

        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:101)

        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.prt.dispatcher.CustomHeaderFilter.doFilter(CustomHeaderFilter.java:58)

        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.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)

 

 

 

We applied note 2002334 , 1840877 and 2146087 so far but with no success. Any thoughts on this error ?

Thanks

EP 7.30 SP 5 to SP14 post upgrade compatibility issues in IE11

$
0
0

Hi All,

 

We have done patching in EnterprisePortal from EP7.30 SP5 to EP7.30 SP14.  Post Patching, we have compatibility issues in Portal in all the tabs like ESS, MSS,CRM,SRM,BI.  Screens are not rendered properly.  SRM screens are giving 400 bad request and some functionalities are missing MSS screens.

Screens are rendered small.

 

We are using IE11 OS - Windows 8.1. EP7.30 SP14.

 

If Enterprise Mode is ON from Tools options, these screens are working as expected.  But we need a solution to work without Enterprise Mode ON.

 

Also, if we close the browser, enterprise mode is disabled and every time it needs to be enabled by user which is not advisable.

 

I have read in many forums that Browser Document Mode iview is set to IE=5, IE=EmulateIE7.  This also I checked and it is same.

 

Can anyone please guide us on this?

 

Regards,

Subashini

Hiding Leave Task from UWL

$
0
0

Hi Gurus,

I'm implementing ESS Webdynpro ABAP on EP 7.4 and I've Travel Services also in this.

Some custom workflows are being used so I integrated UWL and all the travel related tasks are available over here.

Now the problem is that :

  • Along with travel tasks , the leave tasks are also appearing in the UWL which i want to hide
  • For Leave I'm using POWL and over here Travel task don't work for cases where a form is to be to be opened as it shows No Service Available.

 

 

I want to hide leave tasks from UWL screen so that the UWL will only be used for Travel Task.

I've already tried it hiding by editing XML config for com.sap.pct.erp.mss.addon this this don't work.

 

 

Please suggest some way. PFA file for reference.

 

Regards,

Ravi Verma


Adding Russian in language box other than English and Portugese

$
0
0

Hi Team,

We have a requirement to add Russian language other than English and Portuguese.

Default languages are English and German.

Checked the com.sap.ep.portal.runtime.logon.par;

there is no custom code in com.sap.ep.portal.runtime.logon.par which changes the default languages

from English and German; English and Portuguese.

Jar files added: umelogonbase.jar added.

Is there any way to achieve this by login par modification ?

 

From Basis side there are two notes:

1013521 - Configuration of supported languages within the portal

624929 - How to limit the entries displayed in the language list

 

Regards

Kaushik Banerjee

Browser Issue in UWL

$
0
0

Hi Experts,

I am facing some browser issues while clicking on any UWL work item.

I am getting the UWL list, but on clicking any item it is giving blank screen. I have already implemented SAP Note 1458799 but no luck.

Portal is on NW 7.4 SP04.

Kindly help.

Stop Java Application in NWDS or NWA

$
0
0

Hello,

Can someone provide the directions/settings to stop an application using NWDS or NWA? When I go to stop our application either using NWDS or NWA, the application stops as expected. But when I access the application, it is still up. When I go back to the tool, is shows as started. We would like the application to remain stopped until we decide to start. Is there a setting or steps that I am missing?

 

Steps to recreate:

 

NWDS:

Go to Repository Explorer view

Right click and stop the application

 

 

NWA:

Configuration --> Infrastructure --> Applicaiton Resources --> More Actions --> Start Applications

Filter to my application

Stop Application

 

Thanks,
Heather

Using URL Navigation instead of EPCM Navigation

$
0
0

Hello Experts,

 

Our users want to save favorites in the browser level (not portal)

 

Because of EPCM Navigation the URLi n browser is not changing (it's always <server>/irj/portal).

 

Is there a simple way to use URL Navigation? meaning: each click in TLN/DTN will change the URL in the address bar.

 

I don't want to change framework pages etc...

 

Regards,

Omri

Want to change color just below Second level navigation Tab (part of Menu bar color)

$
0
0


Hi All,

 

Portal version: SAP 7.4

Theme used : Tradeshow

Page: Ajax Framework page

 

I have changed the Menu bar colour, due to which a line is coming after second level navigation with same color. Please sugget how to change the color of this line, or remove this line.

 

Menubar Color.png

 

Thanks and Regards,

Khushboo Agarwal

SRM task showing in MSS

$
0
0

Hi,

 

SRM Shopping Cart task is shown in MSS tab in SAP portal.  We have upgraded the EP7.30 SP5 to EP7.30 SP14.  Post upgrade, we have this issue.

I have not any done any changes post upgrade.

 

Below is the support information for the particular SRM task which is showing in MSS:

 

Current View Information   

 

Current View Configuration Name: xxx.uwl.standard

Current View Name: DefaultView

Current View: Supported Item Type(s): uwl.task

Current View Filter: 

Current View Owner: system

 

Current Navigation Information   

 

Current Navigation Configuration Name: com.sap.pct.erp.mss.addon

Title of the Current Navigation: Tasks

Current Navigation Name: com.sap.pct.erp.mss.Task

Current Navigation Associated View: DefaultView

 

 

Current Item Information   

 

Item Subject: Complete Shopping Cart

Item Type Configuration Name: XXX.pct.srm.core

Item Type: uwl.task.webflow.srm.Taskid

External Item Type: Taskid

Item Type: Associated View: com.sap.pct.srm.core.view.tasks

System ID: SAP_SRM

Connector: WebFlowConnector

 

Regards,

Subashini

Changing the images of roles in TLN

$
0
0

Hi Experts,

 

Could you please anyone tell me the steps for changing the images of roles in TLN of SAP netweaver portal.I have requirement that we need to change the images of Content administration and User administration and System administration.

 

Kindly help me.

 

Kindly find the below screen snap for your reference.

 

TLN.png

 

Thanks in advance,

RR


SAP Portal transports information

$
0
0

Hi Experts,

 

  Greetings!

 

    I got an opportunity to work on portal transports, but i am not pretty much on java transports,just i want to know the process of importing java transports and log info in OS and SAP level.

 

we don't have CTS+ configuration in my landscape.

 

Thanks,

uday

SAP EP Portal 7.31 with SAP ECC ehp7

$
0
0

Hi,

 

I would like to ask if after upgrade SAP ECC to version EHP7 I will not have problems with the existing SAP Enterprise Portal 7.31?

 

Regards

Marcin

SAP Portal

$
0
0

Hello All,

 

I have a SAP Portal that use local DB.

As I see from note 718383 it is irreversible and can not be change. Do you know any where I can find some documentation about what is SAP's recommendation for UME set up on SAP portal?

 

 

Thanks

 

Reza

no themes showed in ui theme desginer

$
0
0

hi

 

after activate in nw 74 portal the ui theme designer no shows are listed. The browser debug shows 404 reponse from com.sap.portal.theming.webdav.themeswebdavlistener.ThemesWebDavListener

 

any idea?

How debug EP code

$
0
0

Dear Experts,

 

I am new to EP and Webdynpro java.

 

Portal.JPG

Referring to above portal page, I am getting an error.

Using browse button I have uploaded a xl sheet to UI then clicked on 'Upload' button. in the back end online validation is done with MDG system then error is displayed.

I am not able to find why this error is occuring. I would like to know how to check the code behind this.

I know that jco connection is there b/w  portal and MDG system, how to find the corresponding function module in the mdg system.

 

thanks for your help.

 

reg, avinash

Viewing all 3876 articles
Browse latest View live


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