SAP-samples / hana-developer-cli-tool-example

Learn how to build a developer-centric SAP HANA command line tool, particularly designed to be used when performing SAP HANA development in non-SAP tooling (for example from VS Code).
Apache License 2.0
89 stars 24 forks source link

CF create-service xsuaa not able to read xs-security.json file #97

Closed romi9035 closed 1 year ago

romi9035 commented 1 year ago

Hello,

I am getting below error while creating XSUAA service instance using xs-security.json file. image

Without using -c xs-security.json file , service instance is getting created.

image

Regards, Romil A.

jung-thomas commented 1 year ago

I don't see what this issue has to do with the hana-cli tool. That said I think you would need to say -c .\xs-security.json for the cf command to know that you are giving it a file path.