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

Re: SSO intergration in Portal with JAVA system

$
0
0

Hallo,

 

did you import the certificate (chain) into the target system?

Anything in dev_icm trace file?

 

Regards

Thomas


Re: Stop header X-UA-Compatible

Re: How to set HTTP header in portalLogon.jsp

$
0
0

Hi Mikhail,

 

Was your problem solved?

 

BR,

Saar

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

Re: no action on clicking of logoff button in SAP Portal 7.4

$
0
0

Hi Ravi,

 

Thank you for the mail.

 

SAP Netweaver portal logoff url is already set in NWA-> Configuration->Authentication and Single Sign-on.

 

 

Regards,

Raghav

Re: Navigation issue in mss role

$
0
0

HI Smruti,

 

Kindly suggest how u solved this problem ?

 

BR,

Shobhit

MSS WDA - TEAM Detailed Navigation click/Link not working

$
0
0

HI Experts,

 

I am facing a strange issue for that I am seeing assistance.

 

I have a custom MSS role and I added/Delta linked the Team work set from MSS Add-on to my custom folder and attached it to my role. Now this working perfectly fine in DEV box. Now when I move everything to QA the screen the detail navigation is not showing up. Also in the standard role when I click on TEAM in DTN it do not do anything and comes back to first role in hierarchy.

 

 

MSS Team Issue.JPG

 

BR

Shobhit

Business packages required for WD ABAP ESS/MSS

$
0
0

Hi Experts,

 

We are planning to implement WD ABAP ESS/MSS in our NW 7.4 Portal. Can some one please guide me which Business Packages are need to be installed on portal for the same. we are having ERP 6.0 Ehp 7.

 

Regards,

Pankaj


Re: MSS WDA - TEAM Detailed Navigation click/Link not working

Re: no action on clicking of logoff button in SAP Portal 7.4

$
0
0

Hi Raghavendrantha,

 

Then I am suspecting that there is no code written on onClick() event. Please take help from web DynPro JAVA developer and ask him to have a look in code.

 

Regards,

Ravi Maheshwari

Re: no action on clicking of logoff button in SAP Portal 7.4

$
0
0

Hello Raghavendranath,

 

Are you the only one who's facing this problem or is this true for all portal users?

 

If it's only for your user ID, it's probably due to the fact that SSO cookie is getting stored in your temporary internet files and you can clean your temporary folder, clear browser cache and cookies, open a new session and it should work.

 

If this is true for all users, you can use a browser tracing tool (e.g. httpwatch professional or fiddler)  to check what is happening  when you click on log-off button from proxy URL.

 

Additionally, please share if you are you using any Web-SSO mechanism or single sign-on options?

 

Regards

Radhika Chhabra

Re: error on cutomized logon screen

$
0
0

Hi Saar,

I'm using the 7.3 ds, as attached, it should be the SP?nwds.jpg

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

$
0
0

Hi Saar/Ravi,

 

thank you for your reply.

 

I am able to see the .wda file not .ear files. how can i get the application source to NWDS.

 

Please help me.

 

Regards,

Prasad

Re: SRM Portal and problems with the IE compatibility mode

$
0
0

Hello Tim,

 

could you solve your problem?

 

I think we are facing exactly the same problem with an external catalog.

 

The portal is rendering in quirks (IE5) but the catalog needs to render in standard mode (edge, IE9).

 

The catalog rendered fine with Firefox.

 

Using the new AFP standard mode framework page (available from 7.40 SP9 and above) might be a solution but I have not tried so far.

 

Best regards,

 

Paul

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

$
0
0

Hi Saar/Ravi,

 

Please reply...

 

I am able to see the .wda file not .ear files. i want to see application source in NWDS.

 

Please help me.

 

Regards,

Prasad


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.

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

$
0
0

Hi Prasad,

 

please unzip .wda file and you will get the .java files (actually the code) you want. you can use winrar software to unzip it.

 

Regards,

Ravi Maheshwari

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

$
0
0

Hi Ravi,

 

I have unzip.wda file and i have got the some folder and in that only .jar file and xml files are there.

 

I am trying to import through Existing program into workface and i am getting .project file is required.

 

Please help me.

 

Regards,

Prasad

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

$
0
0

Hi Prasad,

 

.jar file is nothing but again the combination of .java files only. Please unzip require .jar file and see if you can get the code you needed.

 

Regards,

Ravi Maheshwari

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

$
0
0

Hi Ravi,

 

Executable jar file it is.i want to see the application source code like view design and component logic.

 

Please explain in details in NWDS steps also.

 

Thank you for your support.

 

Regards,

Prasad

Viewing all 1661 articles
Browse latest View live


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