cancel
Showing results for 
Search instead for 
Did you mean: 

Using SLD to manage JCo connections

Former Member
0 Kudos

Hello.

I've faced with the issue I can't resolve by myself:

we are using com.sap.lcr.api.cimclient DC from SAP_JTECHS SC to get info about JCo from SLD.

Everything works fine on libraries for NW 2004 SP13. But now we have to upgrade our DTR libraries (SAP_JTECHS, SAP_BUILDT, SAP_JEE) to NW 2004s SP10. And this version restricts an access to com.sap.lcr.api.cimclient DC via access list (sap.com, test.sap.com).

So, I would like to ask you whether we have a way to overcome this restriction somehow, or are there any other DCs we can use to work with SLD programmatically ?

We are getting info from SLD using the way described here:

[Using SLD to manage JCo connections|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2ce854ed-0701-0010-deb5-ffd61d73fd9f]

Thank you beforehand for you answers !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ilya,

I faced the same problem a while ago as well and created a customer message to try and resolve this (they changed multiple DC access lists). SAP's answer comes down to this: You cannot rely on undocumented services (there are no official Javadocs). Unfortunately there does not seem to be a different way of getting access to the SLD (like web services).

I am aware of the document you mention, but although it's written by an SAP employee, it's not an official document.

Your only (dirty) solution is to copy the jars of the DC(s) you want to use and make your own version of them, but refer to SAP's runtime libraries.

Kind regards,

Pascal

Former Member
0 Kudos

Hi Pascal.

Thank you very much for your answer!

It helped me to choose the right way. Now we think what solution we will choose:

- dirty solution: extract jar files and use them, or simply edit "access list" in SCA files

- rewrite our code not to use JCo destinations properties, but use RFC destinations properties instead ([Using RFC destinations|http://help.sap.com/saphelp_nw04s/helpdata/en/17/d609b48ea5f748b47c0f32be265935/frameset.htm])

Regards,

Ilya

Stefan-EA
Contributor
0 Kudos

llya, this [blog|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10300] [original link is broken] [original link is broken] [original link is broken]; may be useful to you as it covers destinations and JCOs.

Answers (0)