cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to create destination dynamically though java application in SAP HANAloud

06-12-2017 1:52 PM
422 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

For connecting B40/S4 Systems we are using JCO jar as an interface between java and HCP

Added static destination details under Connectivity -> Destinations in SAP and we are able to connect with destinations successfully , what we are trying to achieve here is instead of connecting with destination details which are configured in SAP Connectivity -> Destinations need to connect with destination with dynamic details programmatically as below

Registering custom DestinationDataProvider object which will contain the destination details

and using the registered DestinationDataProvider objects will connect with destination the changes are working with Apache tomcat server , when we deploy the same application in HCP getting the below mentioned error

<html><head><title>Error report</title></head><body><h1>HTTP Status 500 - org.glassfish.jersey.server.ContainerException: java.lang.NoClassDefFoundError: com/sap/conn/jco/ext/DestinationDataProvider</h1></body></html>

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Guys

I am expecting suggestions and yours inputs.