Hi,
The following error message keeps following me:
com.sap.mw.jco.JCO$Exception: (102) JCO_ERROR_COMMUNICATION: JCO.Client not connected in repository call
This message gets displayed when I push the test button of a newly created JCO Connection.
The WD application in question uses two JCO Connections who connect to the same SAP backend system.
The JCO for metadata which is set to use usr/pwd logon method does work, however the one which is set to use ticket (saplogonticket) doesn´t.
The fact that the other JCO works tells me that SLD configuration is correct, as a matter of fact the ping-test of the problematic JCO also works.
I´m logged on to the WD Content Administrator with a username which is also present on the backend so that shouldn´t be the problem either.
Another thing I find strange is that the exception group "JCO_ERROR_COMMUNICATION" will occur in case of some system unavailability due to network/gateway/router issue.
But if that´s the case than the other JCO test should also fail.
On top of that I checked if host / port was known and this also had possitive outcome.
commands:
One thing I could do is set the trace level of JRFC/JCO/JRA, like described in
SAP Java Connector Problem Analysis Scenarios
but its not possible to use the configtool anytime soon because a request should be made to the technical team.
Another thing I was thinking that this could be a incompatibility issue?
J2EE WAS (JCO) is 7.0SP9 (NW2004s)
SLD also 7.0SP9
and the backend system: ECC5.0 WAS 6.40SP18
I checked Product Availability Matrix but didn´t find anything, as yet.
Anyone familiar with this?
Any suggestions?
What does "Client not connected in repository call" mean?
Regards.
I also made sure a logonticket was created by using a http analyzer tool.
A cookie with name "MYSAPSSO2" does appear.
Another thing that puts me of is the output of transaction SLDCHECK on the backend system.
..... Testing the RFC connection to the SLD java client ... RFC ping returned exception with message: Error opening an RFC connection. Summary: Connection to SLD does not work => Check SLD function and configurations .....
But I guess this could only be problematic for XI?
If not how should I correct this?
Regards.
Add a comment