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