cancel
Showing results for 
Search instead for 
Did you mean: 

Bean RSSDK_LOGSYS_REMOTE_GET not found on host

Former Member
0 Kudos

Hello friends, I am trying to set up a UD connection from a BI 7.31 to Teradata.

I deploy the JDBC driver and create the datasource in the J2EE engine.

Create Jco from App Java to the App ABAP recording a program with the name TERADATA.

With transaction SM59 rfc created the TCP-IP type that points to program TERADATA.

With the RSA1 believes the UD type source system with all the data that correspond, but when trying to check the source system throws the following error in the file dev_jrfc.trc.

Exception thrown [Wed Apr 24 10:43:02,600]:Exception thrown by application running in JCo Server

java.lang.RuntimeException: Bean RSSDK_LOGSYS_REMOTE_GET not found on host sapqbw, ProgId =TERADATA: Object not found in lookup of RSSDK_LOGSYS_REMOTE_GET.

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

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

        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:185)

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

Caused by: com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of RSSDK_LOGSYS_REMOTE_GET.

        at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:630)

        at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:363)

        at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:655)

        at javax.naming.InitialContext.lookup(InitialContext.java:392)

        at javax.naming.InitialContext.lookup(InitialContext.java:392)

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

        ... 5 more

Sapqbw is the name of server of APP server abap and java

The version of SPS is 5.

Any suggestions

Best regards

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_ostrop
Active Contributor
0 Kudos

we have the same problem (after upgrade BW from 7.01 to 7.31 , and after Dualstack-Split)

did you get a solution to this issue already? 

Chris


christoph_ostrop
Active Contributor
0 Kudos

this note 1658310 is very helpful => http://service.sap.com/sap/support/notes/1658310

- JNDI Name should be defined to the cloned SDK_JDBC

- the (former used) JCo RFC Provider (with Programm-ID ..... ) should NOT be activated

follow this note 1658310 and the attached How-To docs (PDF).

Chris