Hi All,
During the development of exercise 2.5 of the openSAP course HANA6 on SAP HANA Express 2.0 SP 02 and I've got across to this issue: exercise-25-service-issue-01.jpg
Here below my mta.yaml configuration file: exercise-25-service-issue-02.jpg
As described in the course guide, before I've created the requested service, in my case manually using the xs comand as below:
hxeadm@hxehost:/usr/sap/HXE/HDB90> xs create-user-provided-service CROSS_SCHEMA_SFLIGHT_00 -p '{"host":"hxehost","port":"39015","username":"XSA_DEV","password":"Developer01","driver":"com.sap.db.jdbc.Driver","tags":"'["hana"]'","schema":"SFLIGHT"}'
obtaining the following result:
Created environment (excerpt): { "name" : "CROSS_SCHEMA_SFLIGHT_00", "credentials" : { "schema" : "SFLIGHT", "password" : "Developer01", "driver" : "com.sap.db.jdbc.Driver", "port" : "39015", "host" : "hxehost", "username" : "XSA_DEV", "tags" : "[hana]" } }
Now, if I list the services active in my SAP HANA development space I find the following situation: exercise-25-service-issue-03.jpg.
At this stage, I don't understand what I've done wrong and how to get visible the service to the application.
Could anyone help me to solve this issue?
Thank you in advance,
Marco