codbex / codbex-kronos

SAP HANA XS Classic and ABAP Compatibility Platform
https://codbex.com
Eclipse Public License 2.0
5 stars 3 forks source link

Destinations cannot be loaded in xsjs #581

Closed iliyan-velichkov closed 1 month ago

iliyan-velichkov commented 1 month ago

This issue was reported by @pkjanocha. He said, he is not able to load a destination when Kronos is deployed on SAP BTP (Cloud Foundry)

iliyan-velichkov commented 1 month ago

Today, I deployed my sample application with simple xsjs which consumes the BTP destination service. It looks that the destination is properly loaded. Additionally, I'm able to get a response using it. Here is the xsjs file and the used destination.

The destination is on subaccount level

image

Destination service instance was created via

cf create-service destination lite my-destination-service-instance

and binded to the application.

The testing xsjs works as expected:

image
pkjanocha commented 1 month ago

I think this issue was resolved with codbex version update, because there is no such error on latest version.

iliyan-velichkov commented 1 month ago

@pkjanocha could you please try again to reproduce your issue? If the issues is still reproducible, please send me the logs (cf logs ) so that I can investigate further. Also, I may need to know more about your destination - like Type , Authentication, Proxy Type, level, etc.

iliyan-velichkov commented 1 month ago

I think this issue was resolved with codbex version update, because there is no such error on latest version.

great, then I'm closing the issue