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

Common user storage for ISA b2b and SAP Portal

$
0
0

Hi

We have implemented ISA b2b R/3 Edition and SAP Portal. Currently we have user datasource for Portal as portal database and for ISA b2b it is ABAP (SU01).

 

I want a common database for the users so that the user once created through Portal, would be able to login in portal as well can login ISA with the same user id. We would be able to maintain all users through identity management.

 

What would be the best way to do that ?

 

1) Would it be possible by making ABAP as datasource so that whenever a user is created via portal, it would be created in Abap and we can assign the necessary ISA role via SU01.

or

2) Keep portal database/LDAP  as user datasource. Create users in ABAP and the export the users to portal database.

 

Please let me know if any of the above option would work and what would be the best way to implement the same.

 

Regards

Sonal.


SAP Web Dispatcher beside SAProuter

$
0
0

Hello Gurus,

 

A customer wants to be able to access his SAP apps via web browser. Essentially the same as he can do while using SAPgui.

 

The path is Internet -> SAProuter -> SAProuter -> SAP-App. This connection works fine and is productive.

 

So, is it possible to "translate" the used SAProuter-String in SAPgui into a valid web browser link? http://saprouter:8000;saprouter2:8000;SAPapp?

 

I know that SAP can do this with a specialised brwoser of theirs.. and I also heard that for this I would need the SAP Web Dispatcher. Is this correct? Can SAProuter and Web Dispatcher run on the same server? Do I have to install it on both SAProuters or only on the first one (with public IP)?

 

Thanks in advance.

Language Link in Masthead

$
0
0

Hi Exparts,

 

I am new to development in SAP.

 

We are using SAP Portal 7.3 EhP1 SP09.

 

I have imported the Masthead war file and I am trying to modify the Masthead.jsp.

 

I am trying to get the current user to change the user Locale language to/from English/Arabic.

 

I have seen many threads which discuss the same topic but could not full-fill my requirement.

 

I am using the below code to get the user :

 

============================================

IUserMaint user = UMFactory.getUserFactory().getMutableUser(request.getUserPrincipal().getName());

 

But this is giving me exception: The given id "<userID>"is not a unique id of a user!]

============================================

 

I have gone through the below links but no use.

http://scn.sap.com/thread/54206

http://scn.sap.com/thread/737677

http://scn.sap.com/people/michael.nicholls/blog/2006/09/27/let-a-user-change-their-portal-language-graphically

http://scn.sap.com/thread/2148440

http://scn.sap.com/thread/725261

 

Could someone please help me on this issue.

 

Thanks and Regards,

Visweswara Rao A.

SAPinst error

$
0
0

Hello colleagues,

 

when try install the portal in sapinst show this error,

 

Caused by: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection

at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:475)

at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:552)

at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:253)

at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)

at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)

at com.sap.sql.connect.factory.DriverPooledConnectionFactory.createVendorConnection(DriverPooledConnectionFactory.java:50)

at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:37)

at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:651)

at com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:995)

at com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:43)

at com.sap.sql.connect.pool.CreatedObjectsPool.create(CreatedObjectsPool.java:95)

at com.sap.sql.connect.pool.Pool.get(Pool.java:707)

at com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:261)

... 11 more

Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection

at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:392)

at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:434)

at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:687)

at oracle.net.ns.NSProtocol.connect(NSProtocol.java:247)

at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1126)

at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:337)

... 23 more

Caused by: java.net.ConnectException: Connection refused: connect

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:382)

at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:241)

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:228)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:365)

at java.net.Socket.connect(Socket.java:529)

at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:150)

at oracle.net.nt.ConnOption.connect(ConnOption.java:133)

at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:370)

... 28 more

 

Can you help me??

 

Thanks.

Installation error SAP Portal

$
0
0

Hello colleagues,

 

When execute the instalation DB, show this error,

 

   INFO: Start
completed:0 aborted:0 running:1 pending:22
completed:0 aborted:1 running:0 pending:22

com.sap.inst.jmigmon.exception.JCopyException: com.sap.inst.common.exception.TaskExecutionException: com.sap.inst.common.exception.DBConnectionException: com.sap.sql.log.OpenSQLException: Exception of type java.sql.SQLRecoverableException caught: IO Error: The Network Adapter could not establish the connection.
at com.sap.inst.jmigmon.engine.dispatcher.JLoadTask.execute(JLoadTask.java:175)
at com.sap.inst.jmigmon.engine.dispatcher.JLoadTask.run(JLoadTask.java:125)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:761)
Caused by: com.sap.inst.common.exception.TaskExecutionException: com.sap.inst.common.exception.DBConnectionException: com.sap.sql.log.OpenSQLException: Exception of type java.sql.SQLRecoverableException caught: IO Error: The Network Adapter could not establish the connection.
at com.sap.inst.jload.executor.JobExecutor.executeJob(JobExecutor.java:775)
at com.sap.inst.jmigmon.engine.dispatcher.JLoadTask.runJLoad(JLoadTask.java:118)
at com.sap.inst.jmigmon.engine.dispatcher.JLoadTask.execute(JLoadTask.java:147)
... 4 more
Caused by: com.sap.inst.common.exception.DBConnectionException: com.sap.sql.log.OpenSQLException: Exception of type java.sql.SQLRecoverableException caught: IO Error: The Network Adapter could not establish the connection.
at com.sap.inst.common.db.DBConnection.connect(DBConnection.java:158)
at com.sap.inst.jload.executor.JobExecutor.executeJob(JobExecutor.java:770)
... 6 more
Caused by: com.sap.sql.log.OpenSQLException: Exception of type java.sql.SQLRecoverableException caught: IO Error: The Network Adapter could not establish the connection.
at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)
at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:143)
at com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:284)
at com.sap.sql.connect.datasource.DBDataSourceImpl.getConnection(DBDataSourceImpl.java:139)
at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:204)
at com.sap.inst.common.db.DBConnection.connectViaSecureStore(DBConnection.java:112)
at com.sap.inst.common.db.DBConnection.connect(DBConnection.java:152)
... 7 more
Caused by: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:475)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:552)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:253)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
at com.sap.sql.connect.factory.DriverPooledConnectionFactory.createVendorConnection(DriverPooledConnectionFactory.java:50)
at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:37)
at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:651)
at com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:995)
at com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:43)
at com.sap.sql.connect.pool.CreatedObjectsPool.create(CreatedObjectsPool.java:95)
at com.sap.sql.connect.pool.Pool.get(Pool.java:707)
at com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:261)
... 11 more
Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:392)
at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:434)
at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:687)
at oracle.net.ns.NSProtocol.connect(NSProtocol.java:247)
at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1126)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:337)
... 23 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:382)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:241)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:228)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:365)
at java.net.Socket.connect(Socket.java:529)
at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:150)
at oracle.net.nt.ConnOption.connect(ConnOption.java:133)
at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:370)
... 28 more

 

Can you help me? Thanks.

Suggestion On News Functionality

$
0
0

Hello All,

I want to implement NEWS functionality in our portal. We are currently using EP 7.4.

The requirement is is very much simple as below

Portal End user should be able to see the news and alerts broadcasted by different teams like HR, Finance etc.

 

This can be achieved by the News functionality of KM. but i would like to understand that since now we have new options like Wiki and WPC available, can we use them instead g KM?

 

I am particularly interested in Knowing about Wiki.

Since as per my understanding Wiki can be used to publish pages, documents among team members and also compare and maintain versions of them.

 

Please provide your valuable suggestions and thoughts.

 

Thanks & Regards

Jeet

how to insert iiop corba in configtool??

user administrator locked

$
0
0

Hello colleagues,

 

I have the user administrator locked, i need unlock user but in the configtool i cant change the parameter,

 

image.jpg

 

Can you help me?

 

Thanks.


Refresh functionality in portal

$
0
0

Dear Experts,

I'm facing issue regarding REFRESH functionality in WDP ..The issue is i have REFRESH(FPM Button) on my screen and when ever the user clicks on it , the screen should refresh(should come to initial state).

 

And on refresh button event, i'm launching the screen by using below code.

 

Capture.JPG

 

But, when appl'n is tested from portal, it is working incorrectly. If i pass parameter use_suspend_plug = ' ', first time on click of refresh button in portal,it is opening screen in portal it self, and on second click of refresh button in portal screen, it is opening screen in new window.

 

Is it better to launch the appl'n or to refresh/clear all the screen element values and bind it again?... Here i have one more probelm, the ex-developer of the component has declared some attributes(nearly 15 attributes) in view controller(which cannot be access in component controller) and i cannot read those view controller attributes in component controller. so that i can read those attributes and clear the values( which is not possible now).

 

Pls help me to achieve REFRESH(F5) functionality .

 

Thanks

KH

Portal Theme -> not able to replace horizontal divider

$
0
0

Hi All,

 

I want to replace the blue colored bar under the TLN. But I am not able to do so.

I tried changing it through Theme -> Horizontal Divider but it takes the blue color again. (Separator.gif)

 

I am also trying to modify it thru com.sap.portal.navigation.toplevel.par but I am not getting where to change it. I am unable to find where exactly it refers to the bar.

 

Please guide where should I change in the par file . Any pointers will be helpful.

 

 

Regards

Shilpa Bhanot

Portal 7.3 & Web Dynpro iView, both accessed from Internet via Web Dispatch

$
0
0

Hi guru,

 

I'd like to know the best (or the correct) way to configure the FQDN and required DNS setting to allow user access ABAP Web Dynpro iview from internet.

 

My setup here is very typical:

 

  • One EP 7.3 in intranet, having "ep.internal.mycomp.com" as FQDN (given during installation)

  • One SAP ECC in intranet, having "erp.internal.mycomp.com" as SAPLOCALHOSTFULL parameter

  • One Web Dispatcher in DMZ, having "service.mycomp.com", and listen to 80 port (later added 8000 port for AS ABAP).

   User access my portal by using http://service.mycomp.com/irj, no problem.

 

But problem raised during access WD4A iview, here are my problem and questions:

 

[Problem]

At the beginning, we found that the WD4A iView can only be accessed in intranet, not from internet. Eventhough we register "service.mycomp.com" in public DNS. After some http level analysis, I was shock that the WD4A iview is provided directly by AS ABAP which running this WD4A, EP does not play a "relay" role. (Don't believe the URL bar in your IE, use Tamper Data or HTTP live to check the HTTP requests, you will get it). Since we DO NOT have "erp.internal.mycomp.com" in public DNS, so the iview cannot be displayed. But I DON'T want direct access to my ERP box.

 

I don't know a way to get rid of the "erp.mycomp.com" request generated by EP. So I tried to overcome the problem by leveraging the same Web Dispatcher used by EP. And I did make the WDisp -> ERP WD4A work using WDisp's FQDN (ie. service.mycomp.com:8000, also keep original service.mycomp.com:80 to EP), but the iview in EP does not use this FQDN. It use the SAPLOCALHOSTFULL parameter configured in backend ERP.  WDisp does not do any URL replacement for me.

 

[Question 1]

Is there any way to hide WD4A iview in EP (server to server communication only)?

 

[Question 2]

If I can only have "service.mycomp.com" entry in my public DNS, should I change the SAPLOCALHOSTFULL in ERP to "service.mycomp.com"?  I doubt  that it may cause a "loop" situation between WDisp and ERP ?

 

[Question 3]

Is it possible to access WD4A on ERP by two different FQDNs (one for public via WDisp, the other for internal access w/o WDisp) ? I know there is only one SAPLOCALHOSTFULL configuration.

 

Anyone have done such integration ? please share your configuraiton. Thanks

Integration of Fiori Launch Pad in SAP Portal

$
0
0

Hello everyone,

 

Is it possible to integrate the Fiori Launch Pad into the SAP Portal? Any Ideas, Links to Documentation,...?

 

Thank you!

 

BR, René.

F4 is not working in Portal

$
0
0

Hi All,

 

I am running BEx Report in portal through - RSRT - Java Web .

 

Here my BW Query have Input variables and when I am trying to get F4 help , then list of values are not coming.

 

For same Query and variable - list of values are coming in Bex analyser.

Master data is available for characteristics.

IE version is 11.0

 

It is happenings for all queries in my BW system.

 

pic 1.PNG

 

Here I tried to do F4 search for DIVISION and it got struck(Below Image)

pic 2.PNG

 

Any suggestions.

 

Regards,

 

Vijay

Parameter from iview to transaction

$
0
0


Hi SDN,

 

How can I transfer a parameter from iview to a Z transaction ?

 

I've tried using application parameter but I suppose, on this case, the parameter must be a screen field. I don't want to use a screen field. Is there any other way?

 

Thanks

Maria João Rocha

Cannot process expression

$
0
0

I am getting below error when accessing Standard PPM contents using Webdynpro for ABAP iview from Portal. System Alias is defined properly.

 

Portal Version: NW 7.31 SP09

 

#2.#2014 04 14 09:54:29:815#0-600#Error#com.sap.portal.prt.runtime##EP-PIN- PRT#tc~epbc~prtc~api#C0000A0B024E19FD000000030176009A#595464950000000004#sap.com/com.sap.portal.runtime.system.hooks#com.sap.portal.prt.runtime#BPate

l#565##DC0A0FB0C3E711E3A07E0000237E12F6#10140ad2c3ed11e39b520000237e12f6#10140ad2c3ed11e39b520000237e12f6#0#Thread[HTTP Worker [@1635624791],5,Dedicated_Appl ication_Thread]#Plain## 09:54_14/04/14_0042_595464950

[EXCEPTION]

com.sapportals.portal.appintegrator.ApplicationIntegratorException: Unable to parse template 'sap-cssurl=<LAF.StylesheetUrl[URL_ENCODE]>&<LessThemeParameter[IF_false PROCESS_RECURSIVE]>&sap-cssversion=<LAF.Version[URL_ENCODE]>&<TrayInformation[IF_false PROCESS_RECURSIVE]>'; the problem occured at position 11. Cannot process expression <LAF.StylesheetUrl>

.......

.......

Caused by: com.sapportals.portal.appintegrator.template_processor.TemplateParserException: Unable to parse template 'sap-cssurl=<LAF.StylesheetUrl[URL_ENCODE]>&<LessThemeParameter[IF_false PROCESS_RECURSIVE]>&sap-cssversion=<LAF.Version[URL_ENCODE]>&<TrayInformation[IF_false PROCESS_RECURSIVE]>'; the problem occured at position 11. Cannot process expression <LAF.StylesheetUrl>

............

............

Caused by: java.lang.NullPointerException: while trying to invoke the method com.sapportals.portal.prt.service.laf.IThemePartInfo.getThemeType() of a null object returned from java.util.Map.get(java.lang.Object)

 

Bhavin


Activate SSO with AD Kerberos

$
0
0

Hello,

 

I installed a Netweaver 7.4 AS Java Portal with a MaxDB instance inside a test environment.

 

I would like to validate (amongst other features) the SSO capability.

To do so I created another Win 2008R2 server that I configured with an AD server.

 

Within the AD I created two users:

  * "j2ee-RM1" where RM1 correspond to my netweaver instance.

  * "viewer2" which purpose is to be a plain user to test the connection as SSO client.

 

In Netweaver, I configured the SPNEGO via it's dedicated wizard. (http://mysap_ip:50000/spnego) using the j2ee_RM1 ID and related domain.

 

Then I connected as "viewer2" on the Win AD server. Via Internet Explorer I navigated to the Netweaver portal URL.

I expected To be logged directly into the portal but instead I got the usual SAP Login frame.

 

I searched and digged into SCN, notes and other documentation, but I found nothing that was clear enough to help me in this validation process.

 

Who knows about a clear and complete documentation to setup this SSO stuff?

 

Renaud

TREX cluster

$
0
0

Hello colleagues,

 

I have two nodes in cluster, node A and node B. In the configuration nameserver I have the name C (cluster name)

 

In the node A the console Trexadmin the index is green. In node B the console Trexadmin the index dont exist.

 

How to configure properly? The find in EP dont work.

 

TREXADMIN node A

 

image.jpg

 

INDEX node A

 

image.jpg

 

SERVER STATUS TREX MONITOR

 

image.jpg

 

ERROR FIND IN PORTAL

 

image.jpg

 

Can you help me?

 

Thanks

Not allowing to upload UWL.xml file in the portal's uwl configuration.

$
0
0

Hello Friends,

 

 

I downloaded the XML file and added following <Action reference="refresh"/> in the XML file and uploaded it.

I am getting an error sending message while uploading uwl.xml file.Thu Jan 23 12:06:20 CET 2014 (Configuration) :org.xml.sax.SAXException:The content of element type "View" must match "(Descriptions?,DisplayAttributes?,AllowedFilters?,Actions?,SortGroups?)".

 

I have closed the action tags properly still it persists.

 

Please Help me solve this issue asap.

 

Thanks,

Shumana Roy.

Cannot see the role immediately that is assigned to an user in SRM integrated EP portal 7.0

$
0
0

Hi Friends,

 

I have an issue related to SRM integrated EP portal 7.0

 

Whenever i create a new role or any existing role, I assign it to any user, I cannot see the role immediately in the home screen of the portal.

 

The role appears and reflects after 4-5hours on the home screen.

 

I am not able to find out the issue, I have cleared my cache and also tried to open portal in Mozilla but it doesn't seem to be a browser specific issue.

 

Can you guys please help me solve my problem.

 

 

 

Thanks & Regards,

Shumana Roy.

Single Sign On problem

$
0
0


Dear Suport,

 

We have one problem about Single Sign On in portal,the portal environment is cluster,we had configed Single Sign On, when i logon on A manchine to test Single Sign On that is ok,but when  i logon on B manchine to test  Single Sign On that is bad. I test jco  and rfc that is ok.Pls help me.Thanks.

 

The errror msg as below:

 

PortalSystemLandscapeSource.getConnection(IUser,String,DestinationFilter,Map) Failed to get connection. Original exception: A nested exception occurredCould not initialize physical connection. Linked Exception: A nested exception occurredCould not create JCO connection. Linked Exception: \#\#\#\#\# SSO \#\#\#\#

[EXCEPTION]

com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection.

        at com.sapportals.connectors.SAPCFConnector.SAPConnectorException.getNewConnectionFailedLocalizedException(SAPConnectorException.java:182)

        at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnectionFactory.createManagedConnection(SAPCFConnectorManagedConnectionFactory.java:155)

        at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:401)

        at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:295)

        at com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54)

        at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorConnectionFactory.getConnectionEx(SAPCFConnectorConnectionFactory.java:173)

        at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:401)

        at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:354)

        at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:305)

        at com.sap.portal.connectivity.destinations.portal.PortalSystemLandscapeSource.getConnectionWithOverridingProps(PortalSystemLandscapeSource.java:120)

        at com.sap.portal.connectivity.destinations.portal.PortalSystemLandscapeSource.getConnection(PortalSystemLandscapeSource.java:93)

        at com.sap.portal.connectivity.destinations.impl.DestinationServiceImpl.getConnection(DestinationServiceImpl.java:185)

        at com.sap.portal.connectivity.destinations.DestinationsService.getConnection(DestinationsService.java:102)

        at com.sap.portal.comp.TestConnectionComp.isConnectionOK(TestConnectionComp.java:370)

        at com.sap.portal.comp.wdp.InternalTestConnectionComp.wdInvokeMethod(InternalTestConnectionComp.java:212)

        at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterfaceInvocationHandler.invoke(ExternalControllerPI.java:339)

        at com.sun.proxy.$Proxy775.isConnectionOK(Unknown Source)

        at com.sap.tc.pp.adm.wu.system_landscape.SystemLansdcapeOverviewComp.testConn(SystemLansdcapeOverviewComp.java:717)

        at com.sap.tc.pp.adm.wu.system_landscape.wdp.InternalSystemLansdcapeOverviewComp.testConn(InternalSystemLansdcapeOverviewComp.java:289)

        at com.sap.tc.pp.adm.wu.system_landscape.SystLansdcapeOverviewCompView.testConnection(SystLansdcapeOverviewCompView.java:2256)

        at com.sap.tc.pp.adm.wu.system_landscape.SystLansdcapeOverviewCompView.onActionTestConnection(SystLansdcapeOverviewCompView.java:758)

        at com.sap.tc.pp.adm.wu.system_landscape.wdp.InternalSystLansdcapeOverviewCompView.wdInvokeEventHandler(InternalSystLansdcapeOverviewCompView.java:787)

        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)

        at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)

        at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)

        at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:94)

        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)

        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)

        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)

        at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)

        at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)

        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)

        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)

        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingEmbedded(ApplicationSession.java:919)

        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:878)

        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)

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

        at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:62)

        at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.service(DispatchHandlerForRequestManager.java:39)

        at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.service(DispatchHandlerForRequestManager.java:46)

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

        at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToAppContext(ExecutionContextDispatcher.java:68)

        at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:53)

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

        at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.callRequestManager(JavaApplicationProxy.java:1244)

        at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.callEmbeddedApplication(JavaApplicationProxy.java:1122)

        at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$SendDataAndProcessActionCommand.doExecute(JavaApplicationProxy.java:1605)

        at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$AbstractCommand.execute(JavaApplicationProxy.java:1488)

        at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.execute(JavaApplicationProxy.java:1028)

        at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy.execute(JavaApplicationProxy.java:859)

        at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy.sendDataAndProcessAction(JavaApplicationProxy.java:468)

        at com.sap.tc.webdynpro.portal.pb.impl.JavaApplicationProxyAdapter.sendDataAndProcessAction(JavaApplicationProxyAdapter.java:191)

        at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1698)

        at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:369)

        at com.sap.portal.pb.PageBuilder$PhaseListenerImpl.doPhase(PageBuilder.java:2123)

        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:251)

        at com.sap.tc.webdynpro.clientserver.phases.PortalDispatchPhase.execute(PortalDispatchPhase.java:50)

        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)

        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)

        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)

        at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)

        at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)

        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)

        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)

        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:908)

        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:880)

        at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)

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

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

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

        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)

        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)

Viewing all 3876 articles
Browse latest View live


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