HI All,
We are migrating our code base from SAP JCO 2.1 to SAP JCO 3.x , though we have followed standard guides and API documentation for migration, we are facing critical issues and become bottleneck for our migration project.
Basically , our requirement is to build destinations without properties file . For which , we have written Custom DestinationDataProvider to register the destination .
Code base is working fine in Tomcat server , where as the same code base is causing issues on SAP Netweaver 7.3 environment with following issue:
DestinationDataProvider already registered [com.sap.security.core.server.destinations.provider.DestinationsProviderFrame]
Though we handled the exception by validating whether Destination is registered or not, but we couldn't register our own destination.
Some of the forum says , these are security issues by JCO 3 and make use of ticket login module but that doesn't help much.
I searched entire SCN database , wonder why these issues are not resolved by SAP ? (or) nobody tried working on SAP Netweaver 7.3 with JCO 3.x.
Issues logged on SCN not answered till now , I believe these are SAP Netweaver Platform 7.3 issues.
Here are some of references , I pulled :
https://scn.sap.com/thread/3485795
http://scn.sap.com/thread/1873994
https://scn.sap.com/thread/1830619
I couldn't find any SAP Note correction from SAP either from JCO 3.x or Netweaver 7.3 category. As this requirement is important , Can somebody throw light on the issue or issue fix ?
Regards,
Ravi.