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

ADS Confoguration Issue

$
0
0

Dear Team,

 

     By following the below links We did the ADS Configuration between newly installed ECC6 EHP5 and NetWeaver 7.3EHP1 systems.

 

http://scn.sap.com/docs/DOC-45347  http://scn.sap.com/docs/DOC-27538 

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/a8/fe362be64d4e3784e951e482a6eaff/content.htm

 

But when we are testing FP_CHECK_DESTINATION_SERVICE report through SA38  we are getting the following error.

 

SYSTEM ERROR: ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception during render: com.adobe.ProcessingException(200.101).

Exception of class CX_FP_RUNTIME_INTERNAL"

 

We did the following tests from our side in both ABAP and Java systems.

 

1)FP_PDF_TEST_00 report is showing version number(ADS RFC connection is working)

2)ADS Rfc connection is showing Http Response 405(According 1177315 note we can ignore 405 response)

3)Finished Java Functional Unit Configuration after completion of NW 7.3 EHP1 Installation

4)fpads and fp services are running

5)rpData test is also working fine

6)<FP_ICF_DATA_SID> destination is giving Error during ping operation: Ping not successful! Received HTTP response 404(ignorable)

 

all tests are working but we are getting the above issue.Request you provide valuable suggestions.

 

Thanks You

Maruthi Vutukuri


FSCM Iview issue

$
0
0

Hi All,

 

We have implemented Credit management in our Portal . In Credit management "customer" iview is not working as expecetd.

 

When we select Customer in table and click on "Block/Unblock customer accout " or " Business partner Master Data" button , no action is getting triggered . If I open "Block/Unblock customer accout " iview its opening .

 

But its not opening in "customer" iview.

 

Thanks in Advance.

 

Regards,

Krishna.

Compatibility with IE8?

$
0
0

Hello,

 

I would like to know which versions of SAP support IE8? Could you inform me.

 

Please tell me if there is an official page (provide the complete url) where I can find the compatibility of SAP with the different browsers.

 

Regards,

Julien

WD JAVA personalization is not Working

$
0
0

Hi All,

 

We are on EP 7.31 and ECC 6.0 EHP5.

 

I tried to personalize the standard ESS Leave Encashment IView through WD Personalization.

 

I followed as per the SAP NOTE 1234273.

 

I modified some text, hide table columns, Hide links,........

 

Only Table column Hide/ Unhide are getting reflected globally to all Users, Text changes ( changes in text ) are ignored globally.

 

Emphasization on texts are reflected globally, but text changes are not.

 

But when I Preview the IView, I can see all the changes getting reflecting perfectly.

 

Screen shot are attached, please check.

 

Please help me.

 

Is there any note needed to apply.

 

Am I missing any thing?

 

Thanks,

 

SAP EP.

Automating Portal Role Assignment

$
0
0

Currently Portal Role and LDAP Group are mapped manually by Security Team.Portal is currently having UME Data source as LDAP. .Current approach would create user id and Role in relevant ECC and BW system. LDAP would be used only to have personal data like Name, Address etc. No ECC/BW  Z* Role(Technical Role) would be assigned in LDAP. That would be done in CUA, which connects all ECC/BW system.We have thought to creating a Custom Table and RFC would fetch user details and take the correct Portal Role from the table and assign the Portal Role to  the user in Portal via Java Code(might be we use webservice).

Now my question is is this approach correct?As we are using ITS iviews,so if we assign Portal Roles to the user,when they login and click the iviews they wouldn't get SSO screen and same userids present in ECC (SSO done with ECC).

Is this good approach?Please can you help with any new approach.Our Portal in 7.01

 

Please keep in mind

1)Our UME datasource is LDAP

2)We don't want Role Migration tool to be used.

3)We want to automate the role assignment process

 

Thanks,

Tisha

Error while creating ARFC 2 model in Webdynpro java

$
0
0

Hi All,


I am trying to create Adaptive RFC 2 model in NWDS 7.3.

I am using Windows XP (Professional Service Pack 2) machine.

When I configure R/3 destination and try to create the model, I get the below error in NWDS Error logs.

 

 

org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: Could not initialize class com.sap.mdi.jco7.Factory)

at org.eclipse.swt.SWT.error(SWT.java:3884)

at org.eclipse.swt.SWT.error(SWT.java:3799)

at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)

at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3885)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3506)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)

at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)

at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)

at com.sap.cmi.modeltype.arfc2.util.ConnectionCreation.connectToServer(ConnectionCreation.java:61)

at com.sap.cmi.modeltype.arfc2.wizard.PageARFC2ImportDetails.getNextPage(PageARFC2ImportDetails.java:478)

at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:823)

at com.sap.ide.cmi.core.internal.newmodelwizard.NewModelWizardDialog.nextPressed(NewModelWizardDialog.java:87)

at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)

at com.sap.ide.cmi.core.internal.newmodelwizard.NewModelWizardDialog.buttonPressed(NewModelWizardDialog.java:109)

at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)

at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)

at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)

at org.eclipse.jface.window.Window.open(Window.java:801)

at com.sap.ide.cmi.core.internal.services.CreationServiceUI.createModel(CreationServiceUI.java:70)

at com.sap.ide.cmi.core.browser.actions.CreateModelAction.run(CreateModelAction.java:61)

at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseSelectionSingleAction.run(BaseSelectionSingleAction.java:39)

at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseSelectionAction.runInternal(BaseSelectionAction.java:79)

at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseSelectionAction.run(BaseSelectionAction.java:71)

at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)

at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)

at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)

at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)

at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)

at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)

at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)

at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

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 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)

at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.sap.mdi.jco7.Factory

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:169)

at com.sap.mdi.jco.JcoStarter.getFactory(JcoStarter.java:14)

at com.sap.ide.jco.connection.internal.ConnectionManager.createObjectFactory(ConnectionManager.java:81)

at com.sap.ide.jco.connection.internal.ConnectionManager.connect(ConnectionManager.java:47)

at com.sap.cmi.modeltype.arfc2.util.ConnectionCreation.internalConnectToServer(ConnectionCreation.java:131)

at com.sap.cmi.modeltype.arfc2.util.ConnectionCreation$1$1.run(ConnectionCreation.java:98)

at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)

at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)

... 52 more

 

 

Kindly Please help and provide your input to fix this issue.

 

Regards,

Pankaj

Show Terms and Conditions after login

$
0
0

Hi everyone,

 

 

I have the following requirement: After a user successfully login, a window showing terms and conditions should be displayed.

 

 

If user accepts these terms, the usual portal window should be displayed. If rejects, a logoff must be forced and the user should be brought to login screen again.

 

 

I've developed a JSPDynPage component that achieves that requirement:

 

AcceptRejectTerms.JPG

 

I've followed this thread http://scn.sap.com/thread/2126098  to "put" this JSPDynPage as the first screen showed after user login, and after the user accepts he/she is brought to the expected portal window. However, the URL showed is http://buckle:50100/irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default, instead of the usual /irj/portal.

 

AcceptRejectTerms2.JPG

...

Any ideas? I'm having the feeling as if something is missing....

 

Help will be really appreciated.

 

Thanks in advance.

 

 

Best regards,

 

 

Marcelo

Mapping of a Windows network path into UNIX SAP Portal

$
0
0

Dear all,

 

our SAP Portal (version 700) runs on a Solaris machine. We want to map a Windows network path with documents to the Portal KM. I've searched the usual places quite a lot and still find that this document "Integrating Documents from a Windows System into KM" is valid. Or am I wrong?

 

If it's still valid, it would mean the ADS Domain must run in "Mixed Mode" to get the integratin working. Our Win-Admins tell me, that our AD is Windows 2008 based which only suppports "Native Mode". So I can't implement this scenario.

 

Alternativly I could try to map the network path as WebDAV Repository Manager into the Portal KM. The only problem I got with this alternative scenario is, I only got the UNC-notation for my network path and no HTTP-path.

 

Do you have anny suggestions for an elegant and sinple solution to my mapping problem?

 

 

Thanks in advance.

 

Best Regards,

Alex


Restart of AS Java after CMS Change/SDM Deployment

$
0
0

Its been quite sometime we have been having internal debates on our own company NZDT policy.

 

HI All,

 

We have NWDI movements and manual EAR deployments on production. In order to achieve zero downtimes we have stopped restarting the server for many of the changes and until the development team mentions specifically or a issue is reported.

 

Is it true that model changes only require system restarts. What about the SDM deployments we do, are there jobs running that immediately copy all deployed EAR libs and content throughout the other server nodes??

 

What should be the ideal change scenarios where a restart of the Java AS is must. (I must say we have been doing pretty well till now, and issues have been reported so far).

 

Regards,

Varun

Password of service user changed

$
0
0

hi,

The password of service user which is used to logon to the backend system from the portal was changed. Since the password has changed, we are not able to connect to the backend system from portal. As a solution trial, the password was reverted to original but the situation is the same. We are still not able to connect to the backend system.

please suggest what might be causing the issue? What if I want to sync the password of service user in portal with that of the backend service user.

 

thank you !

seventyros

s

Users created in SAP SRM are not visible in Portal UME

$
0
0

Hi All,

 

We are having SAP SRM 7.0 and Portal 7.3. Want to automate the creation of user in Portal when the user is created in SRM backend.

Activated the UME-SPML connection and followed the guidelines mentioned in the document http://help.sap.com/saphelp_srm70/helpdata/en/08/bae789ee8743d5b4cb2fbf93a9831b/frameset.htm

 

Even after following the steps mentioned in the document,users are not appearing in portal UME  when the users are created in SRM backend( in SU01).

Checked the log but could not find anything relevant.

 

Has anyone faced a similar issue, kindly help me out here.

 

Thanks and Regards,

Pradeep

SRM user not visible in Portal UME

$
0
0

Hi All,

 

We are using SRM 7.0 and Portal 7.3. We want to automate the user creation in portal via SAP SRM 7.0 using UME-SPML connection.

 

we have followed the guidelines mentioned in the document

http://help.sap.com/saphelp_srm70/helpdata/en/08/bae789ee8743d5b4cb2fbf93a9831b/frameset.htm

 

Even after following the steps,users created in SRM backend(in SU01) are not appearing in Portal UME.Could not find anything related to this in trace file and no dump is coming.

Are there any further steps that needs to be followed?

Do we need to have ABAP as datasource for Portal(not mentioned in the above link). Currently we have LDAP as datasource

 

Has anyone faced similar issue.Please guide me in resolving this issue.

 

Thanks and Regards,

Pradeep

Report a problem option on a iview

$
0
0

hi,

I want to configure support desk on one of the iviews. I have followed some of the blogs on the internet and performed below steps

 

created a report a problem iview

supplied the path of this report a problem iview to my iview(on which I want to show the option of report a problem option)

set the property "Show 'report a problem' option" to yes

assigned my iview directly under a role and assigned that role to my id.

 

when I login with my id, I can see that role appearing, I can see the iview assigned to it appearing properly. But the option called "report a problem" is not seen.

How do I activate the "report a problem" option on my iview. which step is missing ?

 

thank you !

seventyros

SAP EP

SRM user not visible in Portal UME even after UME-SPML is activated

$
0
0

Hi All,

 

We are using SRM 7.0 and Portal 7.3. We want to automate the user creation in portal via SAP SRM 7.0 using UME-SPML connection.

 

we have followed the guidelines mentioned in the document

http://help.sap.com/saphelp_srm70/helpdata/en/08/bae789ee8743d5b4cb2fbf93a9831b/frameset.htm

 

Even after following the steps,users created in SRM backend(in SU01) are not appearing in Portal UME.Could not find anything related to this in trace file and no dump is coming.

Are there any further steps that needs to be followed?

 

Has anyone faced similar issue.Please guide me in resolving this issue.

 

Thanks and Regards,

Pradeep

(103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets

$
0
0

Hi ,

 

We have  a portal EP7.0 (SP21). We have CRM & ECC systems configured along with non SAP system like a gateway.

To acces the gateway link from portal we have a custom application (.par file) which reads a text file from KM content. That text file has links to gateway system.

 

We also have a Interaction Center configured from Portal. From IC there is a link to Gateway system. When we click on the the link we get a Portal runtime error and the gateway system is not reached. This gateay system has the backend alias of CRM system.

 

The logic to access gateway from IC is that they have given a URL which is the portal URL followed by the custom component name.

e.g (https://mycompany.com/irj/servlet/prt/... gateway.par).

 

Hoever from portal to gaeway it is fine but from Interaction center to gateway we have a portal runtime error.

 

Note: we do not have JCOs configured nor the SLD.

 

Any help in this regard would be appreciated.

 

Here are the logs

 

08:13_28/08/13_0002_123400250
[EXCEPTION]
com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: Nested Exception. Failed to get connection. Please contact your admin.
at com.sapportals.connectors.SAPCFConnector.SAPConnectorException.getNewConnectionFailedException(SAPConnectorException.java:107)
at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorConnectionFactory.getConnectionEx(SAPCFConnectorConnectionFactory.java:185)
at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:295)
at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:256)
at com.sapportals.portal.ivs.cg.ConnectorService.getConnection(ConnectorService.java:446)
at com.sapportals.portal.ivs.cg.ConnectorService.getConnection(ConnectorService.java:84)
at beans.R3ConnectorBean.getConnection(R3ConnectorBean.java:88)
at beans.GatewayLoginBean.getAccount(GatewayLoginBean.java:131)
at pagelet._sapportalsjsp_gateway_login_page.subDoContent(_sapportalsjsp_gateway_login_page.java:133)
at pagelet._sapportalsjsp_gateway_login_page.doContent(_sapportalsjsp_gateway_login_page.java:39)
at pagelet._sapportalsjsp_gateway_login_page.service(_sapportalsjsp_gateway_login_page.java:23)
at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:133)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:540)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:423)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
Caused by: com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: Nested Exception. Physical connection was not initialized.
at com.sapportals.connectors.SAPCFConnector.SAPConnectorException.getNewConnectionFailedException(SAPConnectorException.java:107)
at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnectionFactory.createManagedConnection(SAPCFConnectorManagedConnectionFactory.java:133)
at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:338)
at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:262)
at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorConnectionFactory.getConnectionEx(SAPCFConnectorConnectionFactory.java:156)
... 50 more
Caused by: com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: Nested Exception. Failed in creating the JCO Connection.
at com.sapportals.connectors.SAPCFConnector.SAPConnectorException.getNewConnectionFailedException(SAPConnectorException.java:107)
at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnection.connectWithJCO(SAPCFConnectorManagedConnection.java:456)
at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnection.establishInitialConnection(SAPCFConnectorManagedConnection.java:204)
at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnection.init(SAPCFConnectorManagedConnection.java:183)
at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnectionFactory.createManagedConnection(SAPCFConnectorManagedConnectionFactory.java:129)
... 53 more
Caused by: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets
at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:516)
at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1086)
at com.sap.mw.jco.JCO$Client.connect(JCO.java:3256)
at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnection.connectWithJCO(SAPCFConnectorManagedConnection

 

 

regards,

Uday


SRM user not visible in Portal UME even after UME-SPML is activated

$
0
0

Hi All,

 

We are using SRM 7.0 and Portal 7.3. We want to automate the user creation in portal via SAP SRM 7.0 using UME-SPML connection.

 

we have followed the guidelines mentioned in the document

http://help.sap.com/saphelp_srm70/helpdata/en/08/bae789ee8743d5b4cb2fbf93a9831b/frameset.htm

 

Even after following the steps,users created in SRM backend(in SU01) are not appearing in Portal UME.Could not find anything related to this in trace file and no dump is coming.

Are there any further steps that needs to be followed?

 

Has anyone faced similar issue.Please guide me in resolving this issue.

 

Thanks and Regards,

Pradeep

Unable to deploy Java application on to J2EE Engine (NWDS)

$
0
0

Hello,

 

I have built an example Calculator Java application and received an error when I deployed it.

I have configured the J2EE engine parameters in the window->preferences and the server is in running state.

SDM is also in running state and in Standalone mode.

However,  I can see only Dispatcher and Server0 in the J2EE Engine tree in my NWDS. To my knowledge I should find SDM Icon as well. ???

 

The error I got suggests that there is a preference property needed for the SDM Engine, but I did not have anything listed anywhere in the workspace Preferences menu.

 

I am using NW Dev Studio version 7.0.10. Does anyone know what the following error means?

 

Feb 22, 2010 3:02:54 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[002]Deployment aborted

Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !

 

This occurs after selecting the option "Context menu -> Deploy on J2EE Engine"

 

(OR)

 

How do I configure the SDM in J2EE engine or in my NWDS ??

 

 

Thanks!

Shravan

webdynpro content administrator

$
0
0

Hi,

 

We have a new portal installation (SAP EP7.0, SP21). We need to set it up in accordance with our DEV systems.

 

But we are encountering following issues in setting up the new portal.

 

1. The webdynpro tab inside the content administration is not opening up. The error message is "Navigation to webpage is cancelled"

2. The content inside that tab comes with the default installation or is there any setting that we need to enable??

3. The Jco destinations is set up by BASIS or we need to set up.

 

Any inputs on the above would be of great help.

 

regards,

Uday

Portal installation & Configuration

$
0
0

Hello everyone,

 

Just started project Portal implementation.

 

So far, successfully installed portal & business package. In addition, configured SLD (Technical System type = Web AS ABAP) and also the JCO (Tested JCO, its all showing successful test results).

 

  1. SAP_R3_Financials                                       ---- Data Type = Application Data
  2. SAP_R3_Financials_MetaData                       ---- Data Type = Dictionary Meta Data
  3. SAP_R3_HumanResources                           ---- Data Type = Application Data
  4. SAP_R3_HumanResources_MetaData           ---- Data Type = Dictionary Meta Data
  5. SAP_R3_SelfServiceGenerics                       ---- Data Type = Application Data
  6. SAP_R3_SelfServiceGenerics_MetaData       ---- Data Type = Dictionary Meta Data
  7. SAP_R3_Travel                                           ----  Data Type = Application Data

   h. SAP_R3_Travel_MetaData                                    ---- Data Type = Dictionary Meta Data

 

But after creating the user with ESS role, when I try to access application by clicking link like whos who and etc, its doesnt show any thing but just blank..

 

two question.

 

1. are all the steps we did SLD and JCO configuration are correct??

2. Since, page is not showing any error message, how could i track, whats the problem? or did we missed anything.

 

Thank you,

 

Tausif

 

 

 

IE 10 Browser compatibility for SAP EP

$
0
0

Hi Experts,

 

We are using ESS and MSS in EP 7.3 and users are facing with Internet Explorer 10(IE)

 

IE 10 is compatible with EP 7.3 or not

 

Please provide solution or work around for the same.

 

 

Regards,

Nary

Viewing all 2686 articles
Browse latest View live




Latest Images