We are doing a new development to a new client in ur SAP Cloud Platform.
In this development we connect our SCP to the HANA environment of the client using the Hana Cloud Conector. So we added a destination in out HCP.
The destination created in HCP is then configured in our Application using files neo-app.json and manifest.json
This is how we set the model in manifest.json
"": { "dataSource": "mainService", "settings": { "metadataUrlParams": { "sap-documentation": "heading" } } }
PROBLEM: when the application does the call to the XSODATA file from the on-premise HANA system, the following error occurs:
Invalid backend response received by SCC: java.lang.IllegalArgumentException: invalid version format: -ハA.
Any ideas?
Thanks
Add comment