Quantcast
Channel: SCN : All Content - SAP Enterprise Portal : Administration and Development
Viewing all 526 articles
Browse latest View live

MSS WDA -Issue with UWL for multiple client

$
0
0

Hi Experts,

 

 

I am done mapping for two clients on one enterprise portal and for UWL, I am using standard workflow and task for 100 however created Z task and Z workflow for client 200.

 

In SWFVISU, I mapped Z task with all details and system alias of 200 as SAP_ECC_HumanResources_200.

Registered , UWL connector and created XML for both the clients.

 

Now, If I am creating leave request in client 200, it is routing to correct manager of client 200 and tasks are visible however below error is coming.

And manager is not able to approve the leave request.

 

Please advice.

 


SSO Between SAP PORTAL & NWBC URL (/sap/bc/srm) failed second time open

$
0
0

Hi Expert,

 

We  have a scenario that we are trying to connect NWBC URL iview from SAP portal 7.4 , on this , we configured logical system in protocol -http and application dedication system within portal & created Destination against SAP R3 . pinged both are successfully .

 

Issue is while oppening NWBC URL Iview from Portal is redirected successful with sso (without ask credential of sap Nwbc system) , user doing their job and  Log out from NWBC system (which one opened from Portal earlier ) its successfully logout SAP NWBC system ..0nce again User wants to open and click on NWBC  url Iview from portal (already logged ).. SSo not established between SAP portal & SAP NWBC system thereafter,its ask credential to log into SAP NWBC system though already user already logged into portal already .

 

Why Sso failed second time between SAP portal & NWBC Portal. if logout NWBC Portal .

 

 

Best Regards,
Sudhir JAti

MSS Team Reports Error -- How to apply OSS note solution?

$
0
0

Hello,

 

We are upgrading our portal (NW 7.31, SPS12) and SAP system (ECC 6.06, SPS 12).  We are getting a compatibility error on the Team Reports screen in portal. The error message links to the following SAP note:

  

1970689  - Use of "Edge" and "Compatibility" mode for Unified Rendering

 

Solution

The following solution requires that the main page (which is directly loaded into the browser) sets the Internet Explorer browser mode explicitly via X-UA-Compatible HTTP header or HTML <META> tag. Relying on the browser build-in behavior or "Compatibility View" settings may result in different behavior per user.

Issue 1: Internet Explorer runs in “Edge” mode. Application is started in „Compatibility“ mode.

If an Unified Rendering-based application is embedded in a page that requires the latest Internet Explorer features the application needs to be aware of that.

Solution:
•Append the parameter sap-ie=Edge to the URL of the Unified Rendering-based application.

Issue 2: Internet Explorer runs in “Compatibility” mode. Application is started in „Edge“ mode.If an Unified Rendering-based application is embedded in a page that is not able to run with the latest Internet Explorer features the application needs to be aware of that.

Solution:
•Append the parameter sap-ie=EmulateIE8 to the URL of the Unified Rendering-based application.

 

How do we make the recommended change and where do we add the sap-ie=Edge meta tag?

 


Thanks,

RP_CHECK_LAUNCHPAD_ENTRIES throwing error -Configuration missing for hierarchy.

$
0
0

Hi experts,

 

Please can you guide me what configs I am missing so that I am getting error while running report RP_CHECK_LAUNCHPAD_ENTRIES

 

 

Many thanks for your support,

 

 

Regards

Shipra

Is ABAP add-on EMBORGCH is required for EHP 7 WDA MSS as well ?

$
0
0

Hi experts,

 

I need your quick input if it is mandatory to have ABAP add-on EMBORGCH installed if I am at EHP 7 , EA-HR 608.

 

Your expert response is awaited please.

 

 

Many thanks,

 

Regards

Shipra

KM Search Functionality

$
0
0

Hello Experts,

 

We have created a folder in KM, where we are uploading documents. We have also created a KM Navigation iView to view the folder contents on portal. The user has now come up with a request to enable 'search' feature for this folder to locate specific files within the KM folder.

 

We have explored and come across creation of 'Search Component' and 'KM Search iView', however, we are unable to conclude whether any of these would fulfill the requirement or whether implementing the search functionality for the KM Navigation View or KM folder is even possible.

 

Request you to throw light on this.

 

Regards,

Divyata Dal

How can i get the deployed development component source code from server portal 7.0 version

$
0
0

Hi Experts,

 

We are using portal 7.0 version and how can  i get the already deployed dc source code from server.

 

Thanks in advance.

 

Thanks and Regards,

Prasad

SSO intergration in Portal with JAVA system

$
0
0

Hi All,

 

We do have a Webservice which is running in other  Java system. So taken WSDL of it and created a development dc for a Servlet and consumed the WSDL .A

 

While testing the application in Portal . We are below error. ( Peer certificate rejected by ChainVerifier) We had already uploaded certificate of Java in SAP Portal  But Still we are getting below Error.

 

We also tried created a destination. and assigned the same certificate in the drop down still getting the same

 

Error during ping operation: Error while silently connecting: org.w3c.www.protocol.http.HttpException: Peer certificate rejected by ChainVerifier


Error general: javax.xml.ws.WebServiceException: Connection IO Exception. Check nested exception for details. (Peer certificate rejected by ChainVerifier).
at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:174)
at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEISyncMethod(WSInvocationHandler.java:121)
at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEIMethod(WSInvocationHandler.java:84)
at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invoke(WSInvocationHandler.java:65)
at $Proxy3519.signIn(Unknown Source)


Please let me know how to solve the issue.


Thanks in Advance


Stop header X-UA-Compatible

$
0
0

Our portal uses light framework page and I have already specified IE=Edge in Browser Mode in Portal Content-->Portal Users->Standard Portal Users-->Ligth Framework Page. But the portal (main page, https://my.abc.com) keeps sending header X-UA-Compatible = "IE=EmulateIE7".

 

Can anyone tell me what I have missed? It is EP 7.4, SP12

How to set HTTP header in portalLogon.jsp

$
0
0

Hi everyone!

 

We implemented customized portal logon app, using this guide Customizing Logon Page on Portal 7.3

No we want to implement NTLM authorisation, for this purpose I need to set HTTP header

I am trying to do it with such code in logonPage.jsp:

response.setHeader("WWW-Authenticate", "NTLM");


But server returns no WWW-Authenticate HTTP header to client, I guess becouse we have

some wrapper classe instead of HttpServletRequest and HttpServletResponse in our portal logon app.

This wrapper class erase any http header that I try to set I guess for security reasons.

So the question is how to configure portal logon app (or maybe some other portal environment)

to accept headers that we set at portal logon page jsp.

 

Thanks in advance!

error on cutomized logon screen

$
0
0

    Hi all I want to change the logo and input some text on the portal logon scren, I was following this document

http://scn.sap.com/docs/DOC-27909

 

however I'm getting the bellow error on NW 7.3 when I use the option of NWDS

does anyone know what it is?

Error during deployment      [Error: com.sap.ide.wtpserver.engineadapter.SapDeployer Thread[Thread-47,5,main]]

 

 

  1. com.sap.ide.eclipse.sdm.deploy.DeploymentException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.

Reason: ASJ.dpl_dc.001085 Operation [deploy] of [newLogon.com_tc~sec~ume~logon~uiEAR] failed

                at com.sap.ide.eclipse.sdm.threading.DCDeployThread.run(DCDeployThread.java:110)

   ------------- Nested exception -------------------

  1. com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.

Reason: ASJ.dpl_dc.001085 Operation [deploy] of [newLogon.com_tc~sec~ume~logon~uiEAR] failed

                at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:862)

                at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:259)

                at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:105)

                at com.sap.ide.eclipse.sdm.threading.DCDeployThread.run(DCDeployThread.java:80)

Caused by: com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 Operation [deploy] of [newLogon.com_tc~sec~ume~logon~uiEAR] failed

                at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:246)

                at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:67)

                at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:282)

                at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)

                at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:100)

                at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)

                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.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] Operation [deploy] of [newLogon.com_tc~sec~ume~logon~uiEAR] failed

                at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:167)

                at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:138)

                at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)

                at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:213)

                ... 8 more

Caused by: com.sap.engine.services.deploy.server.utils.DSRemoteException: ASJ.dpl_ds.006193 Operation [deploy] of [G:\usr\sap\IDD\J00\j2ee\cluster\server0\temp\tc~bl~deploy_controller\archives\144\tc~sec~ume~logon~uiEAR.ear] failed

                at com.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:3366)

                at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:315)

                at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:139)

                ... 11 more

Caused by: com.sap.engine.services.deploy.container.DeploymentException: com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Cannot deploy two applications with identical application aliases (context roots). Your application [newLogon.com/tc~sec~ume~logon~uiEAR] defines an application alias (context root) [new_logon] that is already in use by application [sap.com/tc~sec~ume~logon~uiEAR]. There are two possibilities in order to proceed with deployment: 1) Define different application alias (context root) for your application [newLogon.com/tc~sec~ume~logon~uiEAR] (this is the preferred option). 2) Undeploy the application [sap.com/tc~sec~ume~logon~uiEAR].

                at com.sap.engine.services.servlets_jsp.server.deploy.DeployAction.deploy(DeployAction.java:331)

                at com.sap.engine.services.servlets_jsp.server.deploy.WebContainer.deploy(WebContainer.java:243)

                at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:309)

                at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:519)

                at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:183)

                at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:203)

                at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:421)

                at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:473)

                at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1832)

                at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:360)

                at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:313)

                at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:139)

                at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:138)

                at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)

                at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:213)

                at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:67)

                at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:282)

                at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)

                at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:100)

                at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)

                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)

 

 

                at com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException.writeReplace(WebDeploymentException.java:113)

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

                at java.lang.reflect.Method.invoke(Method.java:597)

                at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:1040)

                at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1116)

                at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1531)

                at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1496)

                at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1413)

                at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1159)

                at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1531)

                at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:423)

                at com.sap.exception.BaseExceptionInfo.writeObject(BaseExceptionInfo.java:1033)

                at sun.reflect.GeneratedMethodAccessor299.invoke(Unknown Source)

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

                at java.lang.reflect.Method.invoke(Method.java:597)

                at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:953)

                at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1482)

                at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1413)

                at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1159)

                at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1531)

                at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1496)

                at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1413)

                at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1159)

                at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1531)

                at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1496)

                at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1413)

                at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1159)

                at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:331)

                at com.sap.engine.services.rmi_p4.DispatchImpl.throwException(DispatchImpl.java:139)

                at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:472)

                at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)

                at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:72)

                at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:43)

                at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:999)

                at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:59)

                at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)

                ... 3 more

FCAException: Cannot get OutBuffer: -7 connection to partner broken.

$
0
0

Dear all,

 

When i am accessing the applications it's taking more time after displaying the 500 error.I checked log trace in nwa here below error.

 

 

Failed to finalize the request. This exception is not rethrown, but only written into the logs. The causing exception is nested.
[EXCEPTION]
com.sap.bc.proj.jstartup.fca.FCAException: Cannot get OutBuffer: -7 connection to partner broken.
at com.sap.bc.proj.jstartup.fca.impl2.FCAConnection.getOutBuf3(Native Method)
at com.sap.bc.proj.jstartup.fca.impl2.FCAConnection.getOutBuf(FCAConnection.java:302)
at com.sap.bc.proj.jstartup.fca.impl2.FCAOutputStream.write(FCAOutputStream.java:93)
at com.sap.engine.services.httpserver.server.Client.send(Client.java:216)
at com.sap.engine.services.httpserver.server.ResponseImpl.sendResponse(ResponseImpl.java:226)
at com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletResponseBase.sendToClient(HttpServletResponseBase.java:1609)
at com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletResponseBase.writeStatusLine(HttpServletResponseBase.java:1312)
at com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletResponseBase.commit(HttpServletResponseBase.java:1197)
at com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletResponseFacade.commit(HttpServletResponseFacade.java:1524)
at com.sap.engine.services.servlets_jsp.server.runtime.client.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:315)
at com.sap.engine.services.servlets_jsp.server.runtime.client.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:267)
at com.sap.engine.lib.io.GZIPMultiOutputStream.flush(GZIPMultiOutputStream.java:363)
at com.sap.engine.services.servlets_jsp.server.runtime.client.GzipResponseStream.flush(GzipResponseStream.java:165)
at com.sap.tc.webdynpro.basesrvc.util.NonClosingOutputStream.forceFlush(NonClosingOutputStream.java:34)
at com.sap.tc.webdynpro.basesrvc.util.NonClosingOutputStream.finalizeStream(NonClosingOutputStream.java:43)
at com.sap.tc.webdynpro.serverimpl.core.adapter.AbstractHttpResponseAdapter.finalizeResponse(AbstractHttpResponseAdapter.java:127)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.finalizeRequest(RequestManager.java:843)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:406)
at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:101)
at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)


Thanks and regrades,

Durga Rao V.

Error with trying to approve non-order by a particular requisitioner

$
0
0

Hi Experts,

 

When we are trying to approve the particular workitem of non order payment by a particular requisitioner it is displaying blank page in UWL.

 

Regards,

Devi

User Login into portal after creating the multiple session Id's within mile seconds.

$
0
0

Dear All,

 

We are recently moved the go live the portal system.When the some end user login into the portal after generating the multiple session Id's within mile seconds.And i checked the logs:the below point are identified.Those error's creating more number times.

 

 

Please tell me the any suggestion or solution .This is only for production system.attaching the error list.

 

1) .Failed to show error page for session expiration. RID=20251cc9e5b911e598ad0000016a397e

[EXCEPTION]

java.lang.SecurityException: User not authorized.

at com.sap.engine.services.adminadapter.server.AuthorizationChecker.checkAuthorization(AuthorizationChecker.java:115)

at com.sap.engine.services.adminadapter.impl.ConvenienceEngineAdministratorImpl.getServiceProperty(ConvenienceEngineAdministratorImpl.java:392)

at com.sap.engine.services.webdynpro.WebDynproRuntimeServiceImpl.isDetailedErrorPageActive(WebDynproRuntimeServiceImpl.java:848)

at com.sap.tc.webdynpro.serverimpl.wdc.admin.ProductInfo.isDetailedErrorPageActive(ProductInfo.java:77)

at com.sap.tc.webdynpro.services.sal.admin.api.WDProductInfo.isDetailedErrorPageActive(WDProductInfo.java:238)

at com.sap.tc.webdynpro.services.exceptions.analyzer.ExceptionInfo.showInternalDetailsAllowed(ExceptionInfo.java:347)

at com.sap.tc.webdynpro.clientimpl.html.HtmlErrorPageRenderer.renderPageContent(HtmlErrorPageRenderer.java:373)

at com.sap.tc.webdynpro.clientimpl.html.HtmlErrorPageRenderer.renderErrorPageContent(HtmlErrorPageRenderer.java:312)

at com.sap.tc.webdynpro.clientimpl.html.HtmlErrorPageRenderer.renderErrorPageContent(HtmlErrorPageRenderer.java:293)

at com.sap.tc.webdynpro.clientimpl.ajax.AjaxUpdateClientPeer.renderErrorPage(AjaxUpdateClientPeer.java:188)

at com.sap.tc.webdynpro.clientimpl.http.client.AbstractUpdateClientPeer.sendErrorPage(AbstractUpdateClientPeer.java:137)

at com.sap.tc.webdynpro.clientimpl.http.client.AbstractHttpClient.sendError(AbstractHttpClient.java:296)

at com.sap.tc.webdynpro.clientserver.session.RequestManager$ExceptionHandler.sendErrorPage(RequestManager.java:1525)

at com.sap.tc.webdynpro.clientserver.session.RequestManager$ExceptionHandler.handleExpiration(RequestManager.java:1300)

at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:347)

at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)

at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:101)

at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:55)

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

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

at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)

at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)

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

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)

 

2).The received security session id related cookie is not valid. The current request will be isolated in a new session. There might be a few reasons      causing this behavior:

    -> Possible session fixation hacker's attack.

    ->The received security session id cookie is already outdated. One possible solution is increasing the value of the 'SecuritySessionIdGracePeriod'      servlet_jsp property. For more information read SAP Note 1464914.

    -> No security session id cookie is sent (over http) because it is protected via custom configuration of the http service properties        'SecuritySessionIDHTTPSProtection' and 'SystemCookiesHTTPSProtection'.

      Revise the configuration of the http service properties or adapt the problematic scenario accordingly.

 

3).Cannot decrypt original URL: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



Thanks,

Durga Rao V.

Customizing web dynpro Java iview

$
0
0

Hi Experts,

 

We need to add the date column for a table in Reimbursement iview in Employee Self Service.

 

As it is web dynpro java iview how can we customize with NWDS?

 

How can we add the same iview into ESS after customization?

 

How can we capture the date for each Reimbursement entry?

 

Kindly advice on this.

 

Your response will be appreciated.

 

Regards,

Vamshi Krishna


SSO Between SAP PORTAL & NWBC URL (/sap/bc/srm) failed second time open

$
0
0

Hi Expert,

 

We  have a scenario that we are trying to connect NWBC URL iview from SAP portal 7.4 , on this , we configured logical system in protocol -http and application dedication system within portal & created Destination against SAP R3 . pinged both are successfully .

 

Issue is while oppening NWBC URL Iview from Portal is redirected successful with sso (without ask credential of sap Nwbc system) , user doing their job and  Log out from NWBC system (which one opened from Portal earlier ) its successfully logout SAP NWBC system ..0nce again User wants to open and click on NWBC  url Iview from portal (already logged ).. SSo not established between SAP portal & SAP NWBC system thereafter,its ask credential to log into SAP NWBC system though already user already logged into portal already .

 

Why Sso failed second time between SAP portal & NWBC Portal. if logout NWBC Portal .

 

 

Best Regards,
Sudhir JAti

Need to get the war file from server

$
0
0

Dear Experts,

 

We are using portal version 7.3 with Java Launchpad.  We need to replace the Policies and Holiday Calendar in Portal.  And  I am checking with basis team for war file of this application.

 

I requested them to check in the path /usr/sap/<SID>/J<INST-NR>/j2ee/cluster/apps/sap.com/ but not able to find the <application-name>.

 

Please guide us how to get the war file for this from server.  PFB screenshot Holiday Calendar need to be replaced.

 

HolidayCalendar.jpg

 

Please help..

 

Regards

Sowmya

SRM Portal and problems with the IE compatibility mode

$
0
0

Hi,

 

we are using the SAP Portal 7.02 for the SRM scenario (shopping cart & catalog etc.) with the IE11.

 

The SRM Portal is running in the IE compatibility mode. Below internal catalogs we have also OCI shops implemented. If you click on those OCI Shop a new window opens with the shop in an embedded portal frame. Therefore the shop is running with the for the portal relevant settings in the compatibility mode. The problem is that this shop is not working in the compatibilty mode. I tried to fix that with several settings mentioned in SAP notes. I opened a SAP ticket 4 month ago but until today they provided me no solution for our problem.

 

Has anybody the same problem and found a solution for that?

 

Thanks and best regards

Tim

no action on clicking of logoff button in SAP Portal 7.4

$
0
0

Hi All,

 

When I click on logoff link in SAP Portal, it opens a popup with yes or no. On click of Yes, no action is triggered.  popup remains same.

If I click no button, popup is disappearing.  It is happening only if I user proxy portal url.

 

IF I am using direct portal url , logoff functionality is working fine.

 

Can you please suggest some inputs or advice for this strange behavior. Thank you.

 

Regards,

Raghav

How to hide Edit/New/Delete option in clock in/out

$
0
0

Dear Experts,

 

We have enabled the standard clock in/out functionality.

 

Our requirement is only to display the details. Please let us know how can we disable Edit/New and delete option.

 

In user settings we can only hide the options for corresponding employee, but we want to disable these options temporarily for all employees.

 

clock.PNG

 

Please guide..

 

Regards

SM

Viewing all 526 articles
Browse latest View live


Latest Images

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