cancel
Showing results for 
Search instead for 
Did you mean: 

Integration with EP

Former Member
0 Kudos

Dear All,

We are working on integrating BI with Portal and currently in the middle of that. We use RSPOR_SETUP for this and at step 12 we face the following error:

Line: -


Check RFC connection with RSWR_RFC_SERVICE_TEST

RSWR_RFC_SERVICE_TEST

RFC Destination: DEV_SKSERV_DEV

Return Value: 1 (System failure)

System failure indicates normally an authentication problem between ABAP and Java.

Please check note 888687 for details (section "Authentication errors in RFC-based ABAP to Java communication").

Line: -


We have checked through the configurations but yet to get a clue. We used the diagnostics tool as per the [note 937697|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=937697] and found there is some problem with the configuration in WebAS ABAP settings and reported the following error:

Line: -


Web Template Validation failed due Java to ABAP communication problem (return code:ERSBOLAP018) Check Connector Connection of System Object in Portal System Landscape -

Call ABAP->Java for function RSWR_RFC_SERVICE_TEST failed for destination 'DEV_SKSERV_DEV' Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway. -

Call ABAP->Java for function RSRD_MAP_TO_PORTAL_USERS failed for destination 'DEV_SKSERV_DEV' Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway

Line: -


The following error is reported in the dev.jrfc.trc trace file:

Line: -


Exception thrown [Fri Oct 03 01:28:59,706]:Exception thrown by application running in JCo Server

java.lang.RuntimeException: Bean PRTRFC_BASEnot found on host skserv, ProgId =DEV_SKSR: Object not found in lookup of PRTRFC_BASE.

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:138)

at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

Exception thrown [Fri Oct 03 01:29:00,003]:Exception thrown by application running in JCo Server

java.lang.RuntimeException: Bean PRTRFC_BASEnot found on host skserv, ProgId =DEV_SKSR: Object not found in lookup of PRTRFC_BASE.

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:138)

at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

Exception thrown [Fri Oct 03 01:29:00,128]:Exception thrown by application running in JCo Server

java.lang.RuntimeException: Bean PRTRFC_BASEnot found on host skserv, ProgId =DEV_SKSR: Object not found in lookup of PRTRFC_BASE.

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:138)

at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

Line: -


The following would help to analyse the issue:

Both EP and BI were with same application server

SSO is working fine between EP to BI and vice versa

SAP EP and BI were 7.0 Version with Support package 15

we use j2ee_admin user in JCO RFC Provider

The client is 200 (different from the 001) and we created two users j2ee_admin and SAPJSF replicating with roles existing in 001 client and the same password is maintained

Are we missing anything? Any clue would help us much.

Regards,

Anand

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

to me there was a solution within Note 1573365 - Sporadic communication error in BEx Web 7.X

We had similar JCo pointing to the same BI ABAP system after removal of the old one issue disapeared.

"In the menu, choose "Extras ->  System Information -> Target System" several times in succession and  check the IP address of the target system each time. The IP addresses  must belong to the server node of the same system and all the server nodes must be functional."

Former Member
0 Kudos

Resolved by own

tim_karcher
Member
0 Kudos

Hi,

what was the solution to this problem?

I have the same behaviours here and don't see the problem.

Thanks for answer,

Best Regards

Former Member
0 Kudos

Hy, i think that the best solution to Integrate BI and Portal consist of execute the configuration wizard on Netweaver Administration (http://<hostname>:<javaport>/nwa) .

This wizard automatically configure the portal and BI very well.

Activities

To automatically execute basic steps for configuring the BI Java usage

type for integration into the portal, proceed as follows:

1. Call the configuration wizard by choosing quick link /nwa:

<PORTAL_PROTOCOL>://<PORTAL_SERVER>:<PORTAL_PORT>/nwa

2. Under scenario, select BI Java.

3. Choose the BIPostInstallProcess template. Under Task, the individual

steps that are executed by this template are also provided.

4. Choose Execute Task.

5. Adjust the default values under Data Entry. Note the following with

respect to the input values:

ABAP:

- ABAP_ADMIN and ABAP_PASSWORD are used for the RFC connection

during installation

- BACKEND_SYSTEM, BACKEND_SYSNUMBER, and BACKEND_CLIENT describe

the BI system (AS ABAP)

- BACKEND_HTTP_PORT can be determined using function module

RSBB_URL_PREFIX_GET (or using the report)

- BACKEND_SID is the system ID for the BI system

JAVA:

- J2EE HOST and J2EE SID specify the J2EE Engine (AS Java)

- J2EE HTTP PORT is the HTTP port of the J2EE Engine and has the

numbering convention 5<J2EE_SYSNUMBER>00 (for example, 51000 for

the system number 10)

- P4PORT is the TCP/IP port of the Visual Administrator and is

calculated using <J2EE_HTTP_PORT>+4 (for example, 51004)

6. Choose Install.

Hope to help you.

Andrea

Former Member
0 Kudos

Hi Anand,

can you post the solution for this.

Former Member
0 Kudos

Hate people who just say it is resolved and don't provide any info on how they did it.

former_member229542
Active Participant
0 Kudos

Hi Anand. Could you please post the solution to this issue?

Thanks

Former Member
0 Kudos

Yeah we have this error in NW7.3 and BI4 and it is sooooooooooooo frustrating not to post resolutions after you ask for help.  Anand R you are lame

former_member192350
Active Participant
0 Kudos

Lee, for a 7.3 system check note 1735782

Former Member
0 Kudos

Hello All,

Any help in this issue?

Regards,

Anand